Commit Graph

  • 7bbe1665f8 Merge pull request #637 from ParsePlatform/nlutsenko.files.expand Nikita Lutsenko 2016-02-24 15:57:12 -08:00
  • 970682a499 Merge pull request #636 from ParsePlatform/andrewi.ship_less Nikita Lutsenko 2016-02-24 15:28:28 -08:00
  • 9d342a8aee Fix missing file URL for short-circuited _User in RestWrite. Nikita Lutsenko 2016-02-24 15:15:57 -08:00
  • f3286f9d16 Move npmignore blacklist to package.json whitelist Andrew Imm 2016-02-24 14:38:02 -08:00
  • f2f42fe66d Update CHANGELOG.md Drew 2016-02-24 13:33:17 -08:00
  • f461f2abb3 Merge pull request #632 from ParsePlatform/nlutsenko.users.login Nikita Lutsenko 2016-02-24 13:16:08 -08:00
  • e15f9dc8b1 Changelog and package.json for 2.1.3 Drew Gross 2016-02-24 13:11:33 -08:00
  • bc90effd32 Send a sessionToken back on /users/me. Nikita Lutsenko 2016-02-24 12:51:06 -08:00
  • 5fae41183e Updating comments for loggerAdapter. Peter J. Shin 2016-02-24 11:15:26 -08:00
  • a41ca281f0 Merge pull request #619 from ParsePlatform/nlutsenko.triggers.inflate Nikita Lutsenko 2016-02-24 10:27:23 -08:00
  • ae82f33118 Inflate all data as dirty for new ParseObject in beforeSave. Nikita Lutsenko 2016-02-24 00:05:59 -08:00
  • 74289f9ce5 Use saveJSON instead of full JSON to avoid expansion of pointers. Nikita Lutsenko 2016-02-24 00:00:25 -08:00
  • 39dce71e4f Add a test to validate pointer mutation in beforeSave hooks. Nikita Lutsenko 2016-02-23 23:48:45 -08:00
  • 7a14695da8 Restrict triggers on _Session class. Nikita Lutsenko 2016-02-24 01:23:24 -08:00
  • b477d16992 Do not do any setup for beforeSave trigger if none is set for this className. Nikita Lutsenko 2016-02-24 00:05:03 -08:00
  • 1ae61c92c8 Merge pull request #614 from ParsePlatform/nlutsenko.beforeSave.dirty Nikita Lutsenko 2016-02-23 22:35:57 -08:00
  • 63a7e854fd Merge pull request #608 from drew-gross/throw-no-server-url Drew 2016-02-23 22:11:16 -08:00
  • 24a25d14b3 Unify all beforeSave with custom hooks into a single describe(), reset the global state on before/after test. Nikita Lutsenko 2016-02-23 22:01:12 -08:00
  • 69efeac1a3 Enable strict mode in ParseAPI.spec.js. Nikita Lutsenko 2016-02-23 22:00:48 -08:00
  • 4643be7086 Remove duplicate import in helper.js. Nikita Lutsenko 2016-02-23 22:00:25 -08:00
  • 2dc080fd00 Require a server URL Drew Gross 2016-02-23 12:54:20 -08:00
  • 14cc82a057 Fix dirtyKeys() and dirty(key:) on beforeSave when updating objects. Nikita Lutsenko 2016-02-23 18:01:54 -08:00
  • 531e2ffea8 Merge pull request #604 from flovilmart/adds-max-file-size-option Drew 2016-02-23 18:33:25 -08:00
  • b1c2d9da6a Merge pull request #576 from flovilmart/httpRequest-tests Drew 2016-02-23 13:02:48 -08:00
  • 61e8f2aeea Adds maxUploadSize option Florent Vilmart 2016-02-23 11:49:21 -05:00
  • b6223f598c Adds support for application/x-www-form-urlencoded Florent Vilmart 2016-02-23 08:17:48 -05:00
  • 1f707a97d3 Merge pull request #587 from ParsePlatform/nlutsenko.cc.test Nikita Lutsenko 2016-02-22 22:13:51 -08:00
  • 18d7a7a2af Merge pull request #586 from ParsePlatform/fosco.emptyACL Drew 2016-02-22 21:57:31 -08:00
  • be693fb736 Do not pass objectId, updatedAt, createdAt to beforeSave hooks on object create. Nikita Lutsenko 2016-02-22 19:33:27 -08:00
  • 17e5686efd Move test-only Cloud Code into spec subfolder. Nikita Lutsenko 2016-02-22 19:33:04 -08:00
  • 5755126525 Fixed ACL creation for #504. Fosco Marotto 2016-02-22 17:33:11 -08:00
  • 1f40c0a7cd Merge pull request #584 from flovilmart/hotfix-pushadapters Drew 2016-02-22 16:45:52 -08:00
  • 017863fe7a Merge pull request #582 from IlyaDiallo/510 Drew 2016-02-22 16:29:52 -08:00
  • 48dcfe37e7 Removes shared code in PushAdapter, replaces AdapterLoader.load by loadAdapter Florent Vilmart 2016-02-22 18:31:10 -05:00
  • 8ce8e2bbe0 Merge pull request #579 from ParsePlatform/nlutsenko.files.contentType Nikita Lutsenko 2016-02-22 14:44:38 -08:00
  • 24824757a7 #510 Detect when the port you are trying to run the server on is already in use. Ilya Diallo 2016-02-22 23:38:29 +01:00
  • 3f22d060eb Merge pull request #577 from ParsePlatform/readme Héctor Ramos 2016-02-22 14:34:12 -08:00
  • 57bfbfc76d Merge pull request #574 from ParsePlatform/fosco.tombstone Drew 2016-02-22 14:13:07 -08:00
  • 966d10ca43 Allow uploading files without content-type. Nikita Lutsenko 2016-02-22 13:59:24 -08:00
  • 193f368686 #510 Detect when the port you are trying to run the server on is already in use. (reverted from commit 7da7c43fce) Ilya Diallo 2016-02-22 22:45:00 +01:00
  • 7da7c43fce #510 Detect when the port you are trying to run the server on is already in use. Ilya Diallo 2016-02-22 22:40:01 +01:00
  • 303388d585 Remove examples/ directory Héctor Ramos 2016-02-22 13:39:57 -08:00
  • 0fe2c64288 Additional README organization. Héctor Ramos 2016-02-22 13:23:31 -08:00
  • cc3d93f5d9 improves coverage and API of httpRequest Florent Vilmart 2016-02-22 15:47:30 -05:00
  • bbc3d36d51 Merge pull request #573 from ParsePlatform/nlutsenko.flakytest Nikita Lutsenko 2016-02-22 12:18:48 -08:00
  • d7550710a5 Added _tombstone as an ignored key in untransformObject Fosco Marotto 2016-02-22 12:14:45 -08:00
  • fcf745ad1d Disable flaky test that fails on Travis-CI. Nikita Lutsenko 2016-02-22 12:01:55 -08:00
  • dddb6795cf Merge pull request #549 from flovilmart/refactors-adapter-controller Nikita Lutsenko 2016-02-22 11:43:38 -08:00
  • 045caca946 private _adapter, ES6 setters and getters Florent Vilmart 2016-02-22 14:12:51 -05:00
  • 831c2ee3de Update the tests Ilya Diallo 2016-02-22 16:45:41 +01:00
  • 170dd40d3c Accept subdocuments keys ("object.subobject"), to allow atomic updates of an object field. Ilya Diallo 2016-02-22 12:57:18 +01:00
  • 23e55e941e Splits Adapter loading from AdaptableController Florent Vilmart 2016-02-21 23:47:07 -05:00
  • 0dda59ff73 Merge pull request #544 from ParsePlatform/nlutsenko.flow Nikita Lutsenko 2016-02-21 18:15:46 -08:00
  • 33fa5a7b2a Adds setDefaultAdapter Florent Vilmart 2016-02-21 16:54:30 -05:00
  • d504681589 Improves Controller and Adapter relationship Florent Vilmart 2016-02-21 12:02:18 -05:00
  • b774c568e0 Annotate cryptoUtils with Flow. Nikita Lutsenko 2016-02-21 01:52:11 -08:00
  • 4097f47b1d Add and enable Flow type checking. Nikita Lutsenko 2016-02-21 01:51:08 -08:00
  • bd548786ea Merge pull request #543 from ParsePlatform/nlutsenko.query Nikita Lutsenko 2016-02-21 00:41:06 -08:00
  • 04795ff165 Fix passing parameters via URL query when querying for objects. Nikita Lutsenko 2016-02-20 23:46:05 -08:00
  • fb1c6bb3fb Add babel-polyfill to index.js. Nikita Lutsenko 2016-02-20 23:45:54 -08:00
  • 9d9052f2e5 Merge pull request #542 from ParsePlatform/nlutsenko.dev Nikita Lutsenko 2016-02-20 23:20:00 -08:00
  • 64d92daefa Fix relative path replacement in bin/dev. Nikita Lutsenko 2016-02-20 22:54:18 -08:00
  • 6f4a7a6ff2 Merge pull request #534 from flovilmart/refactor-to-routers Nikita Lutsenko 2016-02-20 15:29:06 -08:00
  • d9b94c78ef Merge pull request #532 from flovilmart/sub-keys-column-names-restrictions Fosco Marotto 2016-02-20 11:55:46 -08:00
  • fbb5e448e6 refactors LoggerController with LogsRouter Florent Vilmart 2016-02-20 13:02:22 -05:00
  • 305879a251 Refactors FilesController in FilesRouter and FilesController Florent Vilmart 2016-02-20 12:25:43 -05:00
  • b490688652 Splits Push handling in Router and Controller Florent Vilmart 2016-02-20 10:49:32 -05:00
  • fbdd89c2d1 Fix problems with _keys in nested objects Florent Vilmart 2016-02-20 09:45:09 -05:00
  • eb0340585f Merge pull request #501 from flovilmart/app-agnostic-controllers Nikita Lutsenko 2016-02-19 21:25:56 -08:00
  • 3c4d5159b4 Refactors routers Florent Vilmart 2016-02-19 23:47:44 -05:00
  • 067946c66c Refactors PushController and FilesController to support multiple apps Florent Vilmart 2016-02-18 23:19:21 -05:00
  • 8aaf8f2ff2 Merge pull request #498 from drew-gross/test-configurations Drew 2016-02-19 19:28:30 -08:00
  • 5378de7398 Add server URL to tests Drew Gross 2016-02-19 19:00:43 -08:00
  • 78c5292bc3 Merge pull request #515 from flovilmart/receipt-validation Nikita Lutsenko 2016-02-19 17:41:16 -08:00
  • 941984f2e0 Merge pull request #390 from workslon/hotfix/access-control-allow-headers-response-header Drew 2016-02-19 14:42:13 -08:00
  • 01f4bcc3e3 Updating to 2.1.2 2.1.2 Fosco Marotto 2016-02-19 13:04:49 -08:00
  • f8b1d9f303 Merge remote-tracking branch 'upstream/master' into test-configurations Drew Gross 2016-02-19 12:53:53 -08:00
  • 843f289163 Merge remote-tracking branch 'upstream/master' into test-configurations Drew Gross 2016-02-19 12:52:19 -08:00
  • 8441dd2956 Merge pull request #518 from ParsePlatform/fosco.212 Drew 2016-02-19 12:50:44 -08:00
  • 7db69ac8f2 Updating to 2.1.2 Fosco Marotto 2016-02-19 12:10:00 -08:00
  • 3087b2121e Merge pull request #464 from simonbengtsson/master Fosco Marotto 2016-02-19 12:01:48 -08:00
  • 2afb28564e Merge pull request #374 from flessard/user-roles Fosco Marotto 2016-02-19 11:59:33 -08:00
  • 39f8143326 Merge pull request #410 from Marco129/query-constraints Fosco Marotto 2016-02-19 11:56:01 -08:00
  • 6e55e59b86 Fix typo, Florent Vilmart 2016-02-19 14:07:12 -05:00
  • 9c477907bf Adds receipt validation endpoint Florent Vilmart 2016-02-19 13:06:02 -05:00
  • 5ed037f8a5 Merge pull request #512 from Joseph-LeGrice/_noBody_fix Drew 2016-02-19 09:26:48 -08:00
  • 3f6445d035 remove _noBody when req.body._noBody == false Joseph Le Grice 2016-02-19 16:41:31 +00:00
  • 02566f0906 Merge pull request #494 from ParsePlatform/fosco.qs Drew 2016-02-18 19:06:16 -08:00
  • c9dfac277f Add ability to test multiple server configurations Drew Gross 2016-02-18 18:44:04 -08:00
  • 4bdff73933 Merge pull request #492 from skinp/patp.s3-bucket Fosco Marotto 2016-02-18 18:09:18 -08:00
  • 605f83c36a Updated readme with deploy buttons Fosco Marotto 2016-02-18 17:56:39 -08:00
  • 5f757b0741 Remove default bucket in S3Adapter Patrick Pelletier 2016-02-18 17:26:32 -08:00
  • 9678b7afee Merge pull request #486 from ParsePlatform/fosco.211 2.1.1 Fosco Marotto 2016-02-18 12:43:51 -08:00
  • a6dc76d52f Updating to 2.1.1 Fosco Marotto 2016-02-18 11:28:10 -08:00
  • 5b8aa22730 Merge remote-tracking branch 'ParsePlatform/master' into user-roles Francis Lessard 2016-02-18 14:00:11 -05:00
  • c9431a8ff3 Merge pull request #485 from flovilmart/fix-README Fosco Marotto 2016-02-18 10:58:07 -08:00
  • 4e453925f7 Minor readme change Florent Vilmart 2016-02-18 13:49:13 -05:00
  • ba68acfb0d Merge pull request #476 from sdf611097/master Fosco Marotto 2016-02-18 10:44:36 -08:00
  • 2e6173fb99 Merge pull request #474 from drew-gross/schemas-delete Drew 2016-02-18 10:41:43 -08:00
  • d1476ecabd Merge pull request #468 from codegefluester/ccv_pass_in_request Fosco Marotto 2016-02-18 10:39:30 -08:00