summary refs log tree commit diff
path: root/synapse/rest/client/v1/admin.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dont invoke get_handlers fromClientV1RestServletErik Johnston2016-08-121-0/+8
* Add rest servlet. Fix SQL.Erik Johnston2016-07-061-0/+1
* Add purge_history APIErik Johnston2016-07-051-0/+18
* Feature: Add deactivate account admin APIErik Johnston2016-06-301-0/+26
* Implement purge_media_cache admin APIErik Johnston2016-06-291-0/+32
* 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/+3
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Fix implementation of /admin/whoisDaniel Wagner-Hall2015-12-021-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
* 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