summary refs log tree commit diff
path: root/synapse/rest/client/v1/admin.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move set_password into its own handlerRichard van der Hoff2017-11-291-2/+2
* Move deactivate_account into its own handlerRichard van der Hoff2017-11-291-2/+2
* Move access token deletion into auth handlerRichard van der Hoff2017-11-011-7/+2
* fix englishhera2017-08-041-7/+7
* typohera2017-08-041-1/+1
* Add API to quarantine mediaErik Johnston2017-06-191-0/+25
* Remove unused importErik Johnston2017-06-191-1/+1
* Change to create new room and join other usersErik Johnston2017-06-191-6/+53
* Forget roomErik Johnston2017-06-191-0/+2
* Add shutdown room APIErik Johnston2017-06-191-1/+66
* admin,storage: added more administrator functionalitiesMorteza Araby2017-02-021-0/+220
* 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