summary refs log tree commit diff
path: root/synapse/rest/admin/media.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* Fix additional type hints from Twisted 21.2.0. (#9591)Patrick Cloke2021-03-121-10/+19
* Use the proper Request in type hints. (#9515)Patrick Cloke2021-03-011-1/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-6/+3
* Add an admin API endpoint to protect media. (#9086)Patrick Cloke2021-01-151-15/+49
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-9/+6
* Add an admin api to delete local media. (#8519)Dirk Klimpel2020-10-261-2/+79
* Fix and add test to deprecated quarantine media admin api (#6756)Andrew Morgan2020-01-221-1/+1
* Quarantine media by ID or user ID (#6681)Andrew Morgan2020-01-131-2/+66
* Port synaps/rest/client/media.py to async/awaitErik Johnston2019-10-111-16/+11
* Ensure an auth instance is available to ListMediaInRoom (#5967)Travis Ralston2019-09-031-0/+1
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-3/+3
* Don't load the media repo when configured to use an external media repo (#5754)Amber Brown2019-08-131-0/+101