forked-synapse/synapse/rest/admin
2021-08-17 11:57:58 +00:00
..
__init__.py Add an admin API to check if a username is available (#10578) 2021-08-17 10:52:38 +01:00
_base.py Add missing type hints to the admin API servlets (#10105) 2021-06-07 15:12:34 +01:00
devices.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +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 Admin API to delete media for a specific user (#10558) 2021-08-11 19:29:59 +00:00
purge_room_servlet.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
rooms.py Experimental support for MSC3266 Room Summary API. (#10394) 2021-08-16 14:49:12 +00:00
server_notice_servlet.py Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 2021-05-18 14:13:45 +01: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 Flatten the synapse.rest.client package (#10600) 2021-08-17 11:57:58 +00:00