Fosco Marotto
1450795516
Remove limit when counting results.
2016-03-06 03:32:49 -08:00
Drew
3b4faaaf95
Merge pull request #799 from carmenlau/query-fix
...
Fix using query.notContainedIn and query.doesNotMatchQuery at the same time, notContainedIn will be ignored problem
2016-03-03 09:50:06 -08:00
Florent Vilmart
e64b6860c1
Allows to pass no where in $select clause
...
- This is causing a bug for iOS SDK when no query constraints are set
2016-03-03 11:40:57 -05:00
Carmen
6973de7910
Fix replace query overwrite the existing query object.
2016-03-03 16:43:44 +08:00
Florent Vilmart
6ddc77601c
Fixes mismatching behavior in including keys
...
- When including a key, parse.com would set to undefined all not found pointer, not parse-server
2016-03-02 19:38:42 -05:00
Marco129
c359d0fb5f
Allow create system class even allowClientClassCreation option is false
2016-02-27 15:37:34 +08:00
Marco129
97489106b4
Add allowClientClassCreation option
2016-02-26 23:08:20 +08:00
Alex Kwan
7b891bd69c
fix spacing againn
2016-02-17 13:14:20 +08:00
Alex Kwan
317a2fe56f
fix spacing again
2016-02-17 13:13:20 +08:00
Alex Kwan
c5efcac8e0
fix spacing
2016-02-17 12:53:17 +08:00
Alex Kwan
a7093d33bb
fix multiple include
2016-02-15 20:14:50 +08:00
Francis Lessard
90a4ac70ac
Fix session token issue
...
In _User collection a field _session_token is present and if you fetch
the user data form server, this field override the sessionToken saved
in your browser.
If you don't fetch the user, all request to server contain the right
sessionToken and if you fetch the user data from the server, all next
requests will contain the wrong sessionToken come form the
_session_token in user data fetched.
2016-02-11 20:32:31 -05:00
Nikita Lutsenko
8ca25cbabe
Moved getting the url for every file from RestQuery into FilesController.
2016-02-09 19:31:29 -08:00
ksaldana1
4f128d761e
Implemented ES6 default parameters where valid in ExportAdapter and RestQuery
2016-02-09 15:47:13 -06:00
Nikita Lutsenko
b989bbcaae
Move all source files into 'src' folder.
2016-02-08 19:41:07 -08:00