Commit Graph

1310 Commits

Author SHA1 Message Date
Florent Vilmart
025482ea1a Fix null relation problem (#2319)
* Add null check for relation type map.

For relations that are not explicitly defined in the schema, we need a null check here.

* Making change to force rebuild.

* Reverting change.

* Adds test
2016-07-18 22:58:37 -07:00
Florent Vilmart
f310e6678e Fix flaky tests (#2324)
* Fix flaky test (There were open connections to the server left after the test finished)

* fix test that's happening on the end of the minute

* remove focus testing
2016-07-18 21:43:34 -07:00
Greenkeeper
2ba724938f chore(package): update request-promise to version 4.0.1 (#2311)
https://greenkeeper.io/
2016-07-18 22:36:46 -04:00
Mihai Iorga
676d2e28de pushStatusHandler wrong payload md5, PushController send pushId to adapter also (#2067) 2016-07-18 19:39:28 -04:00
Florent Vilmart
bae19f2c76 Clear the connectionPromise upon close or error (#2314) 2016-07-18 11:51:50 -04:00
Greenkeeper
0f49f314b2 chore(package): update request-promise to version 4.0.0 (#2298)
https://greenkeeper.io/
2016-07-15 18:53:01 -07:00
Vitaly Tomilov
fa96f0c389 Adding proper generic Not Implemented. (#2292)
Proper way to generate common Promise rejects.
2016-07-15 20:32:06 -04:00
Greenkeeper
d07dd4c49f chore(package): update pg-promise to version 5.2.0 (#2296)
https://greenkeeper.io/
2016-07-15 16:01:23 -07:00
Sen Palanisami
7d234e054b Log objects rather than JSON strings and option for single line logs (#2028)
* Log objects rather than JSON strings and option for single line logs

This reverts commit fcd914bdfd.

* Better password stripping tests
2016-07-15 16:18:50 -04:00
Greenkeeper
514095dc35 chore(package): update pg-promise to version 5.1.4 (#2291)
https://greenkeeper.io/
2016-07-15 09:49:06 -07:00
Florent Vilmart
069275d3df Fix for #1840, Strip operations from results, forwards delete operations to SDKs (#1946)
* Adding a test demonstrating issue #1840.

* Fixes #1840

* Adds failing test with other use case

- That test fails on parse.com as well

* Bumps parse to 1.9.0

* exclude pg db

* Exclude pg on other test

* Adds clientSDK compatibility check for forward deletion

- Mark js1.9.0 as compatible

* Strips all operations from result

- fix for #1606
2016-07-15 09:24:53 -04:00
Ran Hassid
fcfe2a0376 add digits oauth provider (#2284) 2016-07-15 09:23:42 -04:00
Blayne Chard
1125c88f56 Adding request headers to cloud functions fixes #1461 (#2274) 2016-07-13 19:41:05 -04:00
Greenkeeper
bf645233b0 chore(package): update cross-env to version 2.0.0 (#2271)
https://greenkeeper.io/
2016-07-13 12:10:53 -04:00
Florent Vilmart
9bf21ef093 Restores ability to include non pointer keys (#2263)
- Matches the behaviour on parse.com
- fixes #2262
2016-07-13 09:14:54 -04:00
Florent Vilmart
32f7230aca Creates a new sessionToken when updating password (#2266)
* Creates a new sessionToken when updating password

* Adds test ensuring email is properly sent when upgrading from anon
2016-07-13 07:18:24 -04:00
Greenkeeper
f1ff9fecce chore(package): update pg-promise to version 5.1.3 (#2257)
https://greenkeeper.io/
2016-07-12 19:41:09 -07:00
Nikita Lutsenko
d1426c19dd Add Gitter chat link to the README. (#2264)
* Add Gitter chat link to the README.

Closes #1700

* Update README.md
2016-07-12 21:18:28 -04:00
Greenkeeper
a2f8a1d2b3 chore(package): update winston-daily-rotate-file to version 1.1.5 (#2248)
https://greenkeeper.io/
2016-07-12 12:31:06 -07:00
Nikita Lutsenko
18235352c4 Merge pull request #2259 from ParsePlatform/client-sdk-info
Exposes the ClientSDK infos if available
2016-07-12 11:17:52 -07:00
Magda Wiśniewska
3c1da3cc2a Allow next middleware handle error in handleParseErrors (#2260) 2016-07-12 12:32:10 -04:00
Greenkeeper
868ad5bdfd Update parse to version 1.9.0 🚀 (#2233)
* chore(package): update parse to version 1.9.0

https://greenkeeper.io/

* Removes Hooks client API as provided by node SDK
2016-07-12 10:09:16 -04:00
Florent Vilmart
2498a954ce Exposes clientSDK into RestQuery, RestWrite and rest 2016-07-12 10:06:13 -04:00
Florent Vilmart
a040aafcd8 Adds parser for SDK version 2016-07-12 09:20:00 -04:00
Valery Vaskabovich
7a2e906202 validate_purchase fix for SANDBOX requests (#2253)
* Fixed routing for validate_purchase method

* Fixed validate_purchase endpoint
2016-07-11 19:38:42 -04:00
Drew
9658d216f3 Version 2.2.16 (#2247) 2016-07-10 21:00:55 -07:00
Alaa Attya Mohamed
4634bfb3e4 Fixed: When using an explicit database adapter, you must also use and explicit filesAdapter. (#2245) 2016-07-10 10:16:42 -07:00
OzgeAkin
6dc8d287d6 Option to ignore parse file storage (#2222)
* flag in configurations to use only files adapter

* added lib folder

* remove lib

* alignment edit

* replace comma with semicolon

* ignore parse file storage if fileKey is not provided (undefined)
2016-07-10 10:15:30 -07:00
Greenkeeper
1fb7679b22 chore(package): update pg-promise to version 5.1.2 (#2243)
https://greenkeeper.io/
2016-07-09 12:54:04 -07:00
Greenkeeper
83f686355e chore(package): update request to version 2.73.0 (#2242)
https://greenkeeper.io/
2016-07-09 10:53:14 -07:00
Drew
6ca1351b8f Revert "Update PostgresStorageAdapter.js" (#2241) 2016-07-08 22:52:14 -07:00
Vitaly Tomilov
a92b23b97d Update PostgresStorageAdapter.js (#2093)
If it really needs to reject with `undefined`, then this is the right way. Usually one just returns the result, let the caller provide the `.catch` ;)

This way real errors can be swallowed, not very good ;)
2016-07-08 22:51:22 -07:00
Florent Vilmart
a55466fde8 Fixes #2221: Nested Or queries (#2231)
* Adds repro for #2221

* Fixes nested or queries

* not for PG yet
2016-07-08 22:03:13 -07:00
Florent Vilmart
61aa5a8d62 Let auth data be updated on login (#2219)
* Let user update authData token upon login

* Adds tests that ensures linked authData isnt overriden

* fixes focused testing problem
2016-07-08 21:49:46 -07:00
Eric Raio
4e9e817a80 Adding amazon ses adapter to README (#2226)
We've been using this parse server amazon SES email adapter and would like to share with the rest of the community.
2016-07-07 11:32:05 -04:00
Blayne Chard
8338783075 Adding more information to the permission denied error (#2210) 2016-07-07 11:30:29 -04:00
Greenkeeper
944e5addd3 chore(package): update babel-istanbul to version 0.11.0 (#2174)
https://greenkeeper.io/
2016-07-05 12:49:06 -07:00
Greenkeeper
9de347872f chore(package): update babel-istanbul to version 0.10.0 (#2173)
https://greenkeeper.io/
2016-07-05 12:48:46 -07:00
Greenkeeper
5bf878be22 chore(package): update pg-promise to version 5.1.0 (#2177)
https://greenkeeper.io/
2016-07-05 12:44:04 -07:00
Tyler Brock
2f2ff377eb Better e-mail adapter testing (#2208) 2016-07-05 12:08:46 -07:00
Greenkeeper
48b33d3889 chore(package): update babel-istanbul to version 0.9.0 (#2172)
https://greenkeeper.io/
2016-07-05 07:45:13 -07:00
Diwakar Cherukumilli
08c63f324a Adds ability to prevent login with unverified emails (#2175) 2016-07-04 13:56:35 -04:00
Andrew Lane
b641712d4d Improve error message for Parse.Error.INCORRECT_TYPE failure condition (#2185) 2016-07-02 06:11:35 -07:00
Steven Shipton
d1cdea00af Expose InMemoryCacheAdapter. Update tests (#2186) 2016-07-02 06:08:13 -07:00
Tyler Brock
d599fdd4fe Changelog 2.2.15 (#2183) 2016-07-01 08:08:51 -07:00
Greenkeeper
04dc2d2233 chore(package): update pg-promise to version 5.0.5 (#2170)
https://greenkeeper.io/
2016-06-29 12:03:01 -07:00
Greenkeeper
d2098d7ee4 chore(package): update pg-promise to version 5.0.4 (#2168)
https://greenkeeper.io/
2016-06-29 12:01:49 -07:00
Andrew Lane
9e725f616b Fix typo in description for Parse.Error.INVALID_QUERY (#2164) 2016-06-28 19:40:25 -07:00
Tyler Brock
799e59618c Stop requiring verifyUserEmails for password reset functionality (#2166) 2016-06-28 22:25:44 -04:00
Greenkeeper
a73f150a1a chore(package): update pg-promise to version 5.0.3 (#2156)
https://greenkeeper.io/
2016-06-27 13:15:55 -07:00