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 42d261c32f
Port the push rule classes to Rust. (#13768)
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 `synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 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 Fix bug in device list caching when remote users leave rooms (#13749) 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 Use dedicated `get_local_users_in_room` to find local users when calculating `join_authorised_via_users_server` of a `/make_join` request (#13606) 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 Optimize how we calculate `likely_domains` during backfill (#13575) 1 year ago
federation_event.py Record any exception when processing a pulled event (#13814) 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 Deduplicate `is_server_notices_room`. (#13780) 1 year ago
oidc.py Move the "email unsubscribe" resource, refactor the macaroon generator & simplify the access token verification logic. (#12986) 1 year 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 Remove support for unstable private read receipts (#13653) 1 year ago
register.py `synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 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 Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without an `id_access_token` (#13241) 1 year ago
room_batch.py Rename storage classes (#12913) 2 years ago
room_list.py Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#13370) 1 year ago
room_member.py Deduplicate `is_server_notices_room`. (#13780) 1 year ago
room_member_worker.py Implement knock feature (#6739) 2 years ago
room_summary.py Remove the unspecced room_id field in the /hierarchy response. (#13506) 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) 1 year 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 Use `getClientAddress` instead of `getClientIP`. (#12599) 2 years 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 Re-type hint some collections in `/sync` code as read-only (#13754) 1 year ago
typing.py Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_hosts_in_room` (#13605) 1 year ago
user_directory.py Wait for lazy join to complete when getting current state (#12872) 1 year ago