MatrixSynapse/synapse/rest/admin
Dirk Klimpel 4da01f9c61
Admin API for reported events (#8217)
Add an admin API to read entries of table `event_reports`. API: `GET /_synapse/admin/v1/event_reports`
2020-09-22 18:15:04 +01:00
..
__init__.py Admin API for reported events (#8217) 2020-09-22 18:15:04 +01:00
_base.py Use admin_patterns for all admin APIs. (#8331) 2020-09-17 07:04:15 -04:00
devices.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
event_reports.py Admin API for reported events (#8217) 2020-09-22 18:15:04 +01:00
groups.py Move admin endpoints into separate files (#6308) 2019-11-20 11:49:11 +00:00
media.py Fix and add test to deprecated quarantine media admin api (#6756) 2020-01-22 11:05:50 +00:00
purge_room_servlet.py Use admin_patterns for all admin APIs. (#8331) 2020-09-17 07:04:15 -04:00
rooms.py Stop shadow-banned users from sending invites. (#8095) 2020-08-20 15:07:42 -04:00
server_notice_servlet.py Use admin_patterns for all admin APIs. (#8331) 2020-09-17 07:04:15 -04:00
users.py Admin API for querying rooms where a user is a member (#8306) 2020-09-18 15:26:36 +01:00