summary refs log tree commit diff
path: root/synapse/rest/media/v1/storage_provider.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-2/+4
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-0/+1
* Correctly account for cpu usage by background threads (#4074)Richard van der Hoff2018-10-231-2/+4
* run isortAmber Brown2018-07-091-6/+5
* Improve exception handling for background processesRichard van der Hoff2018-04-271-2/+7
* Fix storage provider bug introduced when renamed to store_localErik Johnston2018-01-181-1/+1
* Missing staticmethodErik Johnston2018-01-181-0/+1
* Fixup commentsErik Johnston2018-01-181-2/+2
* Make storage providers more configurableErik Johnston2018-01-181-8/+20
* Add StorageProvider conceptErik Johnston2018-01-091-0/+127