MatrixSynapse/tests
Patrick Cloke 6d7c63fcc6
Properly call setup_background_tasks in unit tests. (#16150)
This should only be called on HomeServer objects which are configured
to run background tasks, which is automatically (and properly) done via
the call to setup().
2023-08-22 07:46:32 -04:00
..
api Implements admin API to lock an user (MSC3939) (#15870) 2023-08-10 09:10:55 +00:00
app Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
appservice Move support for application service query parameter authorization behind a configuration option (#16017) 2023-08-03 11:43:51 -07:00
config Disallow user_consent where experimental MSC3861 is enabled (#16127) 2023-08-22 07:42:08 -04:00
crypto Add cache to `get_server_keys_json_for_remote` (#16123) 2023-08-18 11:05:01 +01:00
events Properly handle redactions of creation events (#15973) 2023-07-23 16:32:01 -07:00
federation
handlers MSC3861: allow impersonation by an admin using a query param (#16132) 2023-08-18 15:46:46 +02:00
http Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
logging
media
metrics Remove support for Python 3.7 (#15851) 2023-07-05 18:45:42 -05:00
module_api Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
push Update MSC3958 support to interact with intentional mentions. (#15992) 2023-08-02 08:41:32 -04:00
replication Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
rest Allow filtering for admins in the list accounts admin API (#16114) 2023-08-18 12:26:38 +01:00
scripts
server_notices
state
storage Speed up state res in rare case we don't have all events (#16116) 2023-08-18 15:32:06 +01:00
test_utils
types
util Implements a task scheduler for resumable potentially long running tasks (#15891) 2023-08-21 14:17:13 +02:00
__init__.py
server.py Properly call setup_background_tasks in unit tests. (#16150) 2023-08-22 07:46:32 -04:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_phone_home.py
test_rust.py
test_server.py Re-introduce the outbound federation proxy (#15913) 2023-07-18 09:49:21 +01:00
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
unittest.py Re-introduce the outbound federation proxy (#15913) 2023-07-18 09:49:21 +01:00
utils.py