forked-synapse/synapse/rest/media/v1
Mark Haines eb79110beb Clean up the blacklist/whitelist handling.
Always set the config key with an empty list, even if a list isn't specified.
This means that the codepaths are the same for both the empty list and
for a missing key. Since the behaviour is the same for both cases this
makes the code somewhat easier to reason about.
2016-05-16 13:03:59 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py Move MediaRepository to media_repository module 2016-04-19 11:31:43 +01:00
download_resource.py Report per request metrics for all of the things using request_handler 2016-04-28 10:57:49 +01:00
filepath.py copyrights 2016-01-07 04:26:29 +00:00
identicon_resource.py copyrights 2016-01-07 04:26:29 +00:00
media_repository.py Move MediaRepository to media_repository module 2016-04-19 11:31:43 +01:00
preview_url_resource.py Clean up the blacklist/whitelist handling. 2016-05-16 13:03:59 +01:00
thumbnail_resource.py Report per request metrics for all of the things using request_handler 2016-04-28 10:57:49 +01:00
thumbnailer.py copyrights 2016-01-07 04:26:29 +00:00
upload_resource.py Report per request metrics for all of the things using request_handler 2016-04-28 10:57:49 +01:00