MatrixSynapse/synapse/handlers
Erik Johnston de8f0a03a3
Don't set the external cache if its been done recently (#9905)
2021-05-05 16:53:22 +01:00
..
ui_auth Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) 2021-04-29 07:17:28 -04:00
__init__.py
_base.py
account_data.py
account_validity.py Port "Allow users to click account renewal links multiple times without hitting an 'Invalid Token' page #74" from synapse-dinsic (#9832) 2021-04-19 19:16:34 +01:00
acme.py
acme_issuing_service.py
admin.py
appservice.py Remove `synapse.types.Collection` (#9856) 2021-04-22 16:43:50 +01:00
auth.py Fix (final) Bugbear violations (#9838) 2021-04-20 11:50:49 +01:00
cas.py Rename handler and config modules which end in handler/config. (#9816) 2021-04-20 14:55:20 -04:00
deactivate_account.py Port "Allow users to click account renewal links multiple times without hitting an 'Invalid Token' page #74" from synapse-dinsic (#9832) 2021-04-19 19:16:34 +01:00
device.py Clear the resync bit after resyncing device lists (#9867) 2021-04-22 16:53:24 +01:00
devicemessage.py
directory.py Use get_current_users_in_room from store and not StateHandler (#9910) 2021-05-05 16:49:34 +01:00
e2e_keys.py
e2e_room_keys.py
event_auth.py Check for space membership during a remote join of a restricted room (#9814) 2021-04-23 07:05:51 -04:00
events.py Use get_current_users_in_room from store and not StateHandler (#9910) 2021-05-05 16:49:34 +01:00
federation.py Don't set the external cache if its been done recently (#9905) 2021-05-05 16:53:22 +01:00
groups_local.py
identity.py Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) 2021-04-29 07:17:28 -04:00
initial_sync.py
message.py Don't set the external cache if its been done recently (#9905) 2021-05-05 16:53:22 +01:00
oidc.py Allow OIDC cookies to work on non-root public baseurls (#9726) 2021-04-23 18:22:47 +01:00
pagination.py
password_policy.py
presence.py Use get_current_users_in_room from store and not StateHandler (#9910) 2021-05-05 16:49:34 +01:00
profile.py
read_marker.py
receipts.py
register.py
room.py Use get_current_users_in_room from store and not StateHandler (#9910) 2021-05-05 16:49:34 +01:00
room_list.py
room_member.py Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) 2021-04-29 07:17:28 -04:00
room_member_worker.py
saml.py Rename handler and config modules which end in handler/config. (#9816) 2021-04-20 14:55:20 -04:00
search.py
set_password.py
space_summary.py
sso.py Remove `synapse.types.Collection` (#9856) 2021-04-22 16:43:50 +01:00
state_deltas.py
stats.py
sync.py Use get_current_users_in_room from store and not StateHandler (#9910) 2021-05-05 16:49:34 +01:00
typing.py
user_directory.py