summary refs log tree commit diff
path: root/synapse/rest/client/v1/initial_sync.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make token serializing/deserializing async (#8427)Erik Johnston2020-09-301-1/+2
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Port rest/v1 to async/awaitErik Johnston2019-12-051-5/+3
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-6/+6
* Port rest/ to Python 3 (#3823)Amber Brown2018-09-121-1/+1
* check isort by travisKrombel2018-07-161-1/+1
* Use parse_{int,str} and assert from http.servletKrombel2018-07-131-1/+2
* run isortAmber Brown2018-07-091-0/+1
* Support /initialSync in synchrotron workerErik Johnston2016-09-211-3/+2
* Dont invoke get_handlers fromClientV1RestServletErik Johnston2016-08-121-0/+4
* Fix relative imports so they work in both py3 and py27Mark Haines2016-03-081-1/+1
* Introduce a Requester objectDaniel Wagner-Hall2016-01-111-2/+2
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-2/+2
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-1/+1
* Use 'true' rather than '1' for archived flagMark Haines2015-10-081-1/+1
* Add a flag to initial sync to indicate we want rooms that the user has leftMark Haines2015-10-081-1/+3
* Remove undocumented and unimplemented 'feedback' parameter from the Client-Se...Mark Haines2015-09-091-2/+0
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-1/+1
* Extract the id token of the token when authing users, include the token and d...Mark Haines2015-01-281-1/+1
* Return the device_id from get_auth_by_reqMark Haines2015-01-281-1/+1
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-2/+2
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+44