summary refs log tree commit diff
path: root/synapse/handlers/admin.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add GET method to admin API /users/@user:dom/adminOlivier Wilkinson (reivilibre)2019-08-271-0/+9
* Add Admin API capability to set adminship of a user (#5878)reivilibre2019-08-271-0/+10
* Replace returnValue with return (#5736)Amber Brown2019-07-231-5/+5
* pep8Erik Johnston2019-07-051-4/+0
* Remove FileExfiltrationWriterErik Johnston2019-07-051-63/+0
* Assume key existence. Update docstringsErik Johnston2019-07-051-3/+1
* Fixup from review comments.Erik Johnston2019-07-041-17/+22
* Apply comment fixups from code reviewErik Johnston2019-07-031-6/+6
* Add basic function to get all data for a user out of synapseErik Johnston2019-07-021-0/+247
* Run Black. (#5482)Amber Brown2019-06-201-15/+8
* run isortAmber Brown2018-07-091-2/+2
* admin,storage: added more administrator functionalitiesMorteza Araby2017-02-021-1/+43
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Flatten devices into a dict, not a listDaniel Wagner-Hall2015-12-031-4/+3
* Fix implementation of /admin/whoisDaniel Wagner-Hall2015-12-021-17/+11
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-0/+1
* Update copyright noticesMark Haines2015-01-061-1/+1
* SYN-48: Implement WHOIS rest servletErik Johnston2014-09-291-0/+62