summary refs log tree commit diff
path: root/synapse/handlers/admin.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* run isortAmber Brown2018-07-091-2/+2
|
* admin,storage: added more administrator functionalitiesMorteza Araby2017-02-021-1/+43
| | | | | | | | | | | | | | administrators can now: - Set displayname of users - Update user avatars - Search for users by user_id - Browse all users in a paginated API - Reset user passwords - Deactivate users Helpers for doing paginated queries has also been added to storage Signed-off-by: Morteza Araby <morteza.araby@ericsson.com>
* 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
| | | | | | | | | | Removes device_id and ClientInfo device_id is never actually written, and the matrix.org DB has no non-null entries for it. Right now, it's just cluttering up code. This doesn't remove the columns from the database, because that's fiddly.
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* SYN-48: Implement WHOIS rest servletErik Johnston2014-09-291-0/+62