MatrixSynapse/synapse/handlers
Erik Johnston b19b63e6b4
Don't 500 for invalid group IDs (#8628)
2020-10-22 13:19:06 +01:00
..
ui_auth
__init__.py
_base.py Add type hints to profile and base handlers. (#8609) 2020-10-21 06:44:31 -04:00
account_data.py
account_validity.py Consistently use wrap_as_background_task in more places (#8599) 2020-10-20 11:29:38 -04:00
acme.py
acme_issuing_service.py
admin.py
appservice.py Send some ephemeral events to appservices (#8437) 2020-10-15 12:33:28 -04:00
auth.py Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569) 2020-10-19 18:32:24 +01:00
cas_handler.py
deactivate_account.py
device.py
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
events.py
federation.py
groups_local.py Don't 500 for invalid group IDs (#8628) 2020-10-22 13:19:06 +01:00
identity.py
initial_sync.py Add type hints to profile and base handlers. (#8609) 2020-10-21 06:44:31 -04:00
message.py Fix modifying events in `ThirdPartyRules` modules (#8564) 2020-10-16 13:39:46 +01:00
oidc_handler.py
pagination.py
password_policy.py
presence.py
profile.py Add type hints to profile and base handlers. (#8609) 2020-10-21 06:44:31 -04:00
read_marker.py
receipts.py Send some ephemeral events to appservices (#8437) 2020-10-15 12:33:28 -04:00
register.py
room.py
room_list.py
room_member.py
room_member_worker.py
saml_handler.py
search.py
set_password.py
state_deltas.py
stats.py
sync.py Send some ephemeral events to appservices (#8437) 2020-10-15 12:33:28 -04:00
typing.py Send some ephemeral events to appservices (#8437) 2020-10-15 12:33:28 -04:00
user_directory.py