Commit Graph

9 Commits

Author SHA1 Message Date
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