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
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
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
wangmengyan95
cbd1b878b9
Add pushId back to GCM payload
2016-03-23 17:39:27 -07:00
Florent Vilmart
ddb76a8650
Mounts createLiveQueryServer, fix babel induced problem
2016-03-23 09:19:09 -04:00
Florent Vilmart
b30805b47b
do not override username
2016-03-22 21:17:53 -04:00
Florent Vilmart
260cc21b67
ParseServer is a class
2016-03-21 08:32:22 -04:00
Florent Vilmart
fb57d91b83
Merge pull request #1110 from ParsePlatform/flovilmart.missingSessionInstallationId
...
Properly sets installationId on creating session with 3rd party auth
2016-03-21 08:21:47 -04:00
Florent Vilmart
414af99644
Merge pull request #1114 from ParsePlatform/flovilmart.addUniqueObject
...
Adds support for plain object in $add, $addUnique, $remove
2016-03-21 08:21:30 -04:00
Florent Vilmart
134b6de2b1
Merge pull request #1098 from dtsolis/dtsolis.fsadapter-proper
...
Add FileSystemAdapter file adapter
2016-03-21 08:20:27 -04:00
Florent Vilmart
a31baa4ebd
differentiate signup and login createdWith.action on _Session
2016-03-20 15:58:17 -04:00
Florent Vilmart
3603b82eac
Properly sets installationId on creating session with 3rd party auth
2016-03-20 15:58:16 -04:00
Florent Vilmart
937dde592f
Adds support for plain object in $add, $addUnique, $remove
2016-03-20 15:57:54 -04:00
Tsolis Dimitris Sotiris
e4e7e42c65
Add FileSystemAdapter file adapter
2016-03-20 21:35:42 +02:00
Florent Vilmart
44add9d6ac
Reduces the number of connections to mongo created
2016-03-20 10:34:55 -04:00
wangmengyan95
555e25bf33
Add LiveQuery
2016-03-18 12:32:31 -07:00
Fosco Marotto
5decaecd4f
Merge pull request #1072 from ParsePlatform/fosco.user-cache
...
Clear the session-user cache when changing _User objects
2016-03-18 08:51:51 -08:00
Florent Vilmart
5ff186f212
adds test that ensure removed linked auth are actually deleted from document
2016-03-17 16:35:20 -04:00
Benjamin Woodruff
14d3062602
Merge pull request #986 from ParsePlatform/mongo-uri-encode-auth
...
Add URI encoding to mongo auth parameters
2016-03-17 09:46:21 -07:00
Florent Vilmart
5c8ad833c7
Merge pull request #1001 from ParsePlatform/flovilmart.queryStringForEmailResets
...
Properly querystring encode the parameters
2016-03-17 08:16:46 -04:00
Florent Vilmart
9624970cd0
Merge pull request #1004 from ParsePlatform/flovilmart.PushStatus
...
Push Status API
2016-03-17 08:16:35 -04:00
Florent Vilmart
3837d33ee4
Merge pull request #1066 from ParsePlatform/flovilmart.returnsFullModificationsForREST
...
Improvements in REST calls
2016-03-17 08:16:18 -04:00
Fosco Marotto
877d29daf8
Clear the session-user cache when changing _User objects
2016-03-17 02:06:26 -07:00
Florent Vilmart
e270964b4b
adds test for issue #1031
2016-03-17 00:04:52 -04:00
Florent Vilmart
e1c475512c
Returns updated keys when running with beforeSave
2016-03-16 23:48:52 -04:00
Florent Vilmart
0f7335b534
Merge pull request #892 from ParsePlatform/flovilmart.httpRequestDefaultContentType
...
Default body to querystring, null encoding
2016-03-16 22:43:41 -04:00