forked-synapse/synapse/rest/media/v1
Erik Johnston b44bdd7f7b
Support running multiple media repos. (#7706)
This requires a new config option to specify which media repo should be
responsible for running background jobs to e.g. clear out expired URL
preview caches.
2020-06-17 14:13:30 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
config_resource.py Make the http server handle coroutine-making REST servlets (#5475) 2019-06-29 17:06:55 +10:00
download_resource.py Set Referrer-Policy to no-referrer for media (#7009) 2020-03-23 09:48:28 +00:00
filepath.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
media_repository.py Fetch from the r0 media path instead of the unspecced v1. (#7714) 2020-06-17 08:36:46 -04:00
media_storage.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
preview_url_resource.py Support running multiple media repos. (#7706) 2020-06-17 14:13:30 +01:00
storage_provider.py a bit of debugging for media storage providers (#6757) 2020-01-23 12:11:44 +00:00
thumbnail_resource.py Convert some of the media REST code to async/await (#7110) 2020-03-20 07:20:02 -04:00
thumbnailer.py Fix: Pillow error when uploading RGBA image (#3325) (#6241) 2019-12-02 12:12:55 +00:00
upload_resource.py add M_TOO_LARGE error code for uploading a too large file (#6151) 2019-10-08 13:55:16 +01:00