Commit Graph

  • 3e6c53c3e4 Merge pull request #831 from ParsePlatform/flovilmart.fixWindowsTests Drew 2016-03-04 11:40:31 -08:00
  • ee38ebc4a3 Removes shebang for windows Florent Vilmart 2016-03-04 09:40:47 -05:00
  • 1a17d16dc9 Better support for windows builds Florent Vilmart 2016-03-04 09:37:44 -05:00
  • ab11ef158f Merge pull request #826 from ParsePlatform/nlutsenko.schema Nikita Lutsenko 2016-03-04 08:54:59 -08:00
  • 438e802a6a Merge pull request #828 from Marco129/fix-update-system-schema Drew 2016-03-04 08:53:23 -08:00
  • 8814e1f3b5 Fix add field to system schema Marco129 2016-03-04 20:44:21 +08:00
  • 295d361725 Convert Schema.js to ES6 class. Nikita Lutsenko 2016-03-04 01:02:44 -08:00
  • 5b8ad9d4c6 No more .DS_Store Mike McDonald 2016-03-03 22:50:19 -08:00
  • 1dc346715d Merge branch 'master' of https://github.com/ParsePlatform/parse-server into mcdonald-gcs-adapter Get GCSAdapter up to snuff with FilesController + FilesControllerTestFactory Mike McDonald 2016-03-03 22:36:25 -08:00
  • e3d26e2b4e Merge pull request #816 from ParsePlatform/readme-dupe Florent Vilmart 2016-03-03 23:11:25 -05:00
  • 33ac89569f Merge pull request #780 from ParsePlatform/hramos-remove-gcp-deploy Fosco Marotto 2016-03-03 17:51:27 -08:00
  • 9a7264100c Merge pull request #794 from ParsePlatform/nlutsenko.schemasRouter Nikita Lutsenko 2016-03-03 14:55:54 -08:00
  • 8363122c65 Remove duplicated instructions Héctor Ramos 2016-03-03 13:14:33 -08:00
  • 06fb8d451a Merge pull request #810 from drew-gross/changelog-2.1.4 2.1.4 Fosco Marotto 2016-03-03 12:07:07 -08:00
  • b6009bb393 Merge pull request #811 from Marco129/fix-update-system-schema Drew 2016-03-03 11:51:03 -08:00
  • 4d7c87b104 Release and Changelog for 2.1.4 Drew Gross 2016-03-03 10:29:37 -08:00
  • 2d509cdf1c Merge pull request #813 from ParsePlatform/flovilmart.fasterTests Florent Vilmart 2016-03-03 14:42:55 -05:00
  • ec8529ada7 fixes missing coverage with sh script Florent Vilmart 2016-03-03 14:32:15 -05:00
  • 50735c4cbb Fix update system schema Marco129 2016-03-04 03:06:53 +08:00
  • b301ea9a9c Merge pull request #802 from Marco129/fix-delete-schemas Drew 2016-03-03 10:44:35 -08:00
  • a44e371f40 Merge pull request #797 from Marco129/fix-schema-api Drew 2016-03-03 10:36:08 -08:00
  • dbcbf60816 Merge pull request #807 from ParsePlatform/flovilmart.fasterTests Florent Vilmart 2016-03-03 13:16:35 -05:00
  • 0e39b3b0e7 Adds optional COVERAGE Florent Vilmart 2016-03-03 08:38:14 -05:00
  • 3b4faaaf95 Merge pull request #799 from carmenlau/query-fix Drew 2016-03-03 09:50:06 -08:00
  • 187f29c2a6 Merge pull request #809 from ParsePlatform/flovilmart.objectIdInSanitation Drew 2016-03-03 09:48:44 -08:00
  • e64b6860c1 Allows to pass no where in $select clause Florent Vilmart 2016-03-03 11:40:57 -05:00
  • 907a05c57a Sanitize objectId in Florent Vilmart 2016-03-03 08:40:30 -05:00
  • f157538bfd Fix delete schema when actual collection does not exist Marco129 2016-03-03 18:44:30 +08:00
  • 6973de7910 Fix replace query overwrite the existing query object. Carmen 2016-03-03 16:15:36 +08:00
  • 90a1e46905 Fix create system class with relation/pointer Marco129 2016-03-03 16:37:30 +08:00
  • 99cb05ea1e Use throws syntax for errors in SchemasRouter. Nikita Lutsenko 2016-03-02 21:38:06 -08:00
  • 2afebf955f Completely migrate SchemasRouter to new MongoCollection API. Nikita Lutsenko 2016-03-02 21:33:33 -08:00
  • c6406b9e1a Merge pull request #790 from drew-gross/expiresAt-fix Nikita Lutsenko 2016-03-02 21:22:28 -08:00
  • 9bc1a3556e Merge pull request #791 from ParsePlatform/nlutsenko.triggers.installationId Drew 2016-03-02 21:21:27 -08:00
  • edc7720660 Add tests that verify installationId in Cloud Code triggers. Nikita Lutsenko 2016-03-02 20:59:45 -08:00
  • c4fa3f0ee0 Propagate installationId in all Cloud Code triggers. Nikita Lutsenko 2016-03-02 20:59:25 -08:00
  • befcd453a4 Add test Drew Gross 2016-03-02 20:51:35 -08:00
  • df4022060e expiresAt should be a Date, not a string. Fixes #776 Drew Gross 2016-03-02 20:32:06 -08:00
  • 1053adf01d Merge pull request #784 from ParsePlatform/nlutsenko.afterSave Nikita Lutsenko 2016-03-02 20:15:59 -08:00
  • 2cc9600604 Merge pull request #785 from flessard/master Drew 2016-03-02 20:10:22 -08:00
  • cd4c4169d5 Merge pull request #777 from ParsePlatform/flovilmart.removeKeysWhenIncludeIsMissing Florent Vilmart 2016-03-02 22:16:12 -05:00
  • dac71019b6 Merge pull request #769 from ParsePlatform/flovilmart.fixFailingQueries Florent Vilmart 2016-03-02 22:15:37 -05:00
  • 358a7ae7f3 Fix missing 'let/var' in OneSignalPushAdapter.spec. Nikita Lutsenko 2016-03-02 18:38:24 -08:00
  • c4aac335e0 Don't run any afterSave hooks if none are registered. Nikita Lutsenko 2016-03-02 18:23:00 -08:00
  • f3b7138269 Fix : remove query count limit Francis Lessard 2016-03-02 21:34:17 -05:00
  • b778b314fb Flatten custom operations in request.object in afterSave hooks. Nikita Lutsenko 2016-03-02 18:20:02 -08:00
  • d8d374379d Merge pull request #740 from ParsePlatform/flovilmart.badgeIncrement Florent Vilmart 2016-03-02 21:17:16 -05:00
  • ee3b37d4a2 Adds support for badging on iOS Florent Vilmart 2016-03-01 15:10:06 -05:00
  • d872f52eff backbone style is BAD! Florent Vilmart 2016-03-02 20:28:00 -05:00
  • 747482227d Remove Deploy to GCP Button Héctor Ramos 2016-03-02 17:29:11 -08:00
  • e477fadec4 Merge pull request #778 from ParsePlatform/flovilmart.typeChecking Florent Vilmart 2016-03-02 20:27:26 -05:00
  • 5f9a8d87e5 Nit for Object type Florent Vilmart 2016-03-02 20:00:26 -05:00
  • d70e87f141 Merge pull request #748 from drew-gross/touch-up-features-endpoint Drew 2016-03-02 16:43:12 -08:00
  • 6ddc77601c Fixes mismatching behavior in including keys Florent Vilmart 2016-03-02 19:38:42 -05:00
  • ccc2a1a03f Fix tests again Drew Gross 2016-03-02 16:34:07 -08:00
  • a56fe0f7e6 Fix tests Drew Gross 2016-03-02 14:36:46 -08:00
  • 36202badf3 Return parse server version Drew Gross 2016-03-02 14:16:17 -08:00
  • 81519852d1 Report Server Version so Dashboard can consume it Drew Gross 2016-03-02 11:35:45 -08:00
  • 5219e0b1d8 Touch up features endpoint Drew Gross 2016-03-01 15:35:48 -08:00
  • 1bfee45f64 Merge pull request #773 from ParsePlatform/flovilmart.fixHttpRequest Florent Vilmart 2016-03-02 18:43:36 -05:00
  • 8eff44410f Graceful fails on httpRequest Florent Vilmart 2016-03-02 16:43:44 -05:00
  • 4b7447e228 Merge pull request #710 from sdf611097/typeChecking Drew 2016-03-02 14:57:19 -08:00
  • 818fe492d7 Merge pull request #774 from ParsePlatform/fosco.install-fix Nikita Lutsenko 2016-03-02 14:36:13 -08:00
  • bb80e5d69f Merge pull request #759 from ParsePlatform/nlutsenko.storage.findAndDoMagic Nikita Lutsenko 2016-03-02 14:36:01 -08:00
  • bfafcd4e87 Fix an installation deduplication bug Fosco Marotto 2016-03-02 14:14:12 -08:00
  • 43f014a47d nits Florent Vilmart 2016-03-02 15:16:48 -05:00
  • 3629c40036 Adds support for or queries on pointer and relations Florent Vilmart 2016-03-02 14:33:51 -05:00
  • 27815b18aa Adds support for multiple $in Florent Vilmart 2016-03-02 12:01:49 -05:00
  • c7503fc654 Merge pull request #735 from sdf611097/invalidRole Florent Vilmart 2016-03-02 09:39:44 -05:00
  • 4e312673c7 Merge pull request #746 from ParsePlatform/flovilmart.logsEndpoint Florent Vilmart 2016-03-02 09:38:49 -05:00
  • 63dc64004d Removes /logs endpoint Florent Vilmart 2016-03-01 22:33:14 -05:00
  • 8e034dd9b0 adds scriptlog endpoint Florent Vilmart 2016-03-01 18:19:37 -05:00
  • 9cc7bd064c Merge pull request #751 from ParsePlatform/flovilmart.hotfixCLI Florent Vilmart 2016-03-02 09:07:30 -05:00
  • 789dc48f47 remove redundant log jim1_lin 2016-03-02 21:09:20 +08:00
  • 36aa5935b1 change error msg jim1_lin 2016-03-02 16:50:00 +08:00
  • 4049ce4102 Move DatabaseController to use new findOneAndUpdate. Nikita Lutsenko 2016-03-02 00:21:55 -08:00
  • 6d7813be4a Move UserController to use adaptiveCollection for findOneAndUpdate. Nikita Lutsenko 2016-03-02 00:04:29 -08:00
  • 244009923f Add findOneAndUpdate to MongoCollection. Nikita Lutsenko 2016-03-02 00:04:14 -08:00
  • e39286d88b Implement findAndDelete in MongoCollection and move SchemasRouter to it. Nikita Lutsenko 2016-03-01 23:39:19 -08:00
  • a909ab71e3 ACL must be specified in _Role jim1_lin 2016-03-02 16:08:39 +08:00
  • 4bd163b790 Remove direct mongo collection access from UserController.checkResetTokenValidity. Nikita Lutsenko 2016-03-01 23:04:47 -08:00
  • 4fe670efaf Merge pull request #752 from ParsePlatform/nlutsenko.adapter.collection Nikita Lutsenko 2016-03-01 23:05:09 -08:00
  • 63f7468ce7 Merge pull request #753 from ParsePlatform/nlutsenko.middleware.routers Nikita Lutsenko 2016-03-01 22:44:04 -08:00
  • 9538a7dab5 Make parts of SchemasRouter use adaptiveCollection. Nikita Lutsenko 2016-03-01 20:24:36 -08:00
  • abde9484ce Use adaptiveCollection for main find/count inside DatabaseController. Nikita Lutsenko 2016-03-01 20:04:51 -08:00
  • 49994b6e87 Add MongoCollection and adaptiveCollection abstraction to MongoAdapter. Nikita Lutsenko 2016-03-01 20:04:15 -08:00
  • 17235b576b Use shared middleware to enforce master key on logs API. Nikita Lutsenko 2016-03-01 20:32:39 -08:00
  • 806800c6fb Use shared middleware to enforce master key on global config update API. Nikita Lutsenko 2016-03-01 20:30:29 -08:00
  • dacc22de42 Use shared middleware to enforce master key on hooks API. Nikita Lutsenko 2016-03-01 20:29:55 -08:00
  • 5f9b5d54f3 move check from classRouter to Schema.js jim1_lin 2016-03-02 12:21:18 +08:00
  • a0150a743f Fix error preventing starting parse-server from CLI with a config file Florent Vilmart 2016-03-01 22:33:58 -05:00
  • 4054c247ec Add test, JavascriptSDK 1.7.1 rest format not as expected jim1_lin 2016-03-02 11:13:24 +08:00
  • 92e51ab4d3 Merge pull request #747 from ParsePlatform/nlutsenko.schema.middleware Nikita Lutsenko 2016-03-01 16:23:19 -08:00
  • fb4a2524b1 Cleanup and use masterkey middleware in FeaturesRouter. Nikita Lutsenko 2016-03-01 16:03:37 -08:00
  • e58c935f22 Use middleware instead of custom checks inside SchemasRouter. Nikita Lutsenko 2016-03-01 15:17:10 -08:00
  • 8ce0bd84fb Add promise-based master-key only middleware. Nikita Lutsenko 2016-03-01 15:16:51 -08:00
  • a79fb3a64c Merge pull request #742 from ParsePlatform/flovilmart.hotfixFilesAdapter Florent Vilmart 2016-03-01 18:34:01 -05:00
  • 72e6eae727 Merge pull request #739 from ParsePlatform/peterjs.featuresEndpoint Drew 2016-03-01 15:08:15 -08:00
  • 750a5794d3 Merge pull request #744 from ParsePlatform/flovilmart.betterPromiseRouter Florent Vilmart 2016-03-01 17:21:19 -05:00
  • 9601ca4fca Better promise router Florent Vilmart 2016-03-01 17:11:23 -05:00