summary refs log tree commit diff
path: root/synapse/rest/media/v1/media_storage.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-3/+2
* Run Black. (#5482)Amber Brown2019-06-201-9/+8
* Correctly account for cpu usage by background threads (#4074)Richard van der Hoff2018-10-231-3/+5
* Python 3: Convert some unicode/bytes uses (#3569)Amber Brown2018-08-021-1/+1
* run isortAmber Brown2018-07-091-9/+8
* Pass around the reactor explicitly (#3385)Amber Brown2018-06-221-2/+5
* Fix logcontext leak in media repoRichard van der Hoff2018-05-021-1/+3
* Replace old-style raise with six.reraiseAdrian Tschira2018-04-061-1/+3
* Make store_file use store_into_fileErik Johnston2018-02-141-26/+11
* Tell storage providers about new file so they can uploadErik Johnston2018-02-071-0/+6
* Merge pull request #2791 from matrix-org/erikj/media_storage_refactorErik Johnston2018-02-051-2/+34
|\
| * Use better file consumerErik Johnston2018-01-181-5/+10
| * Ensure media is in local cache before thumbnailingErik Johnston2018-01-181-0/+27
* | Use the right path for url_preview thumbnailsRichard van der Hoff2018-01-191-0/+8
|/
* Correctly reraise exceptionErik Johnston2018-01-121-2/+4
* Make Responder a context managerErik Johnston2018-01-121-3/+2
* CommentsErik Johnston2018-01-121-5/+27
* Add StorageProvider conceptErik Johnston2018-01-091-4/+11
* Add MediaStorage classErik Johnston2018-01-091-0/+198