1217 Commits

Author SHA1 Message Date
Christian Melchior
4cb9c77f46
Query-based sync as the default sync mode (#1830) 2018-05-30 12:54:51 +02:00
Kenneth Geisshirt
fa3e2c699b
Preparing 2.7.0 (#1833)
* Preparing 2.7.0
2018-05-29 14:13:01 +02:00
Nabil Hachicha
9b9d7e6471
Nh/is empty (#1820)
* adding isEmpty method to Result and List
2018-05-29 12:24:54 +01:00
Kenneth Geisshirt
58671dd59e
React to schema changes (#1831)
* Adding schema change listener (#1825).
2018-05-29 12:22:34 +02:00
Kenneth Geisshirt
b052d8f586 [2.6.0] Bump version 2018-05-16 13:48:38 +02:00
Kenneth Geisshirt
fa2885c8bf
Merge branch 'master' into yg/new-ssl-config-api 2018-05-16 10:59:43 +02:00
astigsen
5186eeb84e Add Object.linkingObjectCount() 2018-05-15 14:31:54 +02:00
Yavor Georgiev
e58db5f6bd
fix typo 2018-05-14 15:37:34 +03:00
Kenneth Geisshirt
126ee37bd9 Prepare Realm JS 2.5.0 2018-05-14 14:25:54 +02:00
Yavor Georgiev
ac3d749ece
Group SSL configuration options in a new config object 2018-05-14 15:16:52 +03:00
Kenneth Geisshirt
f257938894 [2.4.2] Bump version 2018-05-14 10:52:12 +02:00
Kenneth Geisshirt
649b7545f9 [2.4.1] Bump version 2018-05-07 14:50:07 +02:00
Kenneth Geisshirt
010aa031ad Merge branch 'master' of github.com:realm/realm-js into jas/backlink-update 2018-05-07 10:10:33 +02:00
Kenneth Geisshirt
ad1962b02b [2.4.0] Bump version 2018-04-26 11:45:38 +02:00
Kenneth Geisshirt
4d0cccb8e5 [2.3.5] Bump version 2018-04-25 12:54:25 +02:00
Nabil Hachicha
1c95abbff1
Add a certificate validation using Android Keystore for RN (#1761)
* add a certificate validation using Android Keystore for RN
2018-04-25 10:21:52 +01:00
Kenneth Geisshirt
533d567492 [2.3.4] Bump version 2018-04-12 18:38:05 +02:00
James Stone
591aa9fee7 Initial work for unnamed backlink queries and @links.@count tests 2018-04-10 16:37:41 -07:00
Valerii Hiora
c3a83f1866 Added writeCopyTo functionality (#1715)
* Added `writeCopyTo` functionality
* Fixes #1678
* Added optional `encryptionKey` to `writeCopyTo`
2018-04-03 11:50:03 +02:00
James Stone
497de5f3ea Fix named linking object queries across classes (#1734)
* Fix named linking object queries across classes
* Add change log entry, remove debug code
2018-04-03 11:48:33 +02:00
Kenneth Geisshirt
5b159da8f0 [2.3.3] Bump version 2018-03-23 11:22:29 +01:00
Kenneth Geisshirt
b743952636 [2.3.2] Bump version 2018-03-21 18:45:36 +01:00
Kenneth Geisshirt
c370ef4d86
Testing against ROS 3.0.0. (#1712)
* Testing against ROS 3.0.0.
* Adding Realm.Sync.Subscription.removeAllListeners. Refactor partial sync tests.
* Refactoring partial sync tests.
2018-03-21 18:18:37 +01:00
Kenneth Geisshirt
c50f751776 [2.3.1] Bump version 2018-03-16 12:34:16 +01:00
Kenneth Geisshirt
2f20006e47
Kneth/allow partial in urls (#1704)
* Adding _disablePartialSyncUrlChecks.
2018-03-13 08:27:47 +01:00
James Stone
187c4354f1 Inline method in hpp to remove duplicate definitions 2018-03-12 10:48:57 -07:00
Kenneth Geisshirt
b10fddb722 Merge branch '2.3.x' of github.com:realm/realm-js into jas/backlink-queries 2018-03-09 16:45:17 +01:00
Kenneth Geisshirt
9d8a677ecf
Revoke refresh token upon logout. (#1696)
* Revoke refresh token upon logout.
* Always log out
2018-03-09 15:51:45 +01:00
Kenneth Geisshirt
2e4e0df01c Merge branch '2.3.x' of github.com:realm/realm-js into jas/backlink-queries 2018-03-09 11:18:06 +01:00
Thomas Goyne
d90403b279
Merge pull request #1681 from realm/tg/permissions
Add basic object-level permissions support
2018-03-06 10:29:44 -08:00
Kenneth Geisshirt
1f2173b599
Avoid Table::clear() when using partial sync (#1680)
* Avoid Table::clear() when using partial sync
* Updated to sync 3.0.0-beta.10
* Update object store
2018-03-03 12:55:11 +01:00
Thomas Goyne
3934413180 Update object store 2018-03-02 10:07:29 -08:00
Thomas Goyne
0047ffba13 Add object-level permissions tests 2018-03-01 16:16:58 -08:00
Thomas Goyne
ac7f7d9c4e Add schema definitions for the permissions types 2018-03-01 16:16:43 -08:00
Thomas Goyne
4722e75eba Expose computed privileges 2018-03-01 16:16:26 -08:00
Thomas Goyne
d89c7ea24f Delete a helper function that's now exposed directly by sync 2018-03-01 16:16:26 -08:00
Kenneth Geisshirt
9698ea651d Update 2018-03-01 16:38:47 +01:00
Kenneth Geisshirt
c90a5a4903 Update object store 2018-02-27 18:20:54 +01:00
Kenneth Geisshirt
8e63737008 Merge branch '2.3.x' of github.com:realm/realm-js into jas/backlink-queries 2018-02-27 11:32:33 +01:00
Kenneth Geisshirt
615d6ff35e Merge branch '2.3.x' of github.com:realm/realm-js into 2.3.x 2018-02-27 10:58:58 +01:00
Kenneth Geisshirt
462856a24d
Partial sync (#1583)
The new Partial Sync API
2018-02-20 13:40:54 +01:00
James Stone
bd5c237b0f Named backlink queries working with core 5.3.0 2018-02-19 16:14:10 -08:00
James Stone
6610971898 Merge branch '2.3.x' into jas/backlink-queries 2018-02-19 14:35:40 -08:00
Kenneth Geisshirt
217ca17b9a Merge branch 'master' of github.com:realm/realm-js into 2.3.x 2018-02-14 08:56:14 +01:00
James Stone
6f43324636 Preliminary work for queries over named backlinks 2018-02-13 16:17:27 -08:00
Kenneth Geisshirt
1ad557b47f [2.2.8] Bump version 2018-02-13 22:19:48 +01:00
Kenneth Geisshirt
3b8ce20c18 [2.3.0-alpha.7] Bump version 2018-02-09 11:01:40 +01:00
James Stone
b78a8a60d0 Hook up the sort/distinct orderings from parsed queries (#1653)
* Hook up the sort/distinct orderings from parsed queries
* Update changelog, better tests, fix syntax
2018-02-07 16:11:43 +01:00
Maximilian Alexander
96370f3240 Add Schema Name to Error Message with Primary Key (#1655)
* specifying schema name in error
2018-02-07 08:25:54 +01:00
Kenneth Geisshirt
818fe6ef9c [2.2.7] Bump version 2018-02-06 13:33:56 +01:00