summary refs log tree commit diff
path: root/tests/rest/admin/test_media.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455)Dirk Klimpel2021-11-301-55/+136
* Show error when timestamp in seconds is provided to the /purge_media_cache AP...Aaron R2021-10-201-4/+102
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-2/+2
* Add reactor to `SynapseRequest` and fix up types. (#10868)Erik Johnston2021-09-241-3/+3
* Create a constant for a small png image in tests. (#10834)Patrick Cloke2021-09-161-28/+6
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Add type hints to additional servlet functions (#10437)Patrick Cloke2021-07-211-2/+2
* Add new admin APIs to remove media by media ID from quarantine. (#10044)Dirk Klimpel2021-06-021-0/+128
* Add an admin API for unprotecting local media from quarantine (#10040)Dirk Klimpel2021-05-261-0/+99
* 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-14/+46
* Removes unnecessary declarations in the tests for the admin API. (#9063)Dirk Klimpel2021-01-111-2/+0
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-36/+26
* Fix broken testcase (#8851)Richard van der Hoff2020-12-011-1/+0
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-23/+0
* Make `make_request` actually render the requestRichard van der Hoff2020-11-161-6/+0
* use global make_request() directly where we have a custom ResourceRichard van der Hoff2020-11-151-3/+10
* Add an admin api to delete local media. (#8519)Dirk Klimpel2020-10-261-0/+568