forked-synapse/synapse/handlers
Dirk Klimpel 7a2e9b549d
Remove user's avatar URL and displayname when deactivated. (#8932)
This only applies if the user's data is to be erased.
2021-01-12 16:30:15 -05:00
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py
acme_issuing_service.py
acme.py
admin.py
appservice.py
auth.py UI Auth via SSO: redirect the user to an appropriate SSO. (#9081) 2021-01-12 17:38:03 +00:00
cas_handler.py
deactivate_account.py
device.py
devicemessage.py Allow running sendToDevice on workers (#9044) 2021-01-07 20:19:26 +00:00
directory.py
e2e_keys.py
e2e_room_keys.py
events.py
federation.py Allow spam-checker modules to be provide async methods. (#8890) 2020-12-11 14:05:15 -05:00
groups_local.py
identity.py
initial_sync.py
message.py Try and drop stale extremities. (#8929) 2020-12-18 09:49:18 +00:00
oidc_handler.py
pagination.py
password_policy.py
presence.py
profile.py
read_marker.py
receipts.py Add type hints to the receipts and user directory handlers. (#8976) 2021-01-04 10:05:12 -05:00
register.py
room_list.py
room_member_worker.py
room_member.py
room.py
saml_handler.py
search.py
set_password.py
sso.py
state_deltas.py
stats.py Allow background tasks to be run on a separate worker. (#8369) 2020-10-02 08:23:15 -04:00
sync.py
typing.py
user_directory.py