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.
 
 
 
 
 
 
Erik Johnston 4b17a5ace8
Handle remote device list updates during partial join (#13913)
1 year ago
..
ui_auth Drop support for delegating email validation, round 2 (#13596) 1 year ago
__init__.py Remove redundant "coding: utf-8" lines (#9786) 3 years ago
account.py Optionally include account validity in MSC3720 account status responses (#12266) 2 years ago
account_data.py Add `StreamKeyType` class and replace string literals with constants (#12567) 2 years ago
account_validity.py Implement cancellation support/protection for module callbacks (#12568) 2 years ago
admin.py Add timestamp to user's consent (#13741) 1 year ago
appservice.py Federation Sender & Appservice Pusher Stream Optimisations (#13251) 1 year ago
auth.py Remove the `complete_sso_login` method from the Module API which was deprecated in Synapse 1.13.0. (#13843) 1 year ago
cas.py Remove `HomeServer.get_datastore()` (#12031) 2 years ago
deactivate_account.py Add third_party module callbacks to check if a user can delete a room and deactivate a user (#12028) 2 years ago
device.py Handle remote device list updates during partial join (#13913) 1 year ago
devicemessage.py Additional constants for EDU types. (#12884) 2 years ago
directory.py Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_hosts_in_room` (#13605) 1 year ago
e2e_keys.py Remove error spam when users query the keys of departed remote users (#13826) 1 year ago
e2e_room_keys.py Add missing types to opentracing. (#13345) 1 year ago
event_auth.py Faster Remote Room Joins: tell remote homeservers that we are unable to authorise them if they query a room which has partial state on our server. (#13823) 1 year ago
events.py Directly lookup local membership instead of getting all members in a room first (`get_users_in_room` mis-use) (#13608) 1 year ago
federation.py Handle remote device list updates during partial join (#13913) 1 year ago
federation_event.py fix: Push notifications for invite over federation (#13719) 1 year ago
identity.py Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without an `id_access_token` (#13241) 1 year ago
initial_sync.py `synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 1 year ago
message.py Persist CreateRoom events to DB in a batch (#13800) 1 year ago
oidc.py Move the "email unsubscribe" resource, refactor the macaroon generator & simplify the access token verification logic. (#12986) 2 years ago
pagination.py Add Admin API to Fetch Messages Within a Particular Window (#13672) 1 year ago
password_policy.py Use direct references for some configuration variables (part 3) (#10885) 2 years ago
presence.py Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_hosts_in_room` (#13605) 1 year ago
profile.py Use a single query in `ProfileHandler.get_profile` (#13209) 1 year ago
push_rules.py Port the push rule classes to Rust. (#13768) 1 year ago
read_marker.py Refactor and convert `Linearizer` to async (#12357) 2 years ago
receipts.py Accept & store thread IDs for receipts (implement MSC3771). (#13782) 1 year ago
register.py Support enabling/disabling pushers (from MSC3881) (#13799) 1 year ago
relations.py `synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 1 year ago
room.py Persist CreateRoom events to DB in a batch (#13800) 1 year ago
room_batch.py Persist CreateRoom events to DB in a batch (#13800) 1 year ago
room_list.py Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#13370) 1 year ago
room_member.py Persist CreateRoom events to DB in a batch (#13800) 1 year ago
room_member_worker.py Implement knock feature (#6739) 3 years ago
room_summary.py Faster Remote Room Joins: tell remote homeservers that we are unable to authorise them if they query a room which has partial state on our server. (#13823) 1 year ago
saml.py Remove `HomeServer.get_datastore()` (#12031) 2 years ago
search.py Reduce the amount of state we pull from the DB (#12811) 2 years ago
send_email.py Support Implicit TLS for sending emails (#13317) 1 year ago
set_password.py Remove `HomeServer.get_datastore()` (#12031) 2 years ago
sso.py Carry IdP Session IDs through user-mapping sessions. (#13839) 1 year ago
state_deltas.py Remove `HomeServer.get_datastore()` (#12031) 2 years ago
stats.py Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) 1 year ago
sync.py Faster room joins: Fix spurious error when joining a room (#13872) 1 year ago
typing.py typing: check origin server of typing event against room's servers (#13830) 1 year ago
user_directory.py Wait for lazy join to complete when getting current state (#12872) 2 years ago