summary refs log tree commit diff
path: root/docs/admin_api/media_admin_api.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an admin API endpoint to protect media. (#9086)Patrick Cloke2021-01-151-0/+24
| | | | | | Protecting media stops it from being quarantined when e.g. all media in a room is quarantined. This is useful for sticker packs and other media that is uploaded by server administrators, but used by many people.
* Combine related media admin API docs (#8839)Dirk Klimpel2020-12-091-30/+86
| | | | | | Related: #8810 Also a few small improvements. Signed-off-by: Dirk Klimpel dirk@klimpel.org
* Clarify documentation of the admin list media API (#8795)Dirk Klimpel2020-11-241-0/+1
| | | Clarify that the list media API only shows media from unencrypted events.
* Add an admin api to delete local media. (#8519)Dirk Klimpel2020-10-261-0/+79
| | | | | | Related to: #6459, #3479 Add `DELETE /_synapse/admin/v1/media/<server_name>/<media_id>` to delete a single file from server.
* Clarifications to the admin api documentation (#7647)Richard van der Hoff2020-06-051-3/+3
| | | | | | * Clarify how to authenticate * path params are not the same thing as query params * Fix documentation for `/_synapse/admin/v2/users/<user_id>`
* Quarantine media by ID or user ID (#6681)Andrew Morgan2020-01-131-7/+69
|
* write some docs for the quarantine_media api (#6458)Richard van der Hoff2019-12-031-0/+17
|
* Move admin API to a new prefixRichard van der Hoff2019-05-011-1/+1
|
* Add admin api documentation for list media endpointTravis Ralston2018-01-311-0/+23
Signed-off-by: Travis Ralston <travpc@gmail.com>