Drew
680830451f
Merge pull request #440 from flovilmart/flovilmart.enable-anon-users
...
Adds ability to disable anonymous users
2016-02-16 15:02:20 -08:00
Francis Lessard
176f1b9085
Merge remote-tracking branch 'ParsePlatform/master' into user-roles
2016-02-16 16:34:55 -05:00
Fosco Marotto
b1a9536cc6
Merge pull request #438 from flovilmart/flovilmart.fix-default_User.metadata
...
Adds locked down ACL on _User
2016-02-16 08:11:21 -08:00
Francis Lessard
5a167a9a46
Merge remote-tracking branch 'ParsePlatform/master' into user-roles
2016-02-16 10:46:05 -05:00
Francis Lessard
5b40a589c0
Remove public ACL set by default.
2016-02-16 10:45:43 -05:00
Fosco Marotto
5856ed0b00
Merge pull request #430 from flovilmart/clear-sessions
...
Fixes Parse.User.become / clears session on password change
2016-02-16 05:04:51 -08:00
Florent Vilmart
c0bd5d2036
adds ability to disable anonymous users
2016-02-15 22:44:50 -05:00
Florent Vilmart
20eca71a6f
Adds locked down ACL on _User
2016-02-15 21:23:17 -05:00
Florent Vilmart
ea07eb506d
Clears session on password change
...
- Fixes error type when passing an invalid session token
2016-02-15 10:15:47 -05:00
George Deglin
a1b24da3e7
WIP Add OneSignal Adapter
2016-02-12 18:32:39 -08:00
Francis Lessard
220a13392d
no message
2016-02-12 16:32:45 -05:00
Francis Lessard
d7d87a31f0
Merge remote-tracking branch 'ParsePlatform/master' into user-roles
2016-02-12 16:16:20 -05:00
Dmitry Chestnykh
62cbc451aa
Generate tokens and ids with cryptoUtils module.
...
Move object ID, token, and random string generation into their own
module, cryptoUtils.
Remove hat dependency, which was used to generate session and some other
tokens, because it used non-cryptographic random number generator.
Replace it with the cryptographically secure one. The result has the
same format (32-character hex string, 128 bits of entropy).
Remove randomstring dependency, as we already have this functionality.
Add tests.
2016-02-12 21:16:50 +01:00
Francis Lessard
42aacdf62b
FIX : User Roles not added to create, update or delete calls
2016-02-11 22:16:07 -05:00
Drew
c66cc8d7bc
Merge pull request #341 from steven-supersolid/anonymous
...
Bugfix: set username to random string if missing in RestWrite
2016-02-11 15:44:34 -08:00
Fosco Marotto
dee640c7d0
Added logout test and fixed error in restwrite
2016-02-10 14:52:42 -08:00
steven-supersolid
38b8b6e2e0
Repurpose newObjectId as more general id generating function. Set username to random string if missing
2016-02-10 17:41:04 +00:00
Nikita Lutsenko
b989bbcaae
Move all source files into 'src' folder.
2016-02-08 19:41:07 -08:00