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
Patrick Cloke f55836929d
Do not recurse into non-spaces in the spaces summary. (#10256)
3 years ago
..
ui_auth Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) 4 years ago
__init__.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
_base.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
account_data.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
account_validity.py Split multiplart email sending into a dedicated handler (#9977) 4 years ago
admin.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
appservice.py Always update AS last_pos, even on no events (#10107) 4 years ago
auth.py MSC2918 Refresh tokens implementation (#9450) 3 years ago
cas.py Rename handler and config modules which end in handler/config. (#9816) 4 years ago
deactivate_account.py Port "Allow users to click account renewal links multiple times without hitting an 'Invalid Token' page #74" from synapse-dinsic (#9832) 4 years ago
device.py Clear the resync bit after resyncing device lists (#9867) 4 years ago
devicemessage.py Fix `m.room_key_request` to-device messages (#9961) 4 years ago
directory.py Use get_current_users_in_room from store and not StateHandler (#9910) 4 years ago
e2e_keys.py Limit the number of in-flight /keys/query requests from a single device. (#10144) 4 years ago
e2e_room_keys.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
event_auth.py Update MSC3083 support per changes in the MSC. (#10189) 3 years ago
events.py Use get_current_users_in_room from store and not StateHandler (#9910) 4 years ago
federation.py Return errors from `send_join` etc if the event is rejected (#10243) 3 years ago
groups_local.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
identity.py Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) 4 years ago
initial_sync.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
message.py Add endpoints for backfilling history (MSC2716) (#9247) 3 years ago
oidc.py Allow OIDC cookies to work on non-root public baseurls (#9726) 4 years ago
pagination.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
password_policy.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
presence.py Only send a presence state to a destination once (#10165) 4 years ago
profile.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
read_marker.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
receipts.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
register.py MSC2918 Refresh tokens implementation (#9450) 3 years ago
room.py Correctly ratelimit invites when creating a room (#9968) 4 years ago
room_list.py Integrate knock rooms with the public rooms directory (#9359) 4 years ago
room_member.py Add endpoints for backfilling history (MSC2716) (#9247) 3 years ago
room_member_worker.py Implement knock feature (#6739) 4 years ago
saml.py Rename handler and config modules which end in handler/config. (#9816) 4 years ago
search.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
send_email.py Split multiplart email sending into a dedicated handler (#9977) 4 years ago
set_password.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
space_summary.py Do not recurse into non-spaces in the spaces summary. (#10256) 3 years ago
sso.py Implement config option `sso.update_profile_information` (#10108) 3 years ago
state_deltas.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
stats.py Implement knock feature (#6739) 4 years ago
sync.py Ensure that we do not cache empty sync responses after a timeout (#10158) 3 years ago
typing.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
user_directory.py User directory: use calculated room membership state instead (#9821) 4 years ago