Commit Graph

3409 Commits

Author SHA1 Message Date
Nikola Irinchev 7cc4e0feee
Use regex instead of simple substring (#2075) 2018-10-16 15:45:59 +02:00
Kenneth Geisshirt 142c626e4f Adding changelog template 2018-10-16 14:34:58 +02:00
Kenneth Geisshirt ac9172ee6e [2.19.0-rc.3] Bump version 2018-10-16 14:09:26 +02:00
Kenneth Geisshirt 1389858e6c
Preparing 2.19.0-rc.3 (#2073) 2018-10-16 14:08:03 +02:00
Thomas Goyne bfb06ac0df Restore support for opening query-based sync Realms with a dynamic schema (#2065)
* Restore support for opening query-based sync Realms with a dynamic schema

* Adjust how the schema is extended for query-based Realms

* Register constructors for permissions types even no schema is supplied

* Remove some cruft from tests

* Fix a use-after-free in dynamic schema mode

* Fix a test
2018-10-16 09:49:16 +02:00
Nikola Irinchev 10f72c5444
Don't schedule multiple token refreshes for the same user/realm (#2071)
* Don't schedule multiple token refreshes for the same user/realm

* Avoid setting a const property
2018-10-15 14:20:19 +02:00
Brian Munkholm cf1632eb0f
Update changelog (#2054)
* Update changelog-header.sh

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
2018-10-10 13:13:32 +02:00
Kenneth Geisshirt 20e21333f5 fixing version 2018-10-10 12:39:14 +02:00
Kenneth Geisshirt 5af5226b5a Adding changelog template 2018-10-10 12:29:34 +02:00
Kenneth Geisshirt 2ef8fd5297 [2.19.0-rc.2] Bump version 2018-10-10 12:03:20 +02:00
Kenneth Geisshirt ffb48ec2ed
Enhancements of subscription api (#2060)
* Adding Realm.subscriptions() and Realm.unsubscribe()
* Update changelog
* RN support
2018-10-10 12:00:04 +02:00
Brian Munkholm d6c1c62a47
Update CHANGELOG.md 2018-10-09 13:26:13 +02:00
Kenneth Geisshirt 305e59b280 Adding changelog template 2018-10-09 12:52:09 +02:00
Nikola Irinchev eead078c0e [2.19.0-rc.1] Bump version 2018-10-09 11:02:00 +02:00
Nikola Irinchev 90c0661715
Auth fixes (#2050)
* Auth fixes
- Typescript definitions for User.login
- Exception thrown from registerWithProvider when a userInfo is not specified

* Ensure we don't use adminUser internally
2018-10-08 15:01:12 +02:00
Nikola Irinchev e9f0113218
Expose customQueryBasedSyncIdentifier in the sync config (#2055)
* Expose customQueryBasedSyncIdentifier in the sync config

* Close the correct Realm
2018-10-08 12:02:44 +02:00
Kenneth Geisshirt e176a3c91d
Typo: file format 9 instead of 7 (#2051) 2018-10-08 09:15:55 +02:00
Kenneth Geisshirt 27c5216c2e Adding changelog template 2018-10-04 14:37:48 +02:00
Kenneth Geisshirt 6ddcdf5255 [2.18.0] Bump version 2018-10-04 14:13:48 +02:00
Kenneth Geisshirt a0585ed739
Prepare v2.18.0 (#2048) 2018-10-04 14:12:08 +02:00
Nikola Irinchev e5c9016424
Handle sync config in Realm.deleteFile (#2045)
* Handle sync config in Realm.deleteFile

* Add changelog and address review comment

* Try to fix tests

* Fix rebase conflicts
2018-10-04 11:04:15 +02:00
Christian Melchior 434e8ca2bc
Align permission API's with Java/Swift (#2036) 2018-10-04 10:09:31 +02:00
Brian Munkholm 188101fac2
Update changelog-header.sh 2018-10-02 11:40:19 +02:00
Brian Munkholm 36947b76c8
Aligned release note template (#2044) 2018-10-02 09:55:39 +02:00
Kenneth Geisshirt b8dad21120 Adding changelog template 2018-09-28 14:52:09 +02:00
Kenneth Geisshirt f5d32a2414 [2.17.0] Bump version 2018-09-28 14:13:50 +02:00
Kenneth Geisshirt 2b12db2370
2.17.x (#2034)
* Upgrading core+sync+ros. Feature token is required and stored in Jenkins.
2018-09-28 14:09:29 +02:00
Kenneth Geisshirt cfe9cbb881 Adding changelog template 2018-09-25 09:03:45 +02:00
Kenneth Geisshirt e51456f020 [2.16.2] Bump version 2018-09-25 08:23:00 +02:00
Kenneth Geisshirt be98a77fcf
Logging in using an admin token should be synchronous (#2040)
* Logging in using an admin token should be synchronous
2018-09-24 12:43:44 +02:00
Kenneth Geisshirt 6e15b2ed8e Adding changelog template 2018-09-21 14:53:31 +02:00
Kenneth Geisshirt 026ac6e607 [2.16.1] Bump version 2018-09-21 14:29:54 +02:00
Kenneth Geisshirt 2ea71934d0
Logging in using admin token should also return a promise (#2038)
* Logging in using admin token should also return a promise
* use the node_require trick
2018-09-21 14:24:37 +02:00
Kenneth Geisshirt 30b60aa993 Adding changelog template 2018-09-19 20:06:44 +02:00
Kenneth Geisshirt 41e1d9f689 [2.16.0] Bump version 2018-09-19 19:35:55 +02:00
Kenneth Geisshirt 4d81bc2356
Preparing 2.16.0 (#2035)
* Preparing v2.16.0
* Update CHANGELOG.md
2018-09-19 18:15:16 +02:00
Nabil Hachicha 111e9c223f Adding permission schema for query based sync (#2027)
* Adding permission schema when opening the Realm
* Adding permission schema implicitly for query based Realms
* Remove old code
* Remove outdated test
2018-09-19 16:16:44 +02:00
Nicola Brisotto 6e58f1f6f3 Support ASDF shims (#2032)
* Support ASDF shims
Add support to asdf shims as described here #2031
* Updated changelog, ASDF Enhancements
2018-09-19 16:04:10 +02:00
Yavor Georgiev de37785e8e
Fix build on Visual Studio 2017 15.8 (#2033) 2018-09-19 15:33:12 +03:00
Christian Melchior 79759dce29
Fix typescript definitions for privileges() methods (#2030) 2018-09-19 13:16:26 +02:00
Kenneth Geisshirt 37d04c4df2
Forgot entry in PR (#2026) 2018-09-18 14:46:33 +02:00
Brian Munkholm e914472ceb
Update changelog-header.sh 2018-09-18 14:44:13 +02:00
Brian Munkholm 5c04d50191
Update changelog-header.sh 2018-09-18 13:46:14 +02:00
Kenneth Geisshirt abe4afe78a add changelog template during release (#1997) 2018-09-18 13:38:41 +02:00
Apperside af46a2d86f Fixed the type definition for Realm.Permissions.User (#2013)
The identity field was wrong, it should have been id instead
2018-09-17 09:28:01 +02:00
Kenneth Geisshirt e2342e2721 Mention correct sync version 2018-09-14 13:42:00 +02:00
Kenneth Geisshirt 201d792585 [2.16.0-rc.2] Bump version 2018-09-14 13:00:53 +02:00
Kenneth Geisshirt 4995d5d21c Merge branch 'master' of github.com:realm/realm-js 2018-09-14 11:57:11 +02:00
Kenneth Geisshirt a7e4b5d8f1 [2.16.0-rc.1] Bump version 2018-09-14 11:40:30 +02:00
Brian Munkholm cf385cf9fd
Update README.md 2018-09-14 11:40:16 +02:00