realm-js/docs
Marius Rackwitz 9e0a9a3bd3 Add support for accessing linking objects / backlinks (#1101)
* Add support for linkingObjects

* Test linkingObjects

* Borrow names helper from list tests

* include computed properties when serializing the schema for the RN debugger

* add API docs

* review comments

* Expose admin users to JS (#1100)

The JS binding used to conflate `SyncUser::is_admin()` with the user being created by calling `Realm.Sync.User.adminToken()`, but now that we expose a user’s role on the server under `is_admin()` this supposition is no longer correct.

#1097 attempted to fix one such case, but fixing it only uncovered another: in `UserClass<T>::all_users()`.  I’ve gone through all the callsites of `SyncUser::is_admin()` to make sure they don’t assume an admin token user.

* [1.8.3] Bump version

* add linkingObjects method to Realm.Object

* changelog
2017-06-29 11:59:10 +02:00
..
jsdoc-template@4e014653f0 Improve api docs (#920) 2017-03-22 12:54:35 +01:00
plugins Improve api docs (#920) 2017-03-22 12:54:35 +01:00
static Improve api docs (#920) 2017-03-22 12:54:35 +01:00
tutorials Improve api docs (#920) 2017-03-22 12:54:35 +01:00
.eslintrc.json Add API docs for all Collection methods 2016-03-20 11:57:40 -07:00
.gitignore API documentation 2016-02-12 16:57:13 -08:00
collection.js Added method to find index of object in collections (#1094) 2017-06-26 13:43:49 +02:00
conf.json Improve api docs (#920) 2017-03-22 12:54:35 +01:00
list.js Add API docs for all Collection methods 2016-03-20 11:57:40 -07:00
object.js Add support for accessing linking objects / backlinks (#1101) 2017-06-29 11:59:10 +02:00
permission.js Add Session and some missing User docs (#828) 2017-02-01 21:45:55 +01:00
realm.js Add support for accessing linking objects / backlinks (#1101) 2017-06-29 11:59:10 +02:00
results.js Add documentation for new methods 2016-11-15 05:19:36 -08:00
sync.js Adapter Docs (#930) 2017-05-18 13:40:25 +02:00