summary refs log tree commit diff
path: root/synapse/rest/admin/event_reports.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-081-2/+0
* Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452)Dirk Klimpel2021-11-291-7/+14
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add type hints to device and event report admin API (#9519)Dirk Klimpel2021-03-021-7/+15
* Split admin API for reported events into a detail and a list view (#8539)Dirk Klimpel2020-10-261-1/+45
* Admin API for reported events (#8217)Dirk Klimpel2020-09-221-0/+88