summary refs log tree commit diff
path: root/synapse/rest/media/v1/download_resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the proper Request in type hints. (#9515)Patrick Cloke2021-03-011-1/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+2
* Add type hints to media rest resources. (#9093)Patrick Cloke2021-01-151-6/+12
* Merge different Resource implementation classes (#7732)Erik Johnston2020-07-031-10/+2
* Set Referrer-Policy to no-referrer for media (#7009)Dionysis Grigoropoulos2020-03-231-0/+3
* Make the http server handle coroutine-making REST servlets (#5475)Amber Brown2019-06-291-16/+10
* Run Black. (#5482)Amber Brown2019-06-201-3/+5
* Add 'sandbox' to CSP for media repo (#4284)David Baker2018-12-111-1/+2
* added "media-src: 'self'" to CSP for resources (#3578)Jérémy Farnaud2018-09-251-0/+1
* Port rest/ to Python 3 (#3823)Amber Brown2018-09-121-6/+6
* run isortAmber Brown2018-07-091-4/+2
* Set Server header in SynapseRequestRichard van der Hoff2018-05-101-2/+1
* Remove redundant request_handler decoratorRichard van der Hoff2018-05-101-7/+9
* Add missing class varErik Johnston2018-01-121-0/+3
* Remove unused variablesErik Johnston2018-01-121-3/+0
* Use MediaStorage for remote mediaErik Johnston2018-01-091-32/+11
* Use MediaStorage for local filesErik Johnston2018-01-091-23/+1
* Store URL cache preview downloads seperatelyErik Johnston2017-06-231-1/+6
* Add API to quarantine mediaErik Johnston2017-06-191-1/+1
* Fix routing loop when fetching remote mediaRichard van der Hoff2017-03-131-0/+12
* Set CORs headers on responses from the media repoMark Haines2016-11-021-1/+2
* Add quotes and be explicity about script-srcErik Johnston2016-09-051-1/+2
* Allow PDF to be rendered from media repoErik Johnston2016-09-051-1/+7
* Set `Content-Security-Policy` on media repoErik Johnston2016-08-171-0/+1
* Report per request metrics for all of the things using request_handlerMark Haines2016-04-281-1/+2
* Move MediaRepository to media_repository moduleErik Johnston2016-04-191-1/+1
* Split out BaseMediaResource into MediaRepositoryErik Johnston2016-04-191-6/+18
* copyrightsMatthew Hodgson2016-01-071-1/+1
* If user supplies filename in URL when downloading from media repo, use that n...Erik Johnston2015-07-031-7/+9
* Add Content-Disposition headers to media repo v1 downloadsErik Johnston2015-06-301-2/+6
* Combine the request wrappers in rest/media/v1 and http/server into a single w...Mark Haines2015-04-211-8/+4
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+74