Drew
|
82ebba4db8
|
Merge pull request #1133 from carmenlau/reset-password-fix
Reset password fix
|
2016-03-24 10:35:02 -07:00 |
|
Carmen
|
603bf97c0b
|
Add test case for checking _perishable_token, it should be unset after password reset. #951
|
2016-03-24 10:22:14 +08:00 |
|
Carmen
|
120c6feb61
|
Unset _perishable_token after reset password, instead of setting it to null. #951
|
2016-03-24 10:22:14 +08:00 |
|
Carmen
|
b3c5e836d5
|
Clear reset password token after reset password. _perishable_token is not a parse field, cannot clear it through rest. Update it separately. #951
|
2016-03-24 10:22:14 +08:00 |
|
Carmen
|
53e152e975
|
Instead of executing write directly, reuse rest.update to fix request object in user before save is empty when reset password. #951
|
2016-03-24 10:22:14 +08:00 |
|
Fosco Marotto
|
ee8f85baef
|
Merge pull request #1169 from ParsePlatform/fosco.222
Changelog and update to 2.2.2
|
2016-03-23 16:57:53 -08:00 |
|
Fosco Marotto
|
7a73d74869
|
Changelog and update to 2.2.2
|
2016-03-23 17:57:12 -07:00 |
|
Mengyan Wang
|
047c8e71ff
|
Merge pull request #1168 from ParsePlatform/wangmengyan.fix_gcm_payload
Add pushId back to GCM payload
|
2016-03-23 17:47:07 -07:00 |
|
wangmengyan95
|
cbd1b878b9
|
Add pushId back to GCM payload
|
2016-03-23 17:39:27 -07:00 |
|
Drew
|
24146753b9
|
Merge pull request #1166 from ParsePlatform/flovilmart.MoveParseServer
moves ParseServer to it's own file
|
2016-03-23 16:45:31 -07:00 |
|
Florent Vilmart
|
ea211e658f
|
moves ParseServer to it's own file
|
2016-03-23 19:05:56 -04:00 |
|
Florent Vilmart
|
16b6ec4879
|
Merge pull request #1153 from ParsePlatform/flovilmart.fixBrokenParseServerClass
Mounts createLiveQueryServer, fix babel induced problem
|
2016-03-23 12:49:41 -04:00 |
|
Florent Vilmart
|
ddb76a8650
|
Mounts createLiveQueryServer, fix babel induced problem
|
2016-03-23 09:19:09 -04:00 |
|
Florent Vilmart
|
f5fdedfbc7
|
Merge pull request #1138 from ParsePlatform/flovilmart.bootstrap
Adds bootstrap.sh
|
2016-03-23 07:52:17 -04:00 |
|
Florent Vilmart
|
3ce634bd82
|
Merge pull request #1142 from ParsePlatform/flovilmart.fixes1136
do not override username
|
2016-03-23 07:52:04 -04:00 |
|
Florent Vilmart
|
b30805b47b
|
do not override username
|
2016-03-22 21:17:53 -04:00 |
|
Fosco Marotto
|
0e662190b3
|
Merge pull request #1139 from ParsePlatform/drew-gross-patch-2
Update README.md - remove deploy buttons - replace with community links
|
2016-03-22 16:55:30 -08:00 |
|
Drew
|
7d6f359434
|
Update README.md
|
2016-03-22 17:17:37 -07:00 |
|
Florent Vilmart
|
0a4cc606c6
|
Adds curl test command
|
2016-03-22 20:10:13 -04:00 |
|
Fosco Marotto
|
8124abab34
|
Merge pull request #1137 from ParsePlatform/fosco.221
Changelog and update to 2.2.1
|
2016-03-22 15:56:03 -08:00 |
|
Florent Vilmart
|
b7a723fa7e
|
Adds bootstrap.sh
|
2016-03-22 18:59:41 -04:00 |
|
Fosco Marotto
|
4e39975239
|
Changelog and update to 2.2.1
|
2016-03-22 15:37:38 -07:00 |
|
Drew
|
e506784741
|
Merge pull request #1132 from ParsePlatform/flovilmart.hotfixCLPAssignments
Generates default CLP, freezes objects
|
2016-03-22 14:39:48 -07:00 |
|
Florent Vilmart
|
5d19c4ab45
|
Generates default CLP, freezes objects
|
2016-03-22 08:12:58 -04:00 |
|
Florent Vilmart
|
cc6c3f46fe
|
Merge pull request #1128 from drew-gross/emable-schema-editor
Enabled CLP editing
|
2016-03-22 07:41:47 -04:00 |
|
Drew Gross
|
ffbca83aa3
|
Enabled CLP editing
|
2016-03-21 16:20:12 -07:00 |
|
Florent Vilmart
|
4bd32c8a4b
|
Merge pull request #980 from ParsePlatform/flovilmart.ParseServerClass
ParseServer is a class
|
2016-03-21 08:43:37 -04:00 |
|
Florent Vilmart
|
260cc21b67
|
ParseServer is a class
|
2016-03-21 08:32:22 -04:00 |
|
Florent Vilmart
|
fb57d91b83
|
Merge pull request #1110 from ParsePlatform/flovilmart.missingSessionInstallationId
Properly sets installationId on creating session with 3rd party auth
|
2016-03-21 08:21:47 -04:00 |
|
Florent Vilmart
|
414af99644
|
Merge pull request #1114 from ParsePlatform/flovilmart.addUniqueObject
Adds support for plain object in $add, $addUnique, $remove
|
2016-03-21 08:21:30 -04:00 |
|
Florent Vilmart
|
134b6de2b1
|
Merge pull request #1098 from dtsolis/dtsolis.fsadapter-proper
Add FileSystemAdapter file adapter
|
2016-03-21 08:20:27 -04:00 |
|
Florent Vilmart
|
a31baa4ebd
|
differentiate signup and login createdWith.action on _Session
|
2016-03-20 15:58:17 -04:00 |
|
Florent Vilmart
|
3603b82eac
|
Properly sets installationId on creating session with 3rd party auth
|
2016-03-20 15:58:16 -04:00 |
|
Florent Vilmart
|
937dde592f
|
Adds support for plain object in $add, $addUnique, $remove
|
2016-03-20 15:57:54 -04:00 |
|
Fosco Marotto
|
24f0fffb41
|
Merge pull request #1111 from ParsePlatform/flovilmart.reduceConnectionCount
Reduces the number of connections to mongo created
|
2016-03-20 11:56:25 -08:00 |
|
Tsolis Dimitris Sotiris
|
e4e7e42c65
|
Add FileSystemAdapter file adapter
|
2016-03-20 21:35:42 +02:00 |
|
Florent Vilmart
|
44add9d6ac
|
Reduces the number of connections to mongo created
|
2016-03-20 10:34:55 -04:00 |
|
Florent Vilmart
|
c39ba3bdc7
|
Merge pull request #1102 from ParsePlatform/flovilmart.vendorCoverage
Ignores uncovered mongodbURL
|
2016-03-19 15:47:25 -04:00 |
|
Florent Vilmart
|
13a33a9497
|
forces mongodb-runner 3.1.15 as 3.1.16 is problematic
|
2016-03-19 14:58:24 -04:00 |
|
Florent Vilmart
|
46c66667c1
|
Ignores uncovered mongodbURL
|
2016-03-19 13:27:37 -04:00 |
|
Fosco Marotto
|
8b7779a0a9
|
Merge pull request #1093 from ParsePlatform/fosco.220
Updating to 2.2.0 with Live Query launch
|
2016-03-18 15:11:52 -08:00 |
|
Fosco Marotto
|
9ce2c85622
|
Updating to 2.2.0 with Live Query launch
|
2016-03-18 12:54:42 -07:00 |
|
Fosco Marotto
|
d5931f70b5
|
Merge pull request #1092 from ParsePlatform/wangmengyan.add_livequery_support
Add LiveQuery to parse server
|
2016-03-18 11:51:39 -08:00 |
|
wangmengyan95
|
555e25bf33
|
Add LiveQuery
|
2016-03-18 12:32:31 -07:00 |
|
Fosco Marotto
|
cf3606246f
|
Merge pull request #1086 from ParsePlatform/readme2
Expand env. variable list, misc copy edits
|
2016-03-18 09:45:23 -08:00 |
|
Fosco Marotto
|
5decaecd4f
|
Merge pull request #1072 from ParsePlatform/fosco.user-cache
Clear the session-user cache when changing _User objects
|
2016-03-18 08:51:51 -08:00 |
|
Héctor Ramos
|
33984617c5
|
Expand env. variable list, misc copy edits
|
2016-03-17 17:19:48 -07:00 |
|
Florent Vilmart
|
e2bcc87810
|
Merge pull request #1081 from ParsePlatform/flovilmart.deleteAuthData
Ensures _auth_data_[provider] gets deleted from document
|
2016-03-17 19:50:41 -04:00 |
|
Florent Vilmart
|
5ff186f212
|
adds test that ensure removed linked auth are actually deleted from document
|
2016-03-17 16:35:20 -04:00 |
|
Florent Vilmart
|
21fb14d8f4
|
Properly deletes authData.provider when set to null
|
2016-03-17 16:35:20 -04:00 |
|