summary refs log tree commit diff
path: root/synapse/rest/client/v1/initial_sync.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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