Commit Graph

63 Commits

Author SHA1 Message Date
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
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
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
Jamie Chapman
40bfc4ae95 Added multi-app support in DatabaseAdapter.js 2016-02-01 19:11:02 +00:00
Fosco Marotto
7f01a67c0f Merge pull request #108 from felixrieseberg/bcrypt-node
Add Windows Support (bcrypt > bcrypt-node)
2016-02-01 11:06:29 -08:00
Felix Rieseberg
1cddbb0a37 🏁 Add Windows Support (bcrypt > bcrypt-node)
- This commit replaces bcrypt with bcrypt-node, which has the same functionality as bcrypy - except that it is a pure Node implementation. This change is required to run parse-server on Windows (one can get bcrypt to compile on Windows, but it requires a few Gigabytes of dependencies).
2016-02-01 10:30:12 -08:00
Fosco Marotto
6051e3a35c Merge pull request #133 from maysale01/hotfix-session-validation-fails-if-installation-id-is-undefined
Bugfix: session validation fails if the request does not include installationId
2016-02-01 10:28:37 -08:00
Fosco Marotto
18b5a30f1e Merge pull request #129 from spekulatius/trailing-spaces
remove trailing spaces
2016-02-01 10:10:39 -08:00
Fosco Marotto
9eb4e4c0e7 Merge pull request #121 from JordanVincent/master
Fix untransform null objects
2016-02-01 10:09:53 -08:00
Fosco Marotto
952ccd4ef3 Merge pull request #91 from natanrolnik/master
Converts httpRequest body to string if needed
2016-02-01 10:08:47 -08:00
Fosco Marotto
72a956a3cf Merge pull request #120 from GigabyteTheOne/master
Fix #119: Empty find options for GET requests
2016-02-01 10:08:26 -08:00
Fosco Marotto
251ec4d701 Merge pull request #73 from dchest/csprng
Use CSPRNG to generate objectIds
2016-02-01 10:02:12 -08:00
Alexander Mays
07b0235349 installationId only gets set on the session if passed in to the request
Signed-off-by: Alexander Mays <maysale01@gmail.com>
2016-02-01 12:22:41 -05:00
Peter
956fd0840f remove trailing spaces 2016-02-02 03:09:57 +13:00
Jordan
e8e7f4ba6b fix untransform null objects 2016-02-01 00:40:01 -08:00
Konstantin Simakov
234c405530 Fix #119: remove 'GET' condition and replace it with assign 2016-02-01 13:36:42 +05:00
Konstantin Simakov
1328270014 Fix #119: Empty find options for GET requests 2016-02-01 12:48:39 +05:00
Fosco Marotto
bce6244e31 Merge pull request #105 from r4zzz4k/master
Parse request.where from string into JSON
2016-01-31 21:29:25 -08:00
Andrew Mihailov
25a0fbeaee parse request.where from string into JSON 2016-01-31 20:51:32 +02:00
Fosco Marotto
522abdf606 Updated to 2.0.3 2016-01-30 17:01:13 -08:00
Fosco Marotto
740332bc81 Fixed facebook login issue. 2016-01-30 17:00:51 -08:00
Natan Rolnik
03302459e2 Converts httpRequest body to string if needed 2016-01-31 02:52:16 +02:00
Fosco Marotto
82e183cbc9 Merge pull request #89 from ParsePlatform/fosco.schema
Added another map/object fix
2016-01-30 16:23:26 -08:00
Fosco Marotto
44ee117327 Added another map/object fix 2016-01-30 16:22:35 -08:00
Fosco Marotto
a58c0dcd01 Updated to 2.0.2 2016-01-30 15:53:46 -08:00
Fosco Marotto
523fa3149e Merge pull request #86 from ParsePlatform/fosco.fb
Updated Facebook login method
2016-01-30 15:51:50 -08:00
Fosco Marotto
4b48e01f4b Merge pull request #87 from ParsePlatform/fosco.map
Added map to schema object types, fixed expiresAt
2016-01-30 15:51:40 -08:00
Fosco Marotto
78b20d3b43 Updates for session usage 2016-01-30 15:50:54 -08:00
Fosco Marotto
859333b311 Added map to schema object types 2016-01-30 15:42:11 -08:00
Fosco Marotto
f05fb7d9fd Updated Facebook login method 2016-01-30 15:20:44 -08:00
Dmitry Chestnykh
c13b61f07e Use CSPRNG to generate objectIds 2016-01-30 20:58:37 +01:00
Fosco Marotto
774de7b4c6 Merge pull request #57 from skinp/spdx-licence
Make license SPDX compatible in package.json
2016-01-29 15:01:20 -08:00
Fosco Marotto
dc1909cbf5 Merge pull request #54 from CWalig/patch-1
Change the file size limit to 20mb
2016-01-29 14:56:14 -08:00
Patrick Pelletier
585770ddc4 Make license SPDX compatible in package.json 2016-01-29 14:23:58 -08:00