summary refs log tree commit diff
path: root/synapse/media/media_repository.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepare for authenticated media freeze (#17433)Shay2024-07-221-1/+38
* Support MSC3916 by adding a federation /thumbnail endpoint and authenticated ...Shay2024-07-081-2/+9
* Support MSC3916 by adding `_matrix/client/v1/media/download` endpoint (#17365)Shay2024-07-021-3/+148
* Re-introduce federation /download endpoint (#17350)Shay2024-06-251-3/+11
* Revert "Support MSC3916 by adding a federation `/download` endpoint" (#17325)Andrew Morgan2024-06-181-14/+4
* Support MSC3916 by adding a federation `/download` endpoint (#17172)Shay2024-06-071-4/+14
* Ratelimiting of remote media downloads (#17256)Shay2024-06-051-5/+38
* Ensure we delete media if we reject due to spam check (#17246)Erik Johnston2024-05-301-0/+5
* Fix slipped logging context when media rejected (#17239)Erik Johnston2024-05-291-9/+2
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-131-3/+3
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+2
* Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-131-11/+16
|\
| * Update license headersPatrick Cloke2023-11-211-11/+16
* | Request & follow redirects for /media/v3/download (#16701)Patrick Cloke2023-11-291-13/+4
|/
* Asynchronous Uploads (#15503)Sumner Evans2023-11-151-14/+206
* Return attrs for more media repo APIs. (#16611)Patrick Cloke2023-11-091-30/+40
* Remove more usages of cursor_to_dict. (#16551)Patrick Cloke2023-10-261-4/+1
* Return ThumbnailInfo in more places (#16438)Patrick Cloke2023-10-061-0/+3
* Register media servlets via regex. (#16419)Patrick Cloke2023-10-061-1/+9
* Gracefully handle failing to thumbnail images (#16211)Erik Johnston2023-08-301-1/+4
* Add tracing to media `/upload` endpoint (#15850)Eric Eastwood2023-07-051-0/+3
* Add config option to prevent media downloads from listed domains. (#15197)Travis Ralston2023-05-091-0/+9
* Refactor media modules. (#15146)Patrick Cloke2023-02-271-0/+1038