0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-03-07 22:40:06 +01:00
synapse/tests
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
..
api
app
appservice
config Clarify and fix behaviour when there are multiple aliases 2019-02-14 18:16:32 +00:00
crypto Make add_hashes_and_signatures operate on dicts 2019-01-29 11:12:38 +00:00
events
federation
handlers Fix registration on workers (#4682) 2019-02-20 18:47:31 +11:00
http Move ClientTLSOptionsFactory init out of refresh_certificates (#4611) 2019-02-11 18:03:30 +00:00
push
replication
rest Fix parsing of Content-Disposition headers (#4763) 2019-02-27 14:29:10 -08:00
scripts
server_notices
state
storage UPSERT many functionality (#4644) 2019-02-20 23:03:30 +11:00
test_utils Enable configuring test log level via env var (#4506) 2019-01-29 12:07:00 +00:00
util Add a caching layer to .well-known responses (#4516) 2019-01-30 10:55:25 +00:00
__init__.py
patch_inline_callbacks.py
server.py Add a caching layer to .well-known responses (#4516) 2019-01-30 10:55:25 +00:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_preview.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py Fix test to use valid event format 2019-01-29 11:19:50 +00:00
unittest.py Enable configuring test log level via env var (#4506) 2019-01-29 12:07:00 +00:00
utils.py Move from TravisCI to BuildKite (#4752) 2019-02-27 13:03:14 -08:00