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.
 
 
 
 
 
watcha-synapse/synapse/handlers
David Robertson c29e2c6306
Revert "POC delete stale non-e2e devices for users (#14038)" (#14582)
2 years ago
..
ui_auth Fix twisted trunk mypy errors (#14012) 2 years ago
__init__.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
account.py Optionally include account validity in MSC3720 account status responses (#12266) 3 years ago
account_data.py Do not allow a None-limit on PaginationConfig. (#14146) 2 years ago
account_validity.py Implement cancellation support/protection for module callbacks (#12568) 3 years ago
admin.py Show erasure status when listing users in the Admin API (#14205) 2 years ago
appservice.py Fix a bug where redactions were not being sent over federation if we did not have the original event. (#13813) 2 years ago
auth.py Save login tokens in database (#13844) 2 years ago
cas.py Fix twisted trunk mypy errors (#14012) 2 years ago
deactivate_account.py Add a type hint for `get_device_handler()` and fix incorrect types. (#14055) 2 years ago
device.py Revert "POC delete stale non-e2e devices for users (#14038)" (#14582) 2 years ago
devicemessage.py Additional constants for EDU types. (#12884) 3 years ago
directory.py Allow PUT/GET of aliases during faster join (#14292) 2 years ago
e2e_keys.py Add a type hint for `get_device_handler()` and fix incorrect types. (#14055) 2 years ago
e2e_room_keys.py Remove redundant types from comments. (#14412) 2 years ago
event_auth.py Faster joins: use servers list approximation in `assert_host_in_room` (#14515) 2 years ago
events.py Directly lookup local membership instead of getting all members in a room first (`get_users_in_room` mis-use) (#13608) 2 years ago
federation.py Faster joins: filter out non local events when a room doesn't have its full state (#14404) 2 years ago
federation_event.py Quieter logging for stateres failure at missing prev events (#14346) 2 years ago
identity.py Remove redundant types from comments. (#14412) 2 years ago
initial_sync.py Do not allow a None-limit on PaginationConfig. (#14146) 2 years ago
message.py Fix possible variable shadow in `create_new_client_event` (#14575) 2 years ago
oidc.py Add support for handling avatar with SSO login (#13917) 2 years ago
pagination.py Implement message forward pagination from start when no from is given, fixes #12383 (#14149) 2 years ago
password_policy.py Use direct references for some configuration variables (part 3) (#10885) 3 years ago
presence.py Fix an invalid comparison of `UserPresenceState` to `str` (#14393) 2 years ago
profile.py fix broken avatar checks when server_name contains a port (#13927) 2 years ago
push_rules.py Port the push rule classes to Rust. (#13768) 2 years ago
read_marker.py Refactor and convert `Linearizer` to async (#12357) 3 years ago
receipts.py Include thread information when sending receipts over federation. (#14466) 2 years ago
register.py Add a type hint for `get_device_handler()` and fix incorrect types. (#14055) 2 years ago
relations.py Parallelize calls to fetch bundled aggregations. (#14510) 2 years ago
room.py Don't filter state in /context response (#14461) 2 years ago
room_batch.py Persist CreateRoom events to DB in a batch (#13800) 2 years ago
room_list.py Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#13370) 2 years ago
room_member.py Add query parameter `ts` to allow appservices set the `origin_server_ts` for state events. (#11866) 2 years ago
room_member_worker.py Implement knock feature (#6739) 4 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) 2 years ago
saml.py Remove redundant types from comments. (#14412) 2 years ago
search.py Reduce the amount of state we pull from the DB (#12811) 3 years ago
send_email.py Discourage automatic replies to Synapse's emails (#13957) 2 years ago
set_password.py Add a type hint for `get_device_handler()` and fix incorrect types. (#14055) 2 years ago
sso.py Add support for handling avatar with SSO login (#13917) 2 years ago
state_deltas.py Remove `HomeServer.get_datastore()` (#12031) 3 years ago
stats.py Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) 2 years ago
sync.py Use `device_one_time_keys_count` to match MSC3202 (#14565) 2 years ago
typing.py Do not allow a None-limit on PaginationConfig. (#14146) 2 years ago
user_directory.py Clarifications in user directory for users who share rooms tracking (#13966) 2 years ago