forked-synapse/synapse/rest/admin
2021-11-23 06:43:56 -05:00
..
__init__.py Add an admin API to run background jobs. (#11352) 2021-11-19 19:39:46 +00:00
_base.py Add missing type hints to the admin API servlets (#10105) 2021-06-07 15:12:34 +01:00
background_updates.py Add an admin API to run background jobs. (#11352) 2021-11-19 19:39:46 +00: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 Refactor the code to inject bundled relations during serialization. (#11408) 2021-11-23 06:43:56 -05: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 Rename get_access_token_for_user_id method to create_access_token_for_user_id (#11369) 2021-11-17 14:10:57 +00:00