synapse/synapse/rest/admin
Jason Robinson 63cbdd8af0
Enable changing user type via users admin API (#11174)
Users admin API can now also modify user
type in addition to allowing it to be
set on user creation.

Signed-off-by: Jason Robinson <jasonr@matrix.org>
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
2021-10-26 09:01:06 +00:00
..
__init__.py Use direct references for configuration variables (part 5). (#10897) 2021-09-24 07:25:21 -04:00
_base.py Add missing type hints to the admin API servlets (#10105) 2021-06-07 15:12:34 +01:00
devices.py Add type hints for most HomeServer parameters (#11095) 2021-10-22 18:15:41 +01:00
event_reports.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
groups.py Add missing type hints to the admin API servlets (#10105) 2021-06-07 15:12:34 +01:00
media.py Show error when timestamp in seconds is provided to the /purge_media_cache API (#11101) 2021-10-20 14:41:48 +00:00
registration_tokens.py Allow . and ~ chars in registration tokens (#10887) 2021-09-23 17:58:12 +00:00
rooms.py Remove unnecessary parentheses around tuples returned from methods (#10889) 2021-09-23 11:59:07 +01:00
server_notice_servlet.py Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -04:00
statistics.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
username_available.py Add an admin API to check if a username is available (#10578) 2021-08-17 10:52:38 +01:00
users.py Enable changing user type via users admin API (#11174) 2021-10-26 09:01:06 +00:00