0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-27 23:18:18 +02:00
synapse/tests/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 Add unit tests 2018-01-18 16:32:11 +00:00
test_base.py Fix parsing of Content-Disposition headers (#4763) 2019-02-27 14:29:10 -08:00
test_media_storage.py Fix more logcontext leaks in tests (#4209) 2018-11-27 13:01:04 +11:00
test_url_preview.py Fix IP URL previews on Python 3 (#4215) 2018-12-22 01:56:13 +11:00