synapse/tests
Patrick Cloke a7882f9887
Return a 404 if no valid thumbnail is found. (#9163)
If no thumbnail of the requested type exists, return a 404 instead
of erroring. This doesn't quite match the spec (which does not define
what happens if no thumbnail can be found), but is consistent with
what Synapse already does.
2021-01-21 14:53:58 -05:00
..
api
app
appservice
config Fix validate_config on nested objects (#9054) 2021-01-08 14:23:04 +00:00
crypto Add type hints to the crypto module. (#8999) 2021-01-04 10:04:50 -05:00
events Implement MSC2176: Updated redaction rules (#8984) 2021-01-05 07:41:48 -05:00
federation Fix RoomDirectoryFederationTests and make them actually run (#8998) 2020-12-30 19:27:32 +00:00
handlers Land support for multiple OIDC providers (#9110) 2021-01-15 16:55:29 +00:00
http Support icons for Identity Providers (#9154) 2021-01-20 08:15:14 -05:00
logging
module_api
push
replication
rest Return a 404 if no valid thumbnail is found. (#9163) 2021-01-21 14:53:58 -05:00
scripts
server_notices
state Fix mainline ordering in state res v2 (#8971) 2020-12-18 15:00:34 +00:00
storage Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
test_utils Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128) 2021-01-18 14:52:49 +00:00
util Fix event chain bg update. (#9118) 2021-01-14 18:57:32 +00:00
__init__.py
server.py Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128) 2021-01-18 14:52:49 +00:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_preview.py Skip unit tests which require optional dependencies (#9031) 2021-01-07 11:41:28 +00:00
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py Add basic domain validation for DomainSpecificString.is_valid. (#9071) 2021-01-13 07:05:16 -05:00
test_visibility.py
unittest.py Skip unit tests which require optional dependencies (#9031) 2021-01-07 11:41:28 +00:00
utils.py Give public_baseurl a default value (#9159) 2021-01-20 12:30:41 +00:00