summary refs log tree commit diff
path: root/synapse/rest/client/v1/events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extract the id token of the token when authing users, include the token and d...Mark Haines2015-01-281-2/+2
* Return the device_id from get_auth_by_reqMark Haines2015-01-281-2/+2
* Pass the current time to serialize event, rather than passing anMark Haines2015-01-261-1/+7
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-3/+3
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+81