Drew
c5636e1b77
Point to #1271 as how to write a good issue report
2016-03-30 17:09:11 -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
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