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 c5413d0e9e
Remove unused properties from the SpaceSummaryHandler. (#10038)
4 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
acme.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
acme_issuing_service.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
admin.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
appservice.py Remove `synapse.types.Collection` (#9856) 4 years ago
auth.py Change the format of access tokens away from macaroons (#5588) 4 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 Remove redundant "coding: utf-8" lines (#9786) 4 years ago
e2e_room_keys.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
event_auth.py Allow a user who could join a restricted room to see it in spaces summary. (#9922) 4 years ago
events.py Use get_current_users_in_room from store and not StateHandler (#9910) 4 years ago
federation.py Refactor checking restricted join rules (#10007) 4 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 Run cache_joined_hosts_for_event in background (#9951) 4 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 Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 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 Change the format of access tokens away from macaroons (#5588) 4 years ago
room.py Correctly ratelimit invites when creating a room (#9968) 4 years ago
room_list.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
room_member.py Refactor checking restricted join rules (#10007) 4 years ago
room_member_worker.py Remove redundant "coding: utf-8" lines (#9786) 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 Remove unused properties from the SpaceSummaryHandler. (#10038) 4 years ago
sso.py Remove `synapse.types.Collection` (#9856) 4 years ago
state_deltas.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
stats.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
sync.py Use get_current_users_in_room from store and not StateHandler (#9910) 4 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