Jacek Kuśnierz 7218a0ca18 Drop support for calling `/_matrix/client/v3/account/3pid/bind` without an `id_access_token` (#13239) 1 year ago
..
ui_auth fa71bb18b5 Drop support for delegating email validation (#13192) 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 83be72d76c Add `StreamKeyType` class and replace string literals with constants (#12567) 2 years ago
account_validity.py a00462dd99 Implement cancellation support/protection for module callbacks (#12568) 2 years ago
admin.py 1e453053cb Rename storage classes (#12913) 2 years ago
appservice.py c52abc1cfd Additional constants for EDU types. (#12884) 2 years ago
auth.py fe1daad672 Move the "email unsubscribe" resource, refactor the macaroon generator & simplify the access token verification logic. (#12986) 1 year ago
cas.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
deactivate_account.py 15382b1afa Add third_party module callbacks to check if a user can delete a room and deactivate a user (#12028) 2 years ago
device.py 5099b5ecc7 Use new `device_list_changes_in_room` table when getting device list changes (#13045) 1 year ago
devicemessage.py c52abc1cfd Additional constants for EDU types. (#12884) 2 years ago
directory.py 11f811470f Uniformize spam-checker API, part 5: expand other spam-checker callbacks to return `Tuple[Codes, dict]` (#13044) 1 year ago
e2e_keys.py c52abc1cfd Additional constants for EDU types. (#12884) 2 years ago
e2e_room_keys.py 800ba87cc8 Refactor and convert `Linearizer` to async (#12357) 2 years ago
event_auth.py 8ecf6be1e1 Move some event auth checks out to a different method (#13065) 1 year ago
events.py 1e453053cb Rename storage classes (#12913) 2 years ago
federation.py 11f811470f Uniformize spam-checker API, part 5: expand other spam-checker callbacks to return `Tuple[Codes, dict]` (#13044) 1 year ago
federation_event.py 68db233f0c Handle race between persisting an event and un-partial stating a room (#13100) 1 year ago
identity.py 7218a0ca18 Drop support for calling `/_matrix/client/v3/account/3pid/bind` without an `id_access_token` (#13239) 1 year ago
initial_sync.py e3163e2e11 Reduce the amount of state we pull from the DB (#12811) 2 years ago
message.py 68db233f0c Handle race between persisting an event and un-partial stating a room (#13100) 1 year ago
oidc.py fe1daad672 Move the "email unsubscribe" resource, refactor the macaroon generator & simplify the access token verification logic. (#12986) 1 year ago
pagination.py 1e453053cb Rename storage classes (#12913) 2 years ago
password_policy.py e584534403 Use direct references for some configuration variables (part 3) (#10885) 2 years ago
presence.py 888a29f412 Wait for lazy join to complete when getting current state (#12872) 2 years ago
profile.py 2b5ab8e367 Use a single query in `ProfileHandler.get_profile` (#13209) 1 year ago
push_rules.py 5ef673de4f Add a module API to allow modules to edit push rule actions (#12406) 2 years ago
read_marker.py 800ba87cc8 Refactor and convert `Linearizer` to async (#12357) 2 years ago
receipts.py c52abc1cfd Additional constants for EDU types. (#12884) 2 years ago
register.py 92103cb2c8 Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth`. (#13021) 1 year ago
relations.py 1acc897c31 Implement MSC3816, consider the root event for thread participation. (#12766) 2 years ago
room.py 92202ce867 Reduce event lookups during room creation by passing known event IDs (#13210) 1 year ago
room_batch.py 1e453053cb Rename storage classes (#12913) 2 years ago
room_list.py 13e359aec8 Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) 1 year ago
room_member.py 11f811470f Uniformize spam-checker API, part 5: expand other spam-checker callbacks to return `Tuple[Codes, dict]` (#13044) 1 year ago
room_member_worker.py d936371b69 Implement knock feature (#6739) 3 years ago
room_summary.py 888a29f412 Wait for lazy join to complete when getting current state (#12872) 2 years ago
saml.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
search.py e3163e2e11 Reduce the amount of state we pull from the DB (#12811) 2 years ago
send_email.py 6c0984e3f0 Remove unnecessary ignores due to Twisted upgrade. (#11939) 2 years ago
set_password.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
sso.py 7fbf42499d Use `getClientAddress` instead of `getClientIP`. (#12599) 2 years 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) 1 year ago
sync.py 5099b5ecc7 Use new `device_list_changes_in_room` table when getting device list changes (#13045) 1 year ago
typing.py 44de53bb79 Reduce state pulled from DB due to sending typing and receipts over federation (#12964) 2 years ago
user_directory.py 888a29f412 Wait for lazy join to complete when getting current state (#12872) 2 years ago