realm-js/lib
Thomas Goyne 05a65ce49c Check the correct name when adding permissions object schemas to the schema
The `name` property of the schema object is the name of the class (i.e. `Role`
for the role object) rather than the schema name (i.e. `__Role`). This happened
to work if only the predefined schema objects were used and no user-defined
classes had the non-underscore-prefixed names, but broke otherwise.
2018-11-20 07:47:08 -08:00
..
browser Enhancements of subscription api (#2060) 2018-10-10 12:00:04 +02:00
.eslintrc.json Bumped version of ESLint, added eslinting of specs, make all linting pass 2016-11-14 10:48:50 -08:00
.npmignore Ignore more things when publishing with NPM 2016-01-22 16:43:53 -08:00
collection-methods.js Frozen results during iteration. (#1368) 2017-10-02 23:15:19 +02:00
errors.js Fix IncompatibleSyncedRealm support 2017-09-29 21:43:04 +03:00
extensions.js Check the correct name when adding permissions object schemas to the schema 2018-11-20 07:47:08 -08:00
index.d.ts Add support for a custom User Agent (#2114) 2018-11-19 10:45:58 +01:00
index.js Add support for a custom User Agent (#2114) 2018-11-19 10:45:58 +01:00
management-schema.js Alignment of permission schemas with ROS 2 (#1344) 2017-09-26 11:23:36 +02:00
notification-worker.js Add support for the 'delete' event 2018-05-11 14:38:35 -07:00
notifier.js Add support for the 'delete' event 2018-05-11 14:38:35 -07:00
permission-api.js Query-based sync as the default sync mode (#1830) 2018-05-30 12:54:51 +02:00
submit-analytics.js Give the app a chance to disable analytics (#2108) 2018-11-14 13:33:55 +01:00
user-methods.js Don't refresh tokens for sessions that have been closed (#2119) 2018-11-19 12:05:59 +01:00
worker.js Add support for the 'delete' event 2018-05-11 14:38:35 -07:00