summary refs log tree commit diff
path: root/synapse/rest/client/v1/admin.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-1/+3
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+47