MatrixSynapse/synapse/rest/media/v1
Richard van der Hoff 68f47d6744 Fix parsing of Content-Disposition headers (#4763)
* Fix parsing of Content-Disposition headers

TIL: filenames in content-dispostion headers can contain semicolons, and aren't
%-encoded.

* fix python2 incompatibility

* Fix docstrings
2019-02-27 14:29:10 -08:00
..
__init__.py
_base.py Fix parsing of Content-Disposition headers (#4763) 2019-02-27 14:29:10 -08:00
config_resource.py
download_resource.py
filepath.py
media_repository.py Refactor request sending to have better excpetions (#4358) 2019-01-08 11:04:28 +00:00
media_storage.py
preview_url_resource.py Fix IP URL previews on Python 3 (#4215) 2018-12-22 01:56:13 +11:00
storage_provider.py
thumbnail_resource.py
thumbnailer.py
upload_resource.py