Commit Graph

998 Commits

Author SHA1 Message Date
Drew Gross
152c7e88b8 Move mailgun adapter to it's own repo 2016-03-24 14:42:10 -07:00
Drew Gross
f28b719b83 Fix tests 2016-03-24 14:41:13 -07:00
Drew Gross
2f00a02936 Document email adapter 2016-03-24 14:41:13 -07:00
Florent Vilmart
f4ad4c1af5 Merge pull request #1172 from ParsePlatform/flovilmart.externalAdapters
Moves Files adapters to external packages
2016-03-24 14:46:15 -04:00
Florent Vilmart
83f5207d44 remove inaccurate comment 2016-03-24 14:15:00 -04:00
Drew
82ebba4db8 Merge pull request #1133 from carmenlau/reset-password-fix
Reset password fix
2016-03-24 10:35:02 -07:00
Florent Vilmart
3d3ed53c5f Updates test that is failing cuz of instanceof
- Something weird is happening here, instanceof is not giving the right value
2016-03-24 00:57:49 -04:00
Florent Vilmart
1e45ac753a Moves Files adapters to external packages 2016-03-24 00:48:34 -04: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