Kenneth Geisshirt
48b9390ee6
Merge pull request #1792 from realm/as-linkingobjectcount
...
Add Object.linkingObjectCount()
2018-05-16 10:55:20 +02:00
Kenneth Geisshirt
ee3791c821
Using lengthy names for classes
2018-05-16 10:46:32 +02:00
astigsen
0783c9081c
Fixed method signature in docs
2018-05-15 19:46:20 +02:00
Kenneth Geisshirt
05f0b31a5b
Using longer names.
2018-05-15 18:20:20 +02:00
astigsen
fbf4db56c5
Fix Chrome debug API
2018-05-15 14:37:04 +02:00
astigsen
5186eeb84e
Add Object.linkingObjectCount()
2018-05-15 14:31:54 +02:00
Kenneth Geisshirt
f5d6a9ec44
Fixing a few typos in README.md
2018-05-15 13:16:41 +02:00
Kenneth Geisshirt
90b6fa599d
Merge pull request #1791 from realm/kneth/realm-js-2.5.0
...
Prepare Realm JS 2.5.0
2018-05-14 16:13:51 +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
7ad363dafc
changelog
2018-05-14 15:22:38 +03: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
fbcf73fbe3
Merge pull request #1789 from realm/tg/gn-delete-notification
...
Add support for the 'delete' event
2018-05-14 10:18:25 +02:00
Kenneth Geisshirt
8326284a18
Merge pull request #1784 from Rathawut-l/patch-1
...
Fix typo
2018-05-14 09:57:39 +02:00
Thomas Goyne
67d61ff745
Add support for the 'delete' event
2018-05-11 14:38:35 -07:00
Kenneth Geisshirt
aebf8325b3
Merge pull request #1782 from realm/cm/bug/java9
...
Use inlined version of Base64 encoder
2018-05-09 10:34:15 +02:00
Kenneth Geisshirt
72614002d4
Merge branch 'cm/bug/java9' of github.com:realm/realm-js into cm/bug/java9
2018-05-09 09:44:41 +02:00
Christian Melchior
21d28f9780
Use inlined version of Base64 encoder
2018-05-09 09:43:05 +02:00
Rathawut Lertsuksakda
751d13bc29
Fix typo
2018-05-09 12:15:40 +07:00
Kenneth Geisshirt
d29d88c046
[2.4.1] New attempt
2018-05-08 15:59:48 +02:00
Kenneth Geisshirt
d15d6d891a
Explicit use /usr/lib64 on linux
2018-05-08 14:49:42 +02:00
Christian Melchior
f418ae95d5
Merge branch 'master' into cm/bug/java9
...
# Conflicts:
# CHANGELOG.md
2018-05-08 12:54:03 +02:00
Kenneth Geisshirt
8c6a4dd22e
Unpack sync same place as core
2018-05-08 11:41:10 +02:00
Christian Melchior
3fca86f86f
Use inlined version of Base64 encoder
2018-05-08 11:32:28 +02:00
Kenneth Geisshirt
4b6b94341a
Linux binaries are splitted
2018-05-08 11:13:34 +02:00
Kenneth Geisshirt
30c6779b9f
Download Linux tar.gz too
2018-05-08 10:05:26 +02:00
Kenneth Geisshirt
649b7545f9
[2.4.1] Bump version
2018-05-07 14:50:07 +02:00
Brian Munkholm
2bd30dcaf6
Update README.md
2018-05-07 14:37:16 +02:00
Kenneth Geisshirt
b01dcb44cc
Merge pull request #1713 from realm/kneth/fix-ts-for-open_ssl_verify_callback
...
Fixing TS definition for open_ssl_verify_callback.
2018-05-07 14:29:25 +02:00
Kenneth Geisshirt
0c73b06ce4
Merge pull request #1746 from realm/jas/backlink-update
...
Initial work for unnamed backlink queries and backlink count
2018-05-07 14:28:31 +02:00
Brian Munkholm
0b8dffc4b1
Update README.md
2018-05-07 14:01:16 +02:00
Kenneth Geisshirt
b703c1f069
Merge pull request #1780 from realm/tg/seen-realms-tracking
...
Track Realms seen in the notifier by id rather than path
2018-05-07 13:18:52 +02:00
Brian Munkholm
35e8f03c99
Small readme updates
2018-05-07 12:01:43 +02:00
Kenneth Geisshirt
01a6a53a62
Typo
2018-05-07 11:26:29 +02:00
Kenneth Geisshirt
dad5b3f521
Merge branch 'master' of github.com:realm/realm-js into kneth/fix-ts-for-open_ssl_verify_callback
2018-05-07 11:17:21 +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
4f65e057eb
Update to sync 3.3.0 ( #1778 )
...
* Updating sync and core
* Simplying linking on node.js binding.
* Adapting to new distribution packages of core.
2018-05-07 10:09:22 +02:00
Thomas Goyne
29ad083f25
Track Realms seen in the notifier by id rather than path
...
If a Realm is deleted and then a new one is created at the same path it needs
to be treated as a new Realm.
2018-05-04 14:12:34 -07:00
Kenneth Geisshirt
c0c2606aa1
Merge pull request #1776 from realm/kneth/merge-2.2-into-master
...
Merge 2.2.x into master
2018-05-03 12:40:28 +02:00
Kenneth Geisshirt
c3c93a8947
Merge branch 'master' of github.com:realm/realm-js into kneth/merge-2.2-into-master
2018-05-03 11:24:09 +02:00
Nikola Irinchev
5e64d04c19
Update sync.js ( #1773 )
2018-05-01 10:26:59 +02:00
Kenneth Geisshirt
ad1962b02b
[2.4.0] Bump version
2018-04-26 11:45:38 +02:00
Kenneth Geisshirt
2eccaac431
Kneth/rn logout ( #1766 )
...
* `logout()` is implemented in JS and RN debugging must know of `_logout()` instead.
2018-04-26 11:38:24 +02:00
Kenneth Geisshirt
4d0cccb8e5
[2.3.5] Bump version
2018-04-25 12:54:25 +02:00
Nabil Hachicha
b321808f4b
Add password reset wrappers ( #1699 ). ( #1757 )
...
* Add password reset wrappers (#1699 ).
2018-04-25 10:23:47 +01: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
032ee3d178
Updating change log (forgot in PR #1744 ). ( #1755 )
...
* Updating change log (forgot in PR #1744 ).
2018-04-25 09:48:34 +02:00
Thomas Goyne
72d10eb572
Don't hang forever when the React tests fail to start ( #1764 )
...
* Exclude unavailable simulator runtimes
* Fix some warnings
* Don't hang forever when the React tests fail to start
`simctl launch --console` goes into an infinite loop if the app fails to launch
successfully, so don't use --console and manually wait for it to exit.
2018-04-25 08:11:54 +02:00
Kenneth Geisshirt
5cfc3c12ee
Use a single object instead of multiple arguments.
2018-04-18 14:07:19 +02:00