Commit Graph

2454 Commits

Author SHA1 Message Date
dependabot[bot]
4e07d16148 Bump semver from 5.6.0 to 6.0.0 (#5451)
Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 6.0.0.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.6.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-27 10:48:29 +00:00
dependabot[bot]
f2c332ea6a Bump mongodb from 3.2.1 to 3.2.2 (#5446)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/master/HISTORY.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.2.1...v3.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-25 11:01:31 +00:00
Tom Fox
d64a23b2f7 Remove flovilmart's email from the COC (#5438)
* remove flovilmart email

* change email
2019-03-22 12:54:02 -07:00
greenkeeper[bot]
3c39e3232f Update mongodb to the latest version 🚀 (#5441)
* fix(package): update mongodb to version 3.2.1

* chore(package): update lockfile package-lock.json
2019-03-21 20:31:10 +00:00
dependabot[bot]
6376aea320 Bump @babel/preset-env from 7.4.1 to 7.4.2 (#5439)
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.1 to 7.4.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.1...v7.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-21 10:34:08 +00:00
greenkeeper[bot]
a27371b6a4 Update babel7 to the latest version 🚀 (#5436)
* chore(package): update @babel/preset-env to version 7.4.1

* chore(package): update lockfile package-lock.json
2019-03-20 02:29:54 +00:00
greenkeeper[bot]
9f2415420b Update babel7 to the latest version 🚀 (#5435)
* chore(package): update @babel/core to version 7.4.0

* chore(package): update @babel/plugin-proposal-object-rest-spread to version 7.4.0

* chore(package): update @babel/plugin-transform-flow-strip-types to version 7.4.0

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

* chore(package): update lockfile package-lock.json
2019-03-19 22:40:56 +00:00
greenkeeper[bot]
7eddc4c658 Update bcrypt to the latest version 🚀 (#5433)
* chore(package): update bcrypt to version 3.0.5

* chore(package): update lockfile package-lock.json
2019-03-19 13:16:30 +00:00
dependabot[bot]
4cd12e9049 Bump eslint from 5.15.2 to 5.15.3 (#5432)
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.2 to 5.15.3.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.15.2...v5.15.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-19 10:30:37 +00:00
dependabot[bot]
adf0633e7b Bump eslint from 5.15.1 to 5.15.2 (#5428)
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.1 to 5.15.2.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.15.1...v5.15.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-18 10:41:57 +00:00
dependabot[bot]
4d9083bdfa Bump flow-bin from 0.94.0 to 0.95.1 (#5427)
Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.94.0 to 0.95.1.
- [Release notes](https://github.com/flowtype/flow-bin/releases)
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.94.0...v0.95.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-18 10:32:27 +00:00
greenkeeper[bot]
a75f129542 Update pg-promise to the latest version 🚀 (#5424)
* fix(package): update pg-promise to version 8.6.4

* chore(package): update lockfile package-lock.json
2019-03-16 07:05:22 +00:00
Diamond Lewis
2c51011018 Fix Discourse Badge (#5423) 2019-03-15 17:41:35 -07:00
moonion
d84566ac28 Ajax password reset (#5332)
* adapted public api route for use with ajax

* Elegant error handling

* Fixed error return

* Public API error flow redone, tests

* Fixed code to pre-build form

* Public API change password return params

* Reverted errors in resetPassword

* Fixed querystring call

* Success test on ajax password reset

* Added few more routes to tests for coverage

* More tests and redone error return slightly

* Updated error text

* Console logs removal, renamed test, added {} to if

* Wrong error sent

* Revert changes

* Revert "Revert changes"

This reverts commit 68ee2c44bf2411ca8b56b039a4d490a7e2f99ae9.

* real revert of {}

* nits and test fix

* fix tests

* throw proper error
2019-03-14 16:06:18 -05:00
Guido Ruiz
bf033becbd Properly handle return values in beforeSave (#5228)
* added failing test case to CloudCode.spec.js

a possible bug found where beforeSave does not apply changes to request
object if the beforeSave hook ends with 'true' returned

* moddified triggers to return null when beforeSave
also changed test cases to be more descriptive + added extra test case that returns promise in the beforeSave

* address original issue

* Revert "address original issue"

This reverts commit e01c57d1de5c4b2fe21e9ebd590211d21330cdda.

* fix promises and tests

* Add a test to verify that a failed beforeChange hook will
prevent updating the object.
2019-03-14 13:17:29 -05:00
Diamond Lewis
8622e5c378 Prevent Stalebot from closing PRs (#5416) 2019-03-11 19:24:11 -05:00
FatBat
bcda96be51 Fixes #5354. (#5396) 2019-03-11 17:13:07 -07:00
greenkeeper[bot]
01e8e5d827 Update pg-promise to the latest version 🚀 (#5415)
* fix(package): update pg-promise to version 8.6.3

* chore(package): update lockfile package-lock.json
2019-03-07 19:05:16 +00:00
greenkeeper[bot]
8d2514571c Update ws to the latest version 🚀 (#5414)
* fix(package): update ws to version 6.2.0

* chore(package): update lockfile package-lock.json
2019-03-06 08:22:18 +00:00
greenkeeper[bot]
3b96ccb03c Update pg-promise to the latest version 🚀 (#5413)
* fix(package): update pg-promise to version 8.6.2

* chore(package): update lockfile package-lock.json
2019-03-05 15:34:06 +00:00
greenkeeper[bot]
a452488d61 Update eslint to the latest version 🚀 (#5412)
* chore(package): update eslint to version 5.15.1

* chore(package): update lockfile package-lock.json
2019-03-05 05:40:39 +00:00
greenkeeper[bot]
378f8d28e1 Update pg-promise to the latest version 🚀 (#5410)
* fix(package): update pg-promise to version 8.6.1

* chore(package): update lockfile package-lock.json
2019-03-04 21:02:48 +00:00
greenkeeper[bot]
f798a60475 Update pg-promise to the latest version 🚀 (#5408)
* fix(package): update pg-promise to version 8.6.0

* chore(package): update lockfile package-lock.json
2019-03-02 22:23:21 +00:00
greenkeeper[bot]
92eb2656e0 Update eslint to the latest version 🚀 (#5407)
* chore(package): update eslint to version 5.15.0

* chore(package): update lockfile package-lock.json
2019-03-02 07:13:30 +00:00
greenkeeper[bot]
2266976296 Update lint-staged to the latest version 🚀 (#5406)
* chore(package): update lint-staged to version 8.1.5

* chore(package): update lockfile package-lock.json
2019-03-01 17:17:32 +00:00
dependabot[bot]
ad506280b2 Bump jasmine-spec-reporter from 4.1.0 to 4.2.1 (#5405)
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcaudan/jasmine-spec-reporter/compare/v4.1.0...v4.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 10:56:16 +00:00
dependabot[bot]
1aecd18a72 Bump uuid from 3.1.0 to 3.3.2 (#5404)
Bumps [uuid](https://github.com/kelektiv/node-uuid) from 3.1.0 to 3.3.2.
- [Release notes](https://github.com/kelektiv/node-uuid/releases)
- [Changelog](https://github.com/kelektiv/node-uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node-uuid/compare/v3.1.0...v3.3.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 10:46:26 +00:00
greenkeeper[bot]
56b0786379 Update flow-bin to the latest version 🚀 (#5402)
* chore(package): update flow-bin to version 0.94.0

* chore(package): update lockfile package-lock.json
2019-03-01 03:33:59 +00:00
pateldharad
6eaefd95ae Password requirement custom message (#5399)
* Added validationError(custom message) for Password requirement fail

* Changed validationError from valodationError in README.md
2019-02-28 13:17:31 -08:00
Diamond Lewis
1e7cc7ba00 Revert uws to 10.148.1 (#5398)
https://www.reddit.com/r/node/comments/91kgte/uws_has_been_deprecated/

The release 100.0.1 was a blank project again.

I've pinned all the packages.

This package has been moved to https://github.com/uNetworking/uWebSockets.js

We should consider migrating to it.
2019-02-28 14:12:33 -06:00
dependabot[bot]
e0db6eb2ea Bump eslint from 5.14.0 to 5.14.1 (#5377)
Bumps [eslint](https://github.com/eslint/eslint) from 5.14.0 to 5.14.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.14.0...v5.14.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-25 22:35:41 +00:00
greenkeeper[bot]
8d284cd967 Update babel7 to the latest version 🚀 (#5395)
* chore(package): update @babel/core to version 7.3.4

* chore(package): update @babel/plugin-proposal-object-rest-spread to version 7.3.4

* chore(package): update @babel/plugin-transform-flow-strip-types to version 7.3.4

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

* chore(package): update lockfile package-lock.json
2019-02-25 22:13:30 +00:00
awgeorge
86e9351cd0 Reverse update. 2019-02-23 07:28:39 -08:00
awgeorge
c5a5f57451 Updates based on review 2019-02-23 07:28:39 -08:00
awgeorge
ff33c9939c Use ES6 code 2019-02-23 07:28:39 -08:00
awgeorge
1420df7d7a Update based on @milesrichardson comment https://github.com/parse-community/parse-server/pull/5334#discussion_r252693409 2019-02-23 07:28:39 -08:00
awgeorge
ede262c109 Fix linter errors 2019-02-23 07:28:39 -08:00
awgeorge
0dec4931a0 Add filter sensitive fields logic that apply CLPs\nAdd protectedFields CLP\nAdd defaults for protectedFields CLP\nFix tests 2019-02-23 07:28:39 -08:00
awgeorge
b343de0c70 Set default protectedFields and remove previous filter logic 2019-02-23 07:28:39 -08:00
awgeorge
95831a5b22 Add new definition and update tests to reflect 2019-02-23 07:28:39 -08:00
awgeorge
493fc99bcb Fix tests to catch errors 2019-02-23 07:28:39 -08:00
awgeorge
c69130e0e0 Added negative scenarios for #5301.
- Public read ACL should never expose PII to authenticated and non-authenticated
    - Explicit ACL like custom user Role should be able to read PII
2019-02-23 07:28:39 -08:00
awgeorge
7a6dc3ff29 Add tests to prove a user with valid read ACLs still can't read PII data. 2019-02-23 07:28:39 -08:00
greenkeeper[bot]
b246c4ed90 Update parse to the latest version 🚀 (#5385)
* fix(package): update parse to version 2.2.1

* chore(package): update lockfile package-lock.json
2019-02-22 19:00:30 +00:00
dependabot[bot]
9710c755c5 Bump uws from 10.148.1 to 100.0.1 (#5382)
Bumps [uws](https://github.com/uNetworking/uWebSockets.js) from 10.148.1 to 100.0.1.
- [Release notes](https://github.com/uNetworking/uWebSockets.js/releases)
- [Commits](https://github.com/uNetworking/uWebSockets.js/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-21 10:36:19 +00:00
greenkeeper[bot]
7d0d4cea33 Update pg-promise to the latest version 🚀 (#5381)
* fix(package): update pg-promise to version 8.5.6

* chore(package): update lockfile package-lock.json
2019-02-20 23:20:31 +00:00
dependabot[bot]
95870f4ecc Bump eslint-plugin-flowtype from 3.4.1 to 3.4.2 (#5375)
Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases)
- [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v3.4.1...v3.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-18 10:55:38 +00:00
dependabot[bot]
852cd6a179 Bump @babel/core from 7.2.2 to 7.3.3 (#5374)
Bumps [@babel/core](https://github.com/babel/babel) from 7.2.2 to 7.3.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.2.2...v7.3.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-18 10:45:40 +00:00
dependabot[bot]
2a2130f85a Bump eslint from 5.13.0 to 5.14.0 (#5373)
Bumps [eslint](https://github.com/eslint/eslint) from 5.13.0 to 5.14.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.13.0...v5.14.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-18 10:36:03 +00:00
greenkeeper[bot]
416c190993 Update ws to the latest version 🚀 (#5369)
* fix(package): update ws to version 6.1.4

* chore(package): update lockfile package-lock.json
2019-02-16 17:37:09 +00:00