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
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
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
Florent Vilmart
ebfbe5794c
Merge pull request #1188 from drew-gross/fix-flaky-test
...
Fix flaky test
2016-03-25 08:24:09 -04:00
Drew Gross
7cdf85b367
Use getter
2016-03-24 20:59:50 -07:00
Drew Gross
b8b86264f9
Fix flaky test
2016-03-24 19:48:41 -07:00
Drew Gross
ec35c39724
Fix bad rebase
2016-03-24 19:39:54 -07:00
Drew Gross
19e6293638
Mark push as enabled in serverInfo endpoint
2016-03-24 19:32:51 -07:00
Drew
7738d33399
Merge pull request #1144 from drew-gross/document-email-adapter
...
Document email adapter
2016-03-24 19:31:45 -07:00
Florent Vilmart
4ff52de01c
fixes problem affecting finding array pointers
2016-03-24 20:42:06 -04:00
Drew Gross
27a3198d81
Fix imports
2016-03-24 15:08:44 -07:00
Drew Gross
b4ee31322e
Fix tests
2016-03-24 14:42:45 -07:00
Drew Gross
3e45e04cf1
Use version 1.0.0 of mailgun adapter
2016-03-24 14:42:45 -07:00
Drew Gross
958d77207a
Fix typo
2016-03-24 14:42:10 -07:00
Drew Gross
259de3f104
Fix readme to note move of mailgun adapter
2016-03-24 14:42:10 -07:00
Drew Gross
152c7e88b8
Move mailgun adapter to it's own repo
2016-03-24 14:42:10 -07:00
Drew Gross
f28b719b83
Fix tests
2016-03-24 14:41:13 -07:00
Drew Gross
2f00a02936
Document email adapter
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
Florent Vilmart
83f5207d44
remove inaccurate comment
2016-03-24 14:15:00 -04:00
Drew
82ebba4db8
Merge pull request #1133 from carmenlau/reset-password-fix
...
Reset password fix
2016-03-24 10:35:02 -07:00
Florent Vilmart
3d3ed53c5f
Updates test that is failing cuz of instanceof
...
- Something weird is happening here, instanceof is not giving the right value
2016-03-24 00:57:49 -04:00
Florent Vilmart
1e45ac753a
Moves Files adapters to external packages
2016-03-24 00:48:34 -04:00
Carmen
603bf97c0b
Add test case for checking _perishable_token, it should be unset after password reset. #951
2016-03-24 10:22:14 +08:00
Carmen
120c6feb61
Unset _perishable_token after reset password, instead of setting it to null. #951
2016-03-24 10:22:14 +08:00
Carmen
b3c5e836d5
Clear reset password token after reset password. _perishable_token is not a parse field, cannot clear it through rest. Update it separately. #951
2016-03-24 10:22:14 +08:00
Carmen
53e152e975
Instead of executing write directly, reuse rest.update to fix request object in user before save is empty when reset password. #951
2016-03-24 10:22:14 +08:00
Fosco Marotto
ee8f85baef
Merge pull request #1169 from ParsePlatform/fosco.222
...
Changelog and update to 2.2.2
2016-03-23 16:57:53 -08:00
Fosco Marotto
7a73d74869
Changelog and update to 2.2.2
2016-03-23 17:57:12 -07:00
Mengyan Wang
047c8e71ff
Merge pull request #1168 from ParsePlatform/wangmengyan.fix_gcm_payload
...
Add pushId back to GCM payload
2016-03-23 17:47:07 -07:00
wangmengyan95
cbd1b878b9
Add pushId back to GCM payload
2016-03-23 17:39:27 -07:00