summary refs log tree commit diff
path: root/synapse/rest/media/v1/storage_provider.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor media modules. (#15146)Patrick Cloke2023-02-271-168/+4
* Use `ParamSpec` in type hints for `synapse.logging.context` (#12150)Sean Quah2022-03-081-2/+7
* Avoid storing URL cache files in storage providers (#10911)Sean Quah2021-09-271-0/+10
* Fix race conditions when creating media store and config directories (#10913)Sean Quah2021-09-271-2/+1
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-1/+1
* Add missing type hints to non-client REST servlets. (#10817)Patrick Cloke2021-09-151-2/+2
* 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
* Add type hints to media rest resources. (#9093)Patrick Cloke2021-01-151-15/+22
* Allow spam-checker modules to be provide async methods. (#8890)David Teller2020-12-111-10/+6
* Fix async/await calls for broken media providers. (#8027)Patrick Cloke2020-08-041-4/+15
* Convert the remaining media repo code to async / await. (#7947)Patrick Cloke2020-07-271-31/+31
* a bit of debugging for media storage providers (#6757)Richard van der Hoff2020-01-231-0/+6
* fix typo: backgroud -> backgroundAndrew Morgan2019-07-121-1/+1
* 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