summary refs log tree commit diff
path: root/synapse/rest/media/v1/_base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* run isortAmber Brown2018-07-091-11/+8
|
* Fix logcontext leak in media repoRichard van der Hoff2018-05-021-0/+1
| | | | Make FileResponder.write_to_consumer uphold the logcontext contract
* Use six.moves.urlparseAdrian Tschira2018-04-151-1/+1
| | | | | | The imports were shuffled around a bunch in py3 Signed-off-by: Adrian Tschira <nota@notafile.com>
* Fix up commentsErik Johnston2018-01-121-2/+2
|
* Make Responder a context managerErik Johnston2018-01-121-6/+8
|
* CommentsErik Johnston2018-01-121-5/+4
|
* Add some helper classesErik Johnston2018-01-091-0/+73
|
* Split out add_file_headersErik Johnston2018-01-091-28/+42
|
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
| | | | what could possibly go wrong
* Fix a logcontext leak in the media repoRichard van der Hoff2017-10-231-1/+4
|
* Move MediaRepository to media_repository moduleErik Johnston2016-04-191-0/+110