Florent Vilmart
dbf64a6d83
Merge pull request #1297 from drew-gross/error-copy
...
Update error message
2016-03-31 09:16:55 -04:00
Drew Gross
eeb3331167
Update error message
2016-03-31 00:21:21 -07:00
Drew
8a6903aa8d
Merge pull request #1287 from ParsePlatform/flovilmart.dynamicConfigMount
...
Adds ability to override mount with publicServerURL for production uses
2016-03-30 20:29:37 -07: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
73bca3b64c
Improve comments
2016-03-30 19:48:33 -07:00
Drew Gross
6311c95785
Fixes #1271
2016-03-30 19:35:54 -07:00
Florent Vilmart
efa7366250
Merge pull request #1286 from drew-gross/test-1259
...
Regression test for #1259
2016-03-30 20:31:05 -04:00
Florent Vilmart
6b6e684d55
Merge pull request #1290 from ParsePlatform/drew-gross-patch-2
...
Point to #1271 as how to write a good issue report
2016-03-30 20:27:43 -04:00
Florent Vilmart
5d99075663
Properly let masterKey add fields
2016-03-30 20:27:12 -04:00
Drew
c5636e1b77
Point to #1271 as how to write a good issue report
2016-03-30 17:09:11 -07: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
Fosco Marotto
b2819df7e5
Merge pull request #1264 from ParsePlatform/fosco.224
...
Changelog and update to 2.2.4
2016-03-29 14:36:26 -08: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
Fosco Marotto
f25bcc490a
Updated changelog
2016-03-29 15:31:36 -07: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
Fosco Marotto
1f4393cd4d
Changelog and update to 2.2.4
2016-03-29 15:10:55 -07:00
Fosco Marotto
e361ccf5a5
Merge pull request #1263 from drew-gross/fix-adapters
...
Fix adapter imports
2016-03-29 14:08:46 -08:00
Drew Gross
342a3a92fe
Fix adapter imports
2016-03-29 15:05:03 -07:00
Dan Huang
507fa54570
Merge branch 'master' into fix-authData-null-value
2016-03-29 14:43:19 -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
Fosco Marotto
6be067cff5
Merge pull request #1261 from ParsePlatform/fosco.223
...
Changelog and update to 2.2.3
2016-03-29 13:02:24 -08:00
Fosco Marotto
73f8bbc2b3
Changelog and update to 2.2.3
2016-03-29 13:49:23 -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
Drew
9dd860948a
Merge pull request #1253 from DroidsOnRoids/master
...
Fixed bug with invalid email verification link on email update.
2016-03-29 10:41:49 -07:00
Krzysztof Zielonka
6dc7aa87c6
Fixed bug with 'undefined' token in email verification link
2016-03-29 19:02:19 +02:00
Florent Vilmart
592334756b
Merge pull request #1235 from drew-gross/config-out-of-experimental
...
Tested with the dashboard, it now works great.
2016-03-28 21:58:11 -04:00
Florent Vilmart
247a06f399
use console.error on EADDRINUSE
2016-03-28 21:57:22 -04:00
Florent Vilmart
74b847f1d1
Merge pull request #1204 from ParsePlatform/flovilmart.flatteningPushAdapterResults
...
Improve flattening of results from pushAdapter
2016-03-28 21:56:42 -04:00
Drew Gross
75f49b4d1a
Tested with the dashboard, it now works great.
2016-03-28 18:43:06 -07:00
Florent Vilmart
5c1fe3a325
Better logging with winston
2016-03-28 20:16:58 -04:00
Florent Vilmart
cd05e3bd19
Merge pull request #1210 from framp/master
...
Make GlobalConfig work like parse.com
2016-03-26 23:57:48 -04:00
Federico Rampazzo
236c7d15c2
Refactor code
2016-03-27 04:32:58 +01:00
Federico Rampazzo
6b9fd16273
Added merging in Config with scoped set
2016-03-27 03:46:36 +01:00
Federico Rampazzo
94b10de7b8
Fixed config upsert implementation to handle nested object and __op:Delete
2016-03-27 00:32:57 +00:00
Florent Vilmart
aeda714b87
Improve flattening of results from pushAdapter
2016-03-26 11:02:26 -04:00
Federico Rampazzo
114f7d1b58
Make global config visible from parse-dashboard when it's enabled
2016-03-26 11:15:17 +00: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
Drew
1796ae3b7c
Close code block in readme
2016-03-25 11:44:01 -07:00