realm-js/src
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
..
RealmJS.xcodeproj [1.8.3] Bump version 2017-06-27 20:38:39 +02:00
android Cleanup Android platform.cpp 2016-05-13 15:25:18 -07:00
ios proper fix/hack removal, partially working sync for rn 2016-11-11 17:53:58 -08:00
jsc Include property names in type error exceptions thrown by Realm.create (#1069) 2017-06-20 14:40:01 +02:00
node Include property names in type error exceptions thrown by Realm.create (#1069) 2017-06-20 14:40:01 +02:00
object-store@ffc6673173 Use sync 1.10.0 (#1068) 2017-06-15 15:50:00 +02:00
.npmignore [0.12.0-rc] Bump version 2016-05-03 12:06:15 -07:00
concurrent_deque.hpp Make migration tests work in Chrome debug mode 2016-04-29 13:55:49 -07:00
event_loop_dispatcher.hpp Fix event_loop_dispatcher 2017-05-17 16:06:21 +03:00
js_class.hpp Propagate token refresh errors to the session error handler (#843) 2017-02-07 11:01:26 +01:00
js_collection.hpp report null instead of undefined for deleteAll indexes count 2017-05-01 10:51:48 +03:00
js_list.hpp Added method to find index of object in collections (#1094) 2017-06-26 13:43:49 +02:00
js_object_accessor.hpp Include property names in type error exceptions thrown by Realm.create (#1069) 2017-06-20 14:40:01 +02:00
js_observable.hpp Sync and fine grained notifications 2016-10-04 15:07:14 -07:00
js_realm.cpp Node.js Win32 support (#864) 2017-03-07 23:24:30 +01:00
js_realm.hpp Rename the progress function to better reflect purpose 2017-06-28 15:02:28 +03:00
js_realm_object.hpp Add support for accessing linking objects / backlinks (#1101) 2017-06-29 11:59:10 +02:00
js_results.hpp Added method to find index of object in collections (#1094) 2017-06-26 13:43:49 +02:00
js_schema.hpp Add support for accessing linking objects / backlinks (#1101) 2017-06-29 11:59:10 +02:00
js_sync.hpp Expose admin users to JS (#1100) 2017-06-27 20:32:34 +02:00
js_types.hpp Include property names in type error exceptions thrown by Realm.create (#1069) 2017-06-20 14:40:01 +02:00
js_util.hpp Node.js Win32 support (#864) 2017-03-07 23:24:30 +01:00
platform.hpp Cleanup Android platform.cpp 2016-05-13 15:25:18 -07:00
rpc.cpp Add support for accessing linking objects / backlinks (#1101) 2017-06-29 11:59:10 +02:00
rpc.hpp Propagate token refresh errors to the session error handler (#843) 2017-02-07 11:01:26 +01:00