-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Comparing changes
Open a pull request
base repository: parse-community/parse-server
base: 2.8.3
head repository: parse-community/parse-server
compare: 2.8.4
Commits on Aug 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3484897 - Browse repository at this point
Copy the full SHA 3484897View commit details -
Don't error when attempting to sort on an object field (#4806)
* add failing test to demonstrate that you can't sort on a field in an object. * Only validate the base of the field name. * fix test name * Only test sort for mongo. * pg order by nested object * level 2 test * Factor out operation to get a field's base name. Add comment. * tweak comment wording so it wont make my grammar teacher angry.
Configuration menu - View commit details
-
Copy full SHA for 1427eea - Browse repository at this point
Copy the full SHA 1427eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f9285 - Browse repository at this point
Copy the full SHA f2f9285View commit details -
add support for geoWithin.centerSphere queries via withJSON (#4825)
* add support for geoWithin.centerSphere queries via withJSON * added test for passing array of lat, lng instead of Parse.GeoPoint * added postgres support * added more tests * improved tests and validation * added more tests
Configuration menu - View commit details
-
Copy full SHA for cddb924 - Browse repository at this point
Copy the full SHA cddb924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d81f8f - Browse repository at this point
Copy the full SHA 4d81f8fView commit details -
Added verify password to users router and tests. (#4747)
* Added verify password to users router and tests. * Added more tests to support more coverage. * Added additional tests to spec. Removed condition from verifyPassword function where authData null keys condition wasn't necessary. * Removed POST handling from verifyPassword. * Refactored handleLogin and handleVerifyPassword to use shared helper function to validate the password provided in the request. * Refactored verifyPassword and login to not use try/catch. Parent promise returns the error. Moved login specific functions to login handler. * Added account lockout policy to verify password function. Added test spec for account lockout in verify password. * no message * Merged new changes from master. Made changes as requested from comments. * We cannot remove hidden properties from the helper before returning to the login function. The password expiration check in the login function is dependent on some hidden properties, otherwise three password policy tests fail.
Configuration menu - View commit details
-
Copy full SHA for c8b303a - Browse repository at this point
Copy the full SHA c8b303aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ddcdb - Browse repository at this point
Copy the full SHA 48ddcdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 197190f - Browse repository at this point
Copy the full SHA 197190fView commit details -
Aggregate allow multiple of same stage (#4835)
* Aggregate Allow Multiple Stages * remove testing files * nit * spread them
Configuration menu - View commit details
-
Copy full SHA for df01846 - Browse repository at this point
Copy the full SHA df01846View commit details -
Update ws to the latest version 🚀 (#4849)
* fix(package): update ws to version 5.2.1 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for dccd7d7 - Browse repository at this point
Copy the full SHA dccd7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b660ca5 - Browse repository at this point
Copy the full SHA b660ca5View commit details -
Update eslint to the latest version 🚀 (#4848)
* chore(package): update eslint to version 5.0.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for f1ebdef - Browse repository at this point
Copy the full SHA f1ebdefView commit details -
#4678: Converting strings to Date when schema.type is Date within agg… (
#4743) * #4678: Converting strings to Date when schema.type is Date within aggregate function * Added test cases to test new date match aggregate query * Added function to parse match aggregate arguments and convert necessary values to Date objects * Added missing return value * Improved code quality based on suggestions and figured out why tests were failing * Added tests from @dplewis * Supporting project aggregation as well as exists operator * Excluding exists match for postgres * Handling the $group operator similar to $match and $project * Added more tests for better code coverage * Excluding certain tests from being run on postgres * Excluding one more test from postgres * clean up
Configuration menu - View commit details
-
Copy full SHA for 43be9fe - Browse repository at this point
Copy the full SHA 43be9feView commit details -
Update mongodb to the latest version 🚀 (#4855)
* fix(package): update mongodb to version 3.1.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile * starting mongo 3.1.0, read preferences are passed again * Adds test confirming #4831 is properly functional now
Configuration menu - View commit details
-
Copy full SHA for 320eba1 - Browse repository at this point
Copy the full SHA 320eba1View commit details -
Update multer to the latest version 🚀 (#4858)
* fix(package): update multer to version 1.3.1 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for f969c7b - Browse repository at this point
Copy the full SHA f969c7bView commit details -
Update cross-env to the latest version 🚀 (#4830)
* chore(package): update cross-env to version 5.2.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for 938564a - Browse repository at this point
Copy the full SHA 938564aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82fec72 - Browse repository at this point
Copy the full SHA 82fec72View commit details -
Ensure User ACL's are more flexible and secure #3588 (#4860)
* Fixes an issue that would let the beforeDelete be called when user has no access to the object * Ensure we properly lock user - Improves find method so we can attempt to read for a write poking the right ACL instead of using masterKey - This ensure we do not run beforeDelete/beforeFind/beforeSave in the wrong scenarios * nits * Caps insufficient
Configuration menu - View commit details
-
Copy full SHA for 6b36ce1 - Browse repository at this point
Copy the full SHA 6b36ce1View commit details -
Update commander to the latest version 🚀 (#4861)
* fix(package): update commander to version 2.16.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for ec27bc7 - Browse repository at this point
Copy the full SHA ec27bc7View commit details -
improves test performance on mongodb (#4862)
* improves test performance on mongodb * Removes unused methdos
Configuration menu - View commit details
-
Copy full SHA for 7319aab - Browse repository at this point
Copy the full SHA 7319aabView commit details -
* Adds supports-color so spec reporter dont output colors when not supported * Adds babelrc so breakpoints dont jump around in specs * Rename test to avoid duplicated name * Removes unused methods * Better naming for it_exclude
Configuration menu - View commit details
-
Copy full SHA for 96bc744 - Browse repository at this point
Copy the full SHA 96bc744View commit details -
Update pg-promise to the latest version 🚀 (#4866)
* fix(package): update pg-promise to version 8.4.5 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for 566ac26 - Browse repository at this point
Copy the full SHA 566ac26View commit details -
Configuration menu - View commit details
-
Copy full SHA for f23eb4c - Browse repository at this point
Copy the full SHA f23eb4cView commit details -
Removes need to use babel-register (#4865)
* Removes need to use babel-register - Adds watch to watch changes when running the test to regenerate - Tests are now pure node 8 * Adds timing to helper.js * Update contribution guide * Adds inline sourcemaps generation to restore coverage * nits
Configuration menu - View commit details
-
Copy full SHA for 305e4ba - Browse repository at this point
Copy the full SHA 305e4baView commit details -
* Various improvements in test name / de-duplications * Reverts to class by class deletion, introduced fast mode that just delete data for mongo - Speeds up are incredible Executed 1695 of 1713 specs INCOMPLETE (18 PENDING) in 4 mins 19 secs. * Adds documentation about the deleteEverything
Configuration menu - View commit details
-
Copy full SHA for 461ca5d - Browse repository at this point
Copy the full SHA 461ca5dView commit details -
Update mongodb-runner to the latest version 🚀 (#4869)
* chore(package): update mongodb-runner to version 4.0.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for fb7d9b5 - Browse repository at this point
Copy the full SHA fb7d9b5View commit details -
Greenkeeper/flow bin 0.75.0 (#4872)
* chore(package): update flow-bin to version 0.75.0 Closes #4816 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for 3c89eb3 - Browse repository at this point
Copy the full SHA 3c89eb3View commit details -
Update mongodb to the latest version 🚀 (#4874)
* fix(package): update mongodb to version 3.1.1 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for 3e7b1b3 - Browse repository at this point
Copy the full SHA 3e7b1b3View commit details -
Update ws to the latest version 🚀 (#4888)
* fix(package): update ws to version 5.2.2 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for 27d8f86 - Browse repository at this point
Copy the full SHA 27d8f86View commit details -
Greenkeeper/nodemon 1.18.1 (#4891)
* chore(package): update nodemon to version 1.18.1 Closes #4885 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for 31d8947 - Browse repository at this point
Copy the full SHA 31d8947View commit details -
Update bcrypt to the latest version 🚀 (#4875)
* chore(package): update bcrypt to version 3.0.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for 41b0bf0 - Browse repository at this point
Copy the full SHA 41b0bf0View commit details -
Update flow-bin to the latest version 🚀 (#4877)
* chore(package): update flow-bin to version 0.76.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for c99cbbf - Browse repository at this point
Copy the full SHA c99cbbfView commit details -
Support incrementing push badge value by more than 1 (#4889)
* Support 'IncrementByN' badge value for higher push badge increments * Fix test * Rely on object for badge incrementation (i.e. {increment: 3}) rather than string (IncrementBy3) * For badge incrementation, utilize format similar to other operation notation
Configuration menu - View commit details
-
Copy full SHA for faa04f7 - Browse repository at this point
Copy the full SHA faa04f7View commit details -
Enable express error handler (#4697)
* Propagate error to express handler in all situations * Call the default error handler if `enableExpressErrorHandler` is truthy * Updating options interface and definitions * Testing express error handler * Test spec fixes * Fix test
Configuration menu - View commit details
-
Copy full SHA for 2c316ce - Browse repository at this point
Copy the full SHA 2c316ceView commit details -
Ensure legacy users with authData are not locked out (#4898)
* Adds fix for issue, ensuring legacy users with no ACL are properly handled * Runs tests only on mongo
Configuration menu - View commit details
-
Copy full SHA for 5a32eb3 - Browse repository at this point
Copy the full SHA 5a32eb3View commit details -
Ensures the test suites are properly formed for vscode jasmine plugin (…
…#4901) * Ensures the test suites are properly formed for vscode jasmine plugin * nit
Configuration menu - View commit details
-
Copy full SHA for 83cf68a - Browse repository at this point
Copy the full SHA 83cf68aView commit details -
Update ws to the latest version 🚀 (#4909)
* fix(package): update ws to version 6.0.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
Configuration menu - View commit details
-
Copy full SHA for d9cf3ce - Browse repository at this point
Copy the full SHA d9cf3ceView commit details -
Add the addFileNameHash option that allows users to remove the hash f… (
#4915) * Add the addFileNameHash option that allows users to remove the hash from file names * Change option name to preserveFileName * Revert changes to package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 37e6459 - Browse repository at this point
Copy the full SHA 37e6459View commit details -
Configuration menu - View commit details
-
Copy full SHA for b92e76d - Browse repository at this point
Copy the full SHA b92e76dView commit details -
Fix typo in FilesController.spec (#4917)
* Add the addFileNameHash option that allows users to remove the hash from file names * Change option name to preserveFileName * Revert changes to package-lock.json * Fix typo in FileController.spec
Configuration menu - View commit details
-
Copy full SHA for 5a0d09e - Browse repository at this point
Copy the full SHA 5a0d09eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e9725b - Browse repository at this point
Copy the full SHA 0e9725bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b9641 - Browse repository at this point
Copy the full SHA 18b9641View commit details
There are no files selected for viewing