Commit Graph

2295 Commits

Author SHA1 Message Date
Arthur Cinader
b3b4461fe2 pr comments:
consolidate write operations
also tweak test text
2018-10-11 09:09:56 -07:00
Arthur Cinader
6ebce1832b Expire password reset tokens if user's email changes. 2018-10-11 09:09:56 -07:00
Arthur Cinader
152ff41cf8 fix the expectation on the failing test. 2018-10-11 09:09:56 -07:00
Arthur Cinader
34b51f7289 Add failing test to show
that changing a user's email
does not delete their perishable token.
2018-10-11 09:09:56 -07:00
Arthur Cinader
317682d7f6 Typos 2018-10-11 09:09:56 -07:00
greenkeeper[bot]
8dff708613 Update semver to the latest version 🚀 (#5117)
* fix(package): update semver to version 5.6.0

* chore(package): update lockfile package-lock.json
2018-10-11 00:14:26 +00:00
greenkeeper[bot]
635f54bd08 Update mongodb to the latest version 🚀 (#5115)
* fix(package): update mongodb to version 3.1.8

* chore(package): update lockfile package-lock.json
2018-10-10 22:49:52 +00:00
greenkeeper[bot]
2ce3c9c378 Update mongodb to the latest version 🚀 (#5112)
* fix(package): update mongodb to version 3.1.7

* chore(package): update lockfile package-lock.json
2018-10-09 17:55:58 -04:00
greenkeeper[bot]
645ddaf661 Update commander to the latest version 🚀 (#5108)
* fix(package): update commander to version 2.19.0

* chore(package): update lockfile package-lock.json
2018-10-09 17:55:46 -04:00
greenkeeper[bot]
5373cb7998 Update follow-redirects to the latest version 🚀 (#5111)
* fix(package): update follow-redirects to version 1.5.9

* chore(package): update lockfile package-lock.json
2018-10-09 16:24:35 +00:00
greenkeeper[bot]
2f0e5819f7 Update pg-promise to the latest version 🚀 (#5110)
* fix(package): update pg-promise to version 8.5.0

* chore(package): update lockfile package-lock.json
2018-10-09 13:49:39 +00:00
Florent Vilmart
f1bc55bf89 Reduces number of calls to injectDefaultSchema (#5107) 2018-10-08 14:16:29 -04:00
Arthur Cinader
7fe4030453 Return success on sendPasswordResetEmail even if email not found. 2018-10-05 10:03:41 -07:00
greenkeeper[bot]
7a01fa0a67 Update ws to the latest version 🚀 (#5101)
* fix(package): update ws to version 6.1.0

* chore(package): update lockfile package-lock.json
2018-10-05 07:37:43 +00:00
Paulo Reis
937bdf9058 Fix bugs in dev commands and organize the dev script (#5099) 2018-10-03 07:33:53 -04:00
greenkeeper[bot]
22fe390be6 Update flow-bin to the latest version 🚀 (#5095)
* chore(package): update flow-bin to version 0.82.0

* chore(package): update lockfile package-lock.json
2018-10-01 21:39:55 +00:00
Florent Vilmart
135a993d32 Greenkeeper/mongodb runner 4.3.2 (#5094)
* chore(package): update mongodb-runner to version 4.3.2

Closes #5087

* chore(package): update lockfile package-lock.json
2018-09-30 20:00:51 -04:00
greenkeeper[bot]
827e008497 Update babel7 to the latest version 🚀 (#5090)
* chore(package): update @babel/cli to version 7.1.2

* chore(package): update @babel/core to version 7.1.2

* chore(package): update lockfile package-lock.json
2018-09-28 23:44:55 +00:00
greenkeeper[bot]
9f56b537fb Update babel7 to the latest version 🚀 (#5089)
* chore(package): update @babel/cli to version 7.1.1

* chore(package): update @babel/core to version 7.1.1

* chore(package): update lockfile package-lock.json
2018-09-28 21:12:52 +00:00
Ben Briggs
45ff23bde2 postgres: Ensure that setting a value to undefined is a no-op on writes. (#5065) (#5069) 2018-09-26 16:42:06 -04:00
greenkeeper[bot]
4b5fb84678 Update mongodb-runner to the latest version 🚀 (#5086)
* chore(package): update mongodb-runner to version 4.2.0

* chore(package): update lockfile package-lock.json
2018-09-26 20:37:10 +00:00
greenkeeper[bot]
1c024c1ba2 Update babel-eslint to the latest version 🚀 (#5082)
* chore(package): update babel-eslint to version 10.0.0

* chore(package): update lockfile package-lock.json
2018-09-25 23:23:24 +00:00
greenkeeper[bot]
db90157191 Update @parse/push-adapter to the latest version 🚀 (#5078)
* fix(package): update @parse/push-adapter to version 3.0.0

* chore(package): update lockfile package-lock.json
2018-09-25 02:56:10 +00:00
Florent Vilmart
045d941aef Remove request and request-promise from dev dependencies (#5077)
* removes from emailverificationtoken spec

* updates winston

* Updates ValidationAndPasswordsReset

* Use local request in schemas

* Removes request in rest.spec

* Removes request from PushRouter0

* removes request from public API

* removes request from index.spec

* Removes request form parse.push spec

* removes request from ParseInstallation spec

* Removes from ParseHooks

* removes request from ParseGlobalConfig.spec

* Removes request from ParseAPI.spec.js

* removes request from LogsRouter

* removes in features

* Filters undefined headers instead of crashing

* Removes request from ParseUser spec

* Removes usage of request in ParseFile.spec.js

* Removes request from AuthAdapters.js

* removes request-promise from ParseGeoPoint.spec

* Removes request-promise from ParseQuery spec

* remove request-promise from UserPII

* removes request-promise from EnableExpressErrorHandler

* Updates RevocableSessionUpgrade spec

* Update RestQuery

* Removes read preferenceOptionM

* ensure we forward auth from URL

* use request in CloudCode.spec.js

* Removes request-promise from JobSchedule.spec

* Removes rp from VerifyUserPassword.spec.js

* Removes rp from PasswordPolicy spec

* Removes rp from ParsePolygon spec

* Removes rp from fullTextSearch spec

* Removes rp from PArseQuery.Aggregate

* Ensure we properly forward errors

* Removes request and request-promise
2018-09-24 17:07:51 -04:00
Florent Vilmart
93a0017b25 remove runtime dependency on request (#5076) 2018-09-23 12:31:08 -04:00
greenkeeper[bot]
4dc4a3a56d Update bcrypt to the latest version 🚀 (#5070)
* chore(package): update bcrypt to version 3.0.1

* chore(package): update lockfile package-lock.json
2018-09-21 13:17:00 +00:00
Stephan Hoogland
979af97b01 Fixed index link to upgrading to parse 3.0.0 (#5060) 2018-09-20 18:07:10 -04:00
greenkeeper[bot]
f928ad702f Update prettier to the latest version 🚀 (#5066)
* chore(package): update prettier to version 1.14.3

* chore(package): update lockfile package-lock.json
2018-09-19 15:28:31 +00:00
Eric
91f121eb62 Allow throw native Error in beforeSave hook (#5064) 2018-09-19 07:02:43 -04:00
Florent Vilmart
5177d5d0af Update and rename .stale.yml to stale.yml 2018-09-17 20:29:31 -04:00
greenkeeper[bot]
2613c353d1 Update babel7 to the latest version 🚀 (#5061)
* chore(package): update @babel/cli to version 7.1.0

* chore(package): update @babel/core to version 7.1.0

* chore(package): update @babel/preset-env to version 7.1.0

* chore(package): update lockfile package-lock.json
2018-09-18 00:23:09 +00:00
greenkeeper[bot]
1a6e19ae94 Update mongodb to the latest version 🚀 (#5056)
* fix(package): update mongodb to version 3.1.6

* chore(package): update lockfile package-lock.json
2018-09-15 02:24:12 +00:00
greenkeeper[bot]
0b37af5e13 Update flow-bin to the latest version 🚀 (#5055)
* chore(package): update flow-bin to version 0.81.0

* chore(package): update lockfile package-lock.json
2018-09-14 23:40:19 +00:00
greenkeeper[bot]
037db69f6a Update mongodb to the latest version 🚀 (#5054)
* fix(package): update mongodb to version 3.1.5

* chore(package): update lockfile package-lock.json
2018-09-14 20:11:32 +00:00
greenkeeper[bot]
d18d9c5964 Update lodash to the latest version 🚀 (#5050)
* fix(package): update lodash to version 4.17.11

* chore(package): update lockfile package-lock.json
2018-09-12 21:04:56 +00:00
greenkeeper[bot]
826d65770a Update babel7 to the latest version 🚀 (#5049)
* chore(package): update @babel/core to version 7.0.1

* chore(package): update lockfile
2018-09-12 03:14:00 +00:00
Florent Vilmart
576779b69b Updates JS SDK to 2.1.0 (#5043) 2018-09-08 20:05:32 -04:00
greenkeeper[bot]
a3d6d2498c Update flow-bin to the latest version 🚀 (#5021)
* chore(package): update flow-bin to version 0.80.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-09-08 19:34:35 -04:00
greenkeeper[bot]
ec2993918c Update commander to the latest version 🚀 (#5035)
* fix(package): update commander to version 2.18.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-09-08 23:14:08 +00:00
Florent Vilmart
cfa22d0a62 Use spies for CloudCode logger tests (#5042) 2018-09-08 18:46:26 -04:00
Florent Vilmart
617e8405ff Updates definition build script for babel 7.0 (#5024)
* Updates definition build script for babel 7.0

* run eslint on staged files
2018-09-08 14:12:23 -04:00
llino
fefecfeb9a Update 3.0.0.md (#5038)
In example, the parameter is called request but in the function it was calling req
2018-09-08 08:20:34 -04:00
Deokhyun Ko
462f5eb54b fix unexpected 'delete' trigger issue on LiveQuery (#5031)
* fix unexpected 'delete' trigger on LiveQuery when response is an error in cloud function beforeDelete

* tested

* Rebuild CI

* Retest due to local machine testing is passed

* Travis testing failed randomly on Cloud Code Logger. I will retry

* retry

* retry
2018-09-06 07:15:36 -04:00
Florent Vilmart
a42101531a Silences warnings from mongodb client (#5025)
* Silences warnings from mongodb client

* Update count, delete and finds to recommended implementations

* With new parser, readPref will be null by default

* Update flaky specs wih async/await style

* Adds gridstore adapter spec

* Use GridFSBucketStorage adapter
2018-09-04 16:15:09 -04:00
Florent Vilmart
d83a0b6808 Use Prettier JS (#5017)
* Adds prettier

* Run lint before tests
2018-09-01 13:58:06 -04:00
greenkeeper[bot]
189cd259ee Update jsdoc-babel to the latest version 🚀 (#5022)
* chore(package): update jsdoc-babel to version 0.5.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile

* Use babel 7.0

* Proper configuration for jsdoc
2018-09-01 17:02:31 +00:00
orette
c7357ed109 Use the correct function when validating google auth tokens (#5018)
* Use the correct function when validating google auth tokens

httpsRequest.request expects the param postData and has no default value
or validation to check if it is missing before using it. As a result, an
error `TypeError: First argument must be a string or Buffer` is
thrown when an attempt is made to authenticate with Google.

A quick check on the LinkedIn, FB, and twitter authentication adapters
shows they are using httpsRequest.get for their validation calls.

* Correct google auth adapter tests
2018-08-30 20:17:46 -04:00
greenkeeper[bot]
8c0a4430e0 Update nodemon to the latest version 🚀 (#5012)
* chore(package): update nodemon to version 1.18.4

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-29 18:32:39 +00:00
greenkeeper[bot]
36eddbafad Update mongodb-runner to the latest version 🚀 (#5010)
* chore(package): update mongodb-runner to version 4.1.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-29 01:11:37 +00:00
greenkeeper[bot]
bd2342ebfa Update babel-eslint to the latest version 🚀 (#5009)
* chore(package): update babel-eslint to version 9.0.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-28 03:22:17 +00:00