Commit Graph

270 Commits

Author SHA1 Message Date
Wes Thomas
a75376523c file DELETE support 2016-02-11 21:21:42 -05:00
Drew
c66cc8d7bc Merge pull request #341 from steven-supersolid/anonymous
Bugfix: set username to random string if missing in RestWrite
2016-02-11 15:44:34 -08:00
Nikita Lutsenko
8dcae3dc74 Merge pull request #357 from ParsePlatform/nlutsenko.router.installations
Cleanup duplicate logic and refactor installations.js into InstallationsRouter.
2016-02-11 14:43:44 -08:00
Nikita Lutsenko
6a127447ad Cleanup duplicate logic and refactor installations.js into InstallationsRouter. 2016-02-11 13:50:48 -08:00
Nikita Lutsenko
7de31fd785 Merge pull request #334 from ParsePlatform/nlutsenko.router.classes
Restructure ClassesRouter as a class.
2016-02-11 13:50:17 -08:00
Nikita Lutsenko
95fed6582e Merge pull request #367 from rogerhu/patch-1
Update CHANGELOG.md
2016-02-11 13:48:13 -08:00
Roger Hu
4cabeb201f Update CHANGELOG.md
Fix spelling and itemize changes
2016-02-11 13:43:14 -08:00
Nikita Lutsenko
1f660d9f7c Restructure ClassesRouter as a class. 2016-02-11 13:41:06 -08:00
Fosco Marotto
e21dafdf29 Merge pull request #366 from ParsePlatform/fosco.208
Updates for 2.0.8
2016-02-11 13:13:24 -08:00
Fosco Marotto
ba2e105267 Merge pull request #311 from ParsePlatform/wangmengyan.add_push_api
Add support for push
2016-02-11 13:13:12 -08:00
Fosco Marotto
ea30a9836b Updates for 2.0.8 2016-02-11 13:12:13 -08:00
wangmengyan95
273a20767b Change APNS multiple certs handling 2016-02-11 12:28:45 -08:00
Drew
6db40f0bf4 Merge pull request #355 from ParsePlatform/drew-gross-patch-1
Update unsupported cloud code functions in readme.
2016-02-11 10:35:33 -08:00
Drew
ac62b235af Update README.md 2016-02-11 10:35:20 -08:00
Fosco Marotto
2dd3d9a4fe Merge pull request #358 from pra85/patch-1
Fix a typo in Readme
2016-02-11 09:10:56 -08:00
steven-supersolid
0012e666b8 Make anonymous id consistent with variable names 2016-02-11 12:01:06 +00:00
steven-supersolid
a3e93c6d65 Add test to sign up two anonymous users 2016-02-11 11:58:51 +00:00
wangmengyan95
06b1ee2362 Make push follow controller and adapter style 2016-02-11 02:56:52 -08:00
wangmengyan95
6afaeb808b Add support for push 2016-02-11 02:54:34 -08:00
Prayag Verma
d63ca5c46d Fix a typo
`intialization` → `initialization`
2016-02-11 12:16:20 +05:30
Drew
21f0a92007 Fix typo 2016-02-10 19:12:22 -08:00
Drew
d8dd57441d Update unsupported cloud code functions in readme. 2016-02-10 19:07:47 -08:00
Drew
dea7bb5c18 Merge pull request #335 from steven-supersolid/master
Add support for running tests on Windows
2016-02-10 18:46:43 -08:00
Drew
2e5fd297d2 Merge pull request #322 from maysale01/dev-server
Added a dev server run script
2016-02-10 18:43:19 -08:00
Drew
5fb015ef7a Merge pull request #283 from theill/master
Implementing GET /config and POST /config support
2016-02-10 18:34:44 -08:00
Drew
6294162449 Merge pull request #353 from drew-gross/delete-field
Delete field function in Schema.js
2016-02-10 18:30:47 -08:00
Fosco Marotto
8d89838afb Merge pull request #254 from ParsePlatform/fosco.logout
Removed extra /logout handler
2016-02-10 16:52:30 -08:00
Drew
793085ac38 Merge pull request #347 from ParsePlatform/node-update
Force node 4.3
2016-02-10 16:36:59 -08:00
Peter Theill
1d576bcc9f Update tests and ensure tests are run regardless of exp flag 2016-02-11 01:32:38 +01:00
Drew Gross
92e9db9064 Fix comment 2016-02-10 16:31:07 -08:00
Drew Gross
747f278f2a Enable deleting pointer fields, fix tests 2016-02-10 16:25:28 -08:00
Peter Theill
930573bb47 Update PUT response to align with current dashboard 2016-02-11 01:10:09 +01:00
Peter Theill
19777699c9 Rearrange methods to follow route setup 2016-02-11 01:07:49 +01:00
Peter Theill
fb6af2cfa0 Hide /config behind PARSE_EXPERIMENTAL_CONFIG_ENABLED flag 2016-02-11 01:06:25 +01:00
Peter Theill
ba68a7969e Merge remote-tracking branch 'github/master' 2016-02-11 00:44:13 +01:00
Fosco Marotto
dee640c7d0 Added logout test and fixed error in restwrite 2016-02-10 14:52:42 -08:00
Drew
2f95688bf9 Update .travis.yml 2016-02-10 14:49:52 -08:00
Drew Gross
0a0d4f65ef Finish implementation of delete field from schema 2016-02-10 14:12:27 -08:00
Drew Gross
b0c4b8f6ce Drop _Join collection when deleting a relation field 2016-02-10 14:12:27 -08:00
Drew Gross
f07836e33f Add validation of deleteField function 2016-02-10 14:12:27 -08:00
Drew
dfe66eb370 Force node 4.3
Node 4.1 has a security vulnerability. Lets update our Node.

https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-10 13:06:09 -08:00
steven-supersolid
38b8b6e2e0 Repurpose newObjectId as more general id generating function. Set username to random string if missing 2016-02-10 17:41:04 +00:00
steven-supersolid
5855f81905 Make path consistent 2016-02-10 11:31:00 +00:00
steven-supersolid
a6dfd92613 Add non-breaking test (reverted from commit 93219a21f2) 2016-02-10 11:15:37 +00:00
steven-supersolid
6e222d6356 Fix paths for babel-istanbul and jasmine on Windows 2016-02-10 11:13:59 +00:00
Nikita Lutsenko
29d70a6e9c Merge pull request #333 from ParsePlatform/nlutsenko.files.s3
Cleanup and modernize S3Adapter to ES6 syntax.
2016-02-09 22:46:10 -08:00
Mengyan Wang
ddd40b286a Merge pull request #318 from ParsePlatform/wangmengyan.add_npm_ignore
Add npmignore
2016-02-09 22:17:36 -08:00
Nikita Lutsenko
07c9c1d648 Cleanup and modernize S3Adapter to ES6 syntax. 2016-02-09 21:48:05 -08:00
Nikita Lutsenko
fe5e511ca3 Merge pull request #332 from ParsePlatform/nlutsenko.login.files
Fixed missing url for files on user login.
2016-02-09 21:24:29 -08:00
Nikita Lutsenko
053ac990e6 Fixed missing url for files on user login. 2016-02-09 19:31:50 -08:00