You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Quentin Gliech 74f60cec92
Add an admin API endpoint to find a user based on its external ID in an auth provider. (#13810)
1 year ago
..
api `synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 1 year ago
app Remove configuration options for direct TCP replication. (#13647) 1 year ago
appservice Remove remaining bits of groups code. (#12936) 1 year ago
config Reload cache factors from disk on SIGHUP (#12673) 2 years ago
crypto Remove direct refeferences to PyNaCl (use signedjson instead). (#12902) 1 year ago
events Register homeserver modules when creating test homeserver (#13558) 1 year ago
federation Generalise the `@cancellable` annotation so it can be used on functions other than just servlet methods. (#13662) 1 year ago
handlers Avoid putting rejected events in room state (#13723) 1 year ago
http Cancel the processing of key query requests when they time out. (#13680) 1 year ago
logging Allow use of both `@trace` and `@tag_args` stacked on the same function (#13453) 1 year ago
module_api Reduce the number of tests using TCP replication. (#13543) 1 year ago
push Don't include appservice users when calculating push rules (#13332) 1 year ago
replication Update event push action and receipt tables to support threads. (#13753) 1 year ago
rest Add an admin API endpoint to find a user based on its external ID in an auth provider. (#13810) 1 year ago
scripts Add some type hints to tests files (#12833) 2 years ago
server_notices Fix that sending server notices fail if avatar is `None` (#13566) 1 year ago
state Fix typechecks against twisted trunk (#13061) 1 year ago
storage Require SQLite >= 3.27.0 (#13760) 1 year ago
test_utils Rename storage classes (#12913) 1 year ago
util Make DictionaryCache have better expiry properties (#13292) 1 year ago
__init__.py Remove redundant "coding: utf-8" lines (#9786) 3 years ago
server.py Register homeserver modules when creating test homeserver (#13558) 1 year ago
test_distributor.py Replace assertEquals and friends with non-deprecated versions. (#12092) 2 years ago
test_event_auth.py Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 1 year ago
test_federation.py Rip out auth-event reconciliation code (#12943) 1 year ago
test_mau.py Remove remaining bits of groups code. (#12936) 1 year ago
test_metrics.py Add experimental configuration option to allow disabling legacy Prometheus metric names. (#13540) 1 year ago
test_phone_home.py Share some metrics between the Prometheus exporter and the phone home stats (#13671) 1 year ago
test_rust.py Add a stub Rust crate (#12595) 1 year ago
test_server.py Remove configuration options for direct TCP replication. (#13647) 1 year ago
test_state.py Faster room joins: avoid blocking when pulling events with missing prevs (#13355) 1 year ago
test_terms_auth.py Use literals in place of `HTTPStatus` constants in tests (#13463) 1 year ago
test_test_utils.py Replace assertEquals and friends with non-deprecated versions. (#12092) 2 years ago
test_types.py Fix error in `is_mine_id` when encountering a malformed ID (#13746) 1 year ago
test_visibility.py Rename test case method to `add_hashes_and_signatures_from_other_server` (#13255) 1 year ago
unittest.py Implement MSC3852: Expose `last_seen_user_agent` to users for their own devices; also expose to Admin API (#13549) 1 year ago
utils.py Remove configuration options for direct TCP replication. (#13647) 1 year ago