MatrixSynapse/tests
Patrick Cloke 3e4cdfe5d9
Add an admin API endpoint to protect media. (#9086)
Protecting media stops it from being quarantined when
e.g. all media in a room is quarantined. This is useful
for sticker packs and other media that is uploaded by
server administrators, but used by many people.
2021-01-15 11:18:09 -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
handlers Improve UsernamePickerTestCase (#9112) 2021-01-15 13:45:13 +00:00
http Avoid raising the body exceeded error multiple times. (#9108) 2021-01-15 11:00:13 -05:00
logging
module_api
push
replication
rest Add an admin API endpoint to protect media. (#9086) 2021-01-15 11:18:09 -05:00
scripts
server_notices
state
storage Add background update for add chain cover index (#9029) 2021-01-14 15:18:27 +00:00
test_utils
util Fix event chain bg update. (#9118) 2021-01-14 18:57:32 +00:00
__init__.py
server.py Add a test for UI-Auth-via-SSO (#9082) 2021-01-13 20:21:55 +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