Florent Vilmart
91de7504fe
🎉 fixes #1288
...
* ⚡ regression test for #1288
* 🎉 fixes #1288
2016-04-04 14:27:11 -04:00
Florent Vilmart
0e3636d880
Make notEqual work on relations
...
* ⚡ regression tests for #1349
* 🎉 fixes #1349
* Adds support for multiple constraints on the same key
2016-04-04 11:05:03 -07:00
Drew
89df778ac8
Merge pull request #1357 from ParsePlatform/schema-defaults
...
🚧 Inject the default schemas properties when loading it
2016-04-04 08:56:41 -07:00
Tommy Goode
acc23d0828
Fix for #1334 : using relative cloud code files broken
...
* Adding tests for absolute and relative cloud code file loading.
* Fixes #1334 by resolving relative cloud code file paths to the process' working directory.
2016-04-04 08:43:06 -04:00
Florent Vilmart
3a28352c96
🎉 fixes #1355
...
- injects default schema upon schema load
2016-04-04 08:36:40 -04:00
Jeremy May
f99b5588ab
Added session length option for session tokens to server configuration
2016-04-02 11:36:47 -04:00
Fosco Marotto
8c12f80d28
Merge pull request #1269 from ParsePlatform/flovilmart.reportPushError
...
Improves report for Push error in logs and _PushStatus
2016-04-01 13:42:01 -07:00
Jeremy
fffc83c0d9
Added tests for include and key query parameters on a specific object.
2016-04-01 11:35:40 -04:00
Drew
57156cf52b
Merge pull request #1314 from ParsePlatform/flovilmart.issue1302
...
Fixes issue #1302
2016-03-31 19:00:55 -07:00
Drew
3f8a1aae02
Merge pull request #1250 from andrecardoso/live-query-server-matching-does-not-exist-queries
...
Matching queries with doesNotExist constraint
2016-03-31 18:42:17 -07:00
Florent Vilmart
edfa4092c0
😎 fixes #1302
...
- when including elements from an array of pointers, filters unaccessible/missing objects
2016-03-31 20:39:09 -04:00
Florent Vilmart
431d864ac3
⚡ reproduces #1302
2016-03-31 20:38:45 -04:00
Florent Vilmart
9c528c6fe8
🎉 regression test for #1298
2016-03-31 19:11:42 -04:00
Florent Vilmart
2b3bf7c2b7
⚡ troubleshoot #1293
2016-03-31 19:01:42 -04:00
Drew
434ac91129
Merge branch 'master' into flovilmart.dynamicConfigMount
2016-03-30 20:29:30 -07:00
Florent Vilmart
f0ebb7bae6
Merge pull request #1295 from drew-gross/test-1259
...
Fixes #1271
2016-03-30 23:14:17 -04:00
Drew
781e81d36b
Merge pull request #1291 from ParsePlatform/flovilmart.issue1257
...
Properly let masterKey add fields
2016-03-30 19:54:38 -07:00
Drew Gross
6311c95785
Fixes #1271
2016-03-30 19:35:54 -07:00
Florent Vilmart
5d99075663
Properly let masterKey add fields
2016-03-30 20:27:12 -04:00
Florent Vilmart
ab1858616b
Adds ability to override mount with publicServerURL for production uses
2016-03-30 20:09:10 -04:00
Drew Gross
632c8054da
Regression test for #1259
2016-03-30 16:46:08 -07:00
Florent Vilmart
7afc08abe4
Merge pull request #1283 from drew-gross/test-871
...
Regression test for #871
2016-03-30 19:17:17 -04:00
Florent Vilmart
33c9730be2
Merge pull request #1281 from drew-gross/test-701
...
Add a test to repro #701
2016-03-30 19:10:20 -04:00
Drew Gross
97d3deb73b
Regression test for #871
2016-03-30 16:04:37 -07:00
Drew Gross
a0e7739526
Add a test to repro #701
2016-03-30 11:43:47 -07:00
Florent Vilmart
6055f2a552
Improves report for Push error in logs and _PushStatus
2016-03-29 22:42:37 -04:00
Fosco Marotto
5dc5ef239e
Merge pull request #1265 from drew-gross/ignore-thrown-message
...
Fix test issue cause by env variables
2016-03-29 14:36:07 -08:00
Florent Vilmart
aa5ebd49f0
Merge pull request #1199 from yuzeh/fix-authData-null-value
...
Clean authData of null values on _User update
2016-03-29 18:28:17 -04:00
Fosco Marotto
106ac95622
Fix adapter imports
2016-03-29 15:27:43 -07:00
Drew Gross
342a3a92fe
Fix adapter imports
2016-03-29 15:05:03 -07:00
yuzeh
1b8e613dfb
Clean authData of null values on _User update
...
Adds a step to the RestWrite#execute chain: it cleans the response
authData object of null values.
For example, this:
{"authData": {"anonymous": null}, "updatedAt", ...}
will be transformed to this:
{"updatedAt", ...}
And this:
{"authData": {"anonymous": null, "twitter": ...}, "updatedAt", ...}
will be transformed to this:
{"authData": {"twitter": ...}, "updatedAt", ...}
Fixing this issue will fix anonymous user upgrades from the Android SDK.
2016-03-29 14:42:37 -07:00
Florent Vilmart
f259a3b17e
Supports increment as well as Increment
2016-03-29 14:42:37 -07:00
Drew
337d3c297a
Merge pull request #1248 from ParsePlatform/flovilmart.incrementBadge
...
Supports increment as well as Increment
2016-03-29 12:49:48 -07:00
Florent Vilmart
cb4b036947
Supports increment as well as Increment
2016-03-29 15:39:58 -04:00
Drew
ef08dcf76c
Merge pull request #1234 from ParsePlatform/flovilmart.winston
...
Better logging with winston
2016-03-29 10:54:36 -07:00
Krzysztof Zielonka
6dc7aa87c6
Fixed bug with 'undefined' token in email verification link
2016-03-29 19:02:19 +02:00
André Luiz Cardoso
3dccd61222
Matching queries with doesNotExist constraint
2016-03-29 11:28:45 -03:00
Florent Vilmart
5c1fe3a325
Better logging with winston
2016-03-28 20:16:58 -04:00
Florent Vilmart
aeda714b87
Improve flattening of results from pushAdapter
2016-03-26 11:02:26 -04:00
Florent Vilmart
d47a756f80
Merge pull request #1195 from ParsePlatform/flovilmart.moduleParseServerPush
...
Push adapters are provided by external packages
2016-03-25 17:37:18 -04:00
Drew
6bea950b32
Merge pull request #1164 from drew-gross/push-enable
...
Mark push as enabled in serverInfo endpoint
2016-03-25 13:54:22 -07:00
Florent Vilmart
8731337677
removes onesignal
2016-03-25 14:20:12 -04:00
Florent Vilmart
f2f7c8bad3
ParsePushAdapter is a package
2016-03-25 13:36:52 -04:00
Florent Vilmart
e3cb473903
Merge pull request #1185 from ParsePlatform/flovilmart.arrayPointersInQuery
...
fixes problem affecting finding array pointers
2016-03-25 08:24:23 -04:00
Drew Gross
b8b86264f9
Fix flaky test
2016-03-24 19:48:41 -07:00
Drew Gross
19e6293638
Mark push as enabled in serverInfo endpoint
2016-03-24 19:32:51 -07:00
Florent Vilmart
4ff52de01c
fixes problem affecting finding array pointers
2016-03-24 20:42:06 -04:00
Drew Gross
b4ee31322e
Fix tests
2016-03-24 14:42:45 -07:00
Drew Gross
f28b719b83
Fix tests
2016-03-24 14:41:13 -07:00
Florent Vilmart
f4ad4c1af5
Merge pull request #1172 from ParsePlatform/flovilmart.externalAdapters
...
Moves Files adapters to external packages
2016-03-24 14:46:15 -04:00