summary refs log tree commit diff
path: root/synapse/rest/admin/users.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed set a user as an admin with the new API (#6928)Dirk Klimpel2020-02-281-4/+2
* Ensure 'deactivated' parameter is a boolean on user admin API, Fix error hand...Andrew Morgan2020-02-261-4/+7
* Return a 404 for admin api user lookup if user not found (#6901)Andrew Morgan2020-02-121-1/+4
* Admin api to add an email address (#6789)Dirk Klimpel2020-02-071-0/+39
* Allow URL-encoded user IDs on user admin api paths (#6825)Andrew Morgan2020-02-031-2/+2
* Minor fixes to user admin api (#6761)Richard van der Hoff2020-01-231-9/+5
* Remove unnecessary abstractions in admin handler (#6751)Andrew Morgan2020-01-221-10/+9
* Fixup synapse.rest to pass mypy (#6732)Erik Johnston2020-01-201-11/+12
* Fix changing password via user admin API. (#6730)Erik Johnston2020-01-201-2/+2
* Allow admin users to create or modify users without a shared secret (#6495)Manuel Stahl2020-01-091-0/+142
* Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925)Manuel Stahl2019-12-051-54/+29
* Move admin endpoints into separate files (#6308)Manuel Stahl2019-11-201-2/+404
* Port synaps/rest/client/users.py to async/awaitErik Johnston2019-10-111-11/+7
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-2/+2
* Add GET method to admin API /users/@user:dom/adminOlivier Wilkinson (reivilibre)2019-08-271-8/+32
* Add Admin API capability to set adminship of a user (#5878)reivilibre2019-08-271-0/+76