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
Shay 7894251bce
Correctly create power level event during initial room creation (#14361)
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 third_party module callbacks to check if a user can delete a room and deactivate a user (#12028) 3 years ago
device.py When restarting a partial join resync, prioritise the server which actioned a partial join (#14126) 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 Prevent federation user keys query from returning device names if disallowed (#14304) 2 years ago
e2e_room_keys.py Add missing types to opentracing. (#13345) 2 years ago
event_auth.py Prepatory work for adding power level event to batched events (#14214) 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 Refactor MSC3030 `/timestamp_to_event` to move away from our snowflake pull from `destination` pattern (#14096) 2 years ago
federation_event.py Refactor MSC3030 `/timestamp_to_event` to move away from our snowflake pull from `destination` pattern (#14096) 2 years ago
identity.py Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without an `id_access_token` (#13241) 2 years ago
initial_sync.py Do not allow a None-limit on PaginationConfig. (#14146) 2 years ago
message.py Implement MSC3912: Relation-based redactions (#14260) 2 years ago
oidc.py Support OIDC backchannel logouts (#11414) 2 years ago
pagination.py Do not allow a None-limit on PaginationConfig. (#14146) 2 years ago
password_policy.py Use direct references for some configuration variables (part 3) (#10885) 3 years ago
presence.py Bump flake8-bugbear from 22.9.23 to 22.10.27 (#14329) 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 Do not allow a None-limit on PaginationConfig. (#14146) 2 years ago
register.py Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (#13556) 2 years ago
relations.py Implement MSC3912: Relation-based redactions (#14260) 2 years ago
room.py Correctly create power level event during initial room creation (#14361) 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 `HomeServer.get_datastore()` (#12031) 3 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 Remove `HomeServer.get_datastore()` (#12031) 3 years ago
sso.py Support OIDC backchannel logouts (#11414) 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 stable identifiers for MSC3771 & MSC3773. (#14050) 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