Fosco Marotto
|
e5140deaed
|
Marked flaky client test notWorking
|
2016-02-03 00:06:14 -08:00 |
|
Fosco Marotto
|
190dc5eb75
|
Fixed tests and some undefined value handling.
|
2016-02-03 00:02:54 -08:00 |
|
Fosco Marotto
|
4a787654d9
|
Updating to 2.0.5
|
2016-02-02 20:32:33 -08:00 |
|
Fosco Marotto
|
ef33575811
|
Merge branch 'master' of github.com:ParsePlatform/parse-server
|
2016-02-02 20:29:56 -08:00 |
|
Fosco Marotto
|
8c8fceec05
|
Fixing cross domain issues with /files for #169
|
2016-02-02 20:29:46 -08:00 |
|
Fosco Marotto
|
f04656e828
|
Merge pull request #173 from taylorstine/facebook_login
Fixed invalid facebook login sessionToken
|
2016-02-02 20:27:39 -08:00 |
|
Fosco Marotto
|
c290070b7d
|
Merge pull request #193 from ParsePlatform/fosco.logout
Updated user tests, added /logout
|
2016-02-02 20:16:54 -08:00 |
|
Fosco Marotto
|
373f4f06a6
|
Updated user tests, added /logout
|
2016-02-02 20:16:06 -08:00 |
|
Taylor Stine
|
a54828d9f5
|
Added facebook signup username and fixed schema parse error for default expired at
|
2016-02-02 22:50:43 -05:00 |
|
Taylor Stine
|
7ab05372ea
|
Merge remote-tracking branch 'upstream/master' into facebook_login
|
2016-02-02 21:58:01 -05:00 |
|
Fosco Marotto
|
3d3a97d151
|
Merge branch 'master' of github.com:ParsePlatform/parse-server
|
2016-02-02 18:08:37 -08:00 |
|
Fosco Marotto
|
c430ee94da
|
Updated test Parse.User testing user.isCurrent, and raised testing time limit.
|
2016-02-02 18:08:25 -08:00 |
|
Fosco Marotto
|
3c3f1e5365
|
Merge pull request #190 from ParsePlatform/nlutsenko.ignorance
Add .idea folder to ignore list.
|
2016-02-02 17:35:13 -08:00 |
|
Nikita Lutsenko
|
3e46efc2e3
|
Add .idea folder to ignore list.
|
2016-02-02 17:28:10 -08:00 |
|
Fosco Marotto
|
89bd2f737f
|
Merge pull request #189 from ParsePlatform/wangmengyan.add_coverage
Add istanbul for code coverage
|
2016-02-02 16:49:35 -08:00 |
|
wangmengyan95
|
adccb2869c
|
Add istanbul for code coverage
|
2016-02-02 16:38:56 -08:00 |
|
Taylor Stine
|
54e8285577
|
Merge remote-tracking branch 'upstream/master' into facebook_login
|
2016-02-02 17:57:17 -05:00 |
|
Fosco Marotto
|
f82122f4a1
|
Merge pull request #179 from maysale01/hotfix-fix-iterator-syntax-for-future-es-syntax
Hotfix: Missing variable declarations on iterators. This makes runn…
|
2016-02-02 13:51:49 -08:00 |
|
Fosco Marotto
|
96609e35d5
|
Merge pull request #178 from maysale01/hotfix-pass-the-correct-scope-to-rest-write-handle-followup
hotfix: issue exposed during testing with es6 where the scope o…
|
2016-02-02 13:50:47 -08:00 |
|
Fosco Marotto
|
a78adfe533
|
Merge pull request #172 from taylorstine/cloud_shim
Added req.auth.user to parse cloud functions
|
2016-02-02 13:39:49 -08:00 |
|
Taylor Stine
|
35b6b16918
|
Removed user todo from cloud function
|
2016-02-02 16:14:42 -05:00 |
|
Fosco Marotto
|
15edb0cf95
|
Merge pull request #148 from taylorstine/encode_uri
Added encoding to user name and password
|
2016-02-02 12:07:47 -08:00 |
|
Fosco Marotto
|
8fda77c986
|
Merge pull request #145 from taylorstine/cloud_function
Added cloud funciton argument
|
2016-02-02 11:51:42 -08:00 |
|
Fosco Marotto
|
044fb52a2f
|
Merge pull request #180 from maysale01/hotfix-use-symlinked-jasmine-binary-instead-of-global
Updated package.json to use the symlinked jasmine binary
|
2016-02-02 11:47:59 -08:00 |
|
Alexander Mays
|
fa66ac551f
|
Updated package.json to use the symlinked jasmine binary
Signed-off-by: Alexander Mays <maysale01@gmail.com>
|
2016-02-02 10:12:25 -05:00 |
|
Alexander Mays
|
52769cce29
|
Fixed the missing variable declarations on iterators. This makes running the tests in ES6 pass!
Signed-off-by: Alexander Mays <maysale01@gmail.com>
|
2016-02-02 10:03:54 -05:00 |
|
Alexander Mays
|
5d05c742c9
|
This fixes an issue exposed during testing with es6 where the scope on the 2nd invocation of handleFollowup isn't set
Signed-off-by: Alexander Mays <maysale01@gmail.com>
|
2016-02-02 09:59:20 -05:00 |
|
Taylor Stine
|
ffa7d1b1f1
|
Added req.auth.user to parse cloud functions
|
2016-02-02 08:13:13 -05:00 |
|
Taylor Stine
|
95cea9230b
|
Added detail comment to the ParseServer constructor for cloud function
|
2016-02-02 07:51:19 -05:00 |
|
Taylor Stine
|
97cf00b4d0
|
added regex to validate mongo uri and remove unused variables
|
2016-02-02 07:44:36 -05:00 |
|
Taylor Stine
|
6b91b98854
|
Merge remote-tracking branch 'upstream/master' into encode_uri
|
2016-02-02 07:14:53 -05:00 |
|
Fosco Marotto
|
477a091f88
|
Merge pull request #147 from maysale01/hotfix-default-session-schema-expects-date-not-iso-string
Bugfix: Correctly uses date instead of string for expiresAt when creating a s…
|
2016-02-01 21:44:57 -08:00 |
|
Taylor Stine
|
6546610567
|
Fixed invalid facebook login sessionToken
|
2016-02-01 22:20:17 -05:00 |
|
Fosco Marotto
|
3978e41f02
|
Merge pull request #156 from skinp/patp.expose-s3
S3Adapter: expose the object and use => for s3.upload callback
|
2016-02-01 16:08:08 -08:00 |
|
Patrick Pelletier
|
e3c5ea959f
|
S3Adapter: expose the object and use => for s3.upload callback
|
2016-02-01 14:47:02 -08:00 |
|
Fosco Marotto
|
e9f82632b7
|
Updating to 2.0.4 with S3 and lots of other fixes.
|
2016-02-01 13:10:43 -08:00 |
|
Alexander Mays
|
8e1f632e31
|
Correctly uses date instead of string for expiresAt when creating a session
Signed-off-by: Alexander Mays <maysale01@gmail.com>
|
2016-02-01 16:03:44 -05:00 |
|
Taylor Stine
|
15ab25940e
|
Added encoding to user name and password
|
2016-02-01 16:03:31 -05:00 |
|
Fosco Marotto
|
c2373cfe7f
|
Merge pull request #146 from taylorstine/file_fix
Fixed bug with null file field
|
2016-02-01 12:54:08 -08:00 |
|
Taylor Stine
|
f9a5255e32
|
Fixed bug with null file field
|
2016-02-01 15:46:56 -05:00 |
|
Taylor Stine
|
4bda6e49e4
|
Added cloud funciton argument
|
2016-02-01 15:43:04 -05:00 |
|
Fosco Marotto
|
319179387b
|
Merge pull request #113 from skinp/s3-files
Add support for saving files to AWS S3
|
2016-02-01 12:19:23 -08:00 |
|
Patrick Pelletier
|
2008c4dce9
|
Use ES6 => instead of self = this ack
|
2016-02-01 12:00:57 -08:00 |
|
Patrick Pelletier
|
05c2246f7b
|
Add support for saving files to AWS S3
|
2016-02-01 12:00:57 -08:00 |
|
Fosco Marotto
|
a814655b15
|
Merge pull request #142 from ParsePlatform/fosco.coc
Adding CONTRIBUTING.md and Open Code of Conduct.
|
2016-02-01 11:44:36 -08:00 |
|
Fosco Marotto
|
3f2124410a
|
Adding CONTRIBUTING.md and Open Code of Conduct.
|
2016-02-01 11:44:03 -08:00 |
|
Fosco Marotto
|
86e42976f9
|
Some updates to fix tests
|
2016-02-01 11:35:20 -08:00 |
|
Fosco Marotto
|
5dc66fd8fa
|
Merge pull request #139 from jamiechapman/master
Added multi-app support in DatabaseAdapter.js
|
2016-02-01 11:27:24 -08:00 |
|
Fosco Marotto
|
5216c93071
|
Merge pull request #141 from ParsePlatform/fosco.crypto
Addressed bugs with bcrypt-nodejs and changed crypto.js to password.js
|
2016-02-01 11:25:41 -08:00 |
|
Fosco Marotto
|
cb1079a6d3
|
Addressed bugs with bcrypt-nodejs and changed crypto.js to password.js
|
2016-02-01 11:24:26 -08:00 |
|