Commit Graph

909 Commits

Author SHA1 Message Date
Drew
1796ae3b7c Close code block in readme 2016-03-25 11:44:01 -07:00
Florent Vilmart
e3cb473903 Merge pull request #1185 from ParsePlatform/flovilmart.arrayPointersInQuery
fixes problem affecting finding array pointers
2016-03-25 08:24:23 -04:00
Florent Vilmart
ebfbe5794c Merge pull request #1188 from drew-gross/fix-flaky-test
Fix flaky test
2016-03-25 08:24:09 -04:00
Drew Gross
b8b86264f9 Fix flaky test 2016-03-24 19:48:41 -07:00
Drew
7738d33399 Merge pull request #1144 from drew-gross/document-email-adapter
Document email adapter
2016-03-24 19:31:45 -07:00
Florent Vilmart
4ff52de01c fixes problem affecting finding array pointers 2016-03-24 20:42:06 -04:00
Drew Gross
27a3198d81 Fix imports 2016-03-24 15:08:44 -07:00
Drew Gross
b4ee31322e Fix tests 2016-03-24 14:42:45 -07:00
Drew Gross
3e45e04cf1 Use version 1.0.0 of mailgun adapter 2016-03-24 14:42:45 -07:00
Drew Gross
958d77207a Fix typo 2016-03-24 14:42:10 -07:00
Drew Gross
259de3f104 Fix readme to note move of mailgun adapter 2016-03-24 14:42:10 -07:00
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