summary refs log tree commit diff
path: root/tests/rest/admin/test_event_reports.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add report room API (MSC4151) (#17270)Travis Ralston2024-06-121-3/+3
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Admin API endpoint to delete a reported event (#15116)Dirk Klimpel2023-02-281-2/+141
* Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke2023-02-011-1/+4
* Fix a bug in the `/event_reports` Admin API which meant that the total count ...reivilibre2022-08-171-0/+27
* Use literals in place of `HTTPStatus` constants in tests (#13488)Dirk Klimpel2022-08-101-60/+15
* Use literals in place of `HTTPStatus` constants in tests (#13479)Dirk Klimpel2022-08-091-8/+8
* Use literals in place of `HTTPStatus` constants in tests (#13469)Dirk Klimpel2022-08-081-17/+17
* Add type hints to `synapse/tests/rest/admin` (#11501)Dirk Klimpel2021-12-031-27/+34
* Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455)Dirk Klimpel2021-11-301-39/+83
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-2/+1
* Make reason and score optional for report_event (#10077)Callum Brown2021-05-271-1/+14
* Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-201-4/+4
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-29/+70
* Removes unnecessary declarations in the tests for the admin API. (#9063)Dirk Klimpel2021-01-111-4/+0
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-35/+27
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-27/+0
* Split admin API for reported events into a detail and a list view (#8539)Dirk Klimpel2020-10-261-13/+183
* Admin API for reported events (#8217)Dirk Klimpel2020-09-221-0/+382