Andrew Morgan 3dcc1efc43 Move callback-related code from AccountData to its own class 1 year ago
..
ui_auth ffc2ee521d Use mypy 1.0 (#15052) 1 year ago
__init__.py 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
account.py 5436b014f4 Optionally include account validity in MSC3720 account status responses (#12266) 2 years ago
account_data.py 3dcc1efc43 Move callback-related code from AccountData to its own class 1 year ago
account_validity.py 9cd8fecdc5 Move Account Validity callbacks to a dedicated file 1 year ago
admin.py a068ad7dd4 Add information on uploaded media to user export command. (#15107) 1 year ago
appservice.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
auth.py 46c0ab559b Move callback-related code from the PasswordAuthProvider to its own class 1 year ago
cas.py a423f45294 Fix twisted trunk mypy errors (#14012) 1 year ago
deactivate_account.py b40657314e Add module API callbacks for adding and deleting local 3PID associations (#15044 1 year ago
device.py 0a686d1d13 Faster joins: Refactor handling of servers in room (#14954) 1 year ago
devicemessage.py ba4ea7d13f Batch up replication requests to request the resyncing of remote users's devices. (#14716) 1 year ago
directory.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
e2e_keys.py 916b8061d2 Implementation of MSC3967: Don't require UIA for initial upload of cross signing keys (#15077) 1 year ago
e2e_room_keys.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
event_auth.py a368d30c1c More speedups/fixes to creating batched events (#15195) 1 year ago
events.py 41f127e068 Pass the requester during event serialization. (#15174) 1 year ago
federation.py 4f4f27e57f Mitigate a race where /make_join could 403 for restricted rooms (#15080) 1 year ago
federation_event.py 6cddf24e36 Faster joins: don't stall when a user joins during a fast join (#14606) 1 year ago
identity.py bdccfd2477 Refactor arguments of `try_unbind_threepid(_with_id_server)` from dict to separate args (#15053) 1 year ago
initial_sync.py 41f127e068 Pass the requester during event serialization. (#15174) 1 year ago
message.py 41f127e068 Pass the requester during event serialization. (#15174) 1 year ago
oidc.py 630d0aeaf6 Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750) 1 year ago
pagination.py 41f127e068 Pass the requester during event serialization. (#15174) 1 year ago
password_policy.py e584534403 Use direct references for some configuration variables (part 3) (#10885) 2 years ago
presence.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
profile.py 0cfbb35131 fix broken avatar checks when server_name contains a port (#13927) 1 year ago
push_rules.py 42d261c32f Port the push rule classes to Rust. (#13768) 1 year ago
read_marker.py 800ba87cc8 Refactor and convert `Linearizer` to async (#12357) 2 years ago
receipts.py d0c713cc85 Return read-only collections from `@cached` methods (#13755) 1 year ago
register.py 647ff3ef65 Remove unused `room_alias` field from `/createRoom` response (#15093) 1 year ago
relations.py 41f127e068 Pass the requester during event serialization. (#15174) 1 year ago
room.py a368d30c1c More speedups/fixes to creating batched events (#15195) 1 year ago
room_batch.py 1c95ddd09b Batch up storing state groups when creating new room (#14918) 1 year ago
room_list.py 583f22780f Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#13370) 1 year ago
room_member.py ecbe0ddbe7 Add support for knocking to workers. (#15133) 1 year ago
room_member_worker.py ecbe0ddbe7 Add support for knocking to workers. (#15133) 1 year ago
room_summary.py 3d7aead5d6 Tweak comment on `_is_local_room_accessible` as part of room visibility in `/hierarchy` to clarify the condition for a room being visible. (#14834) 1 year ago
saml.py d8cc86eff4 Remove redundant types from comments. (#14412) 1 year ago
search.py 41f127e068 Pass the requester during event serialization. (#15174) 1 year ago
send_email.py 5507bfa769 Discourage automatic replies to Synapse's emails (#13957) 1 year ago
set_password.py 6d47b7e325 Add a type hint for `get_device_handler()` and fix incorrect types. (#14055) 1 year ago
sso.py ba79fb4a61 Use StrCollection in place of Collection[str] in (most) handlers code. (#14922) 1 year ago
state_deltas.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
stats.py 13e359aec8 Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) 2 years ago
sync.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
typing.py cee9445884 Better return type for `get_all_entities_changed` (#14604) 1 year ago
user_directory.py ad4c14e4b0 Clarifications in user directory for users who share rooms tracking (#13966) 1 year ago