Florent Vilmart
2498a954ce
Exposes clientSDK into RestQuery, RestWrite and rest
2016-07-12 10:06:13 -04:00
Andrew Lane
9e725f616b
Fix typo in description for Parse.Error.INVALID_QUERY ( #2164 )
2016-06-28 19:40:25 -07:00
Drew
aeb6880b85
Allow installation get ( #1980 )
2016-06-04 12:37:15 -04:00
Drew
957b5927b1
Ignore _RevoableSession "header" that is sent by JS SDK. Fixes #1548 . ( #1627 )
2016-04-25 15:52:21 -04:00
Seiji Akiyama
a727e1ccd3
Adds limit = 0 as a valid parameter for queries ( #1493 )
...
* Remove results if limit = 0;
* Adds tests for limit=0 and count=1.
* Improves readability.
2016-04-15 11:17:53 -07:00
Jeremy
4fd67a51fb
Put the allowed query keys for get in a constant.
2016-04-01 11:51:42 -04:00
Jeremy
7064f1d3ed
Allow queries on specific objects to user the include and keys query parameters.
2016-03-30 13:50:36 -04:00
Fosco Marotto
bfafcd4e87
Fix an installation deduplication bug
2016-03-02 14:14:12 -08:00
Nikita Lutsenko
04795ff165
Fix passing parameters via URL query when querying for objects.
2016-02-21 00:15:37 -08:00
Florent Vilmart
3c4d5159b4
Refactors routers
2016-02-20 00:08:54 -05:00
Fosco Marotto
39f8143326
Merge pull request #410 from Marco129/query-constraints
...
Throw when query is encoded incorrectly
2016-02-19 11:56:01 -08:00
Florent Vilmart
cc55bfb7ba
Fix missing session token when fetching a _User
2016-02-18 10:59:36 -05:00
Marco129
06b8157eea
Throw error when query with wrongly encoded parameter
2016-02-17 02:52:32 +08:00
Lewuathe
ce4f13f3bf
Limit 100 records as default
2016-02-13 17:58:46 +09: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
1f660d9f7c
Restructure ClassesRouter as a class.
2016-02-11 13:41:06 -08:00