MatrixSynapse/synapse/handlers
Patrick Cloke d12ba52f17
Persist room hierarchy pagination sessions to the database. (#10613)
2021-08-24 08:14:03 -04:00
..
ui_auth Implement MSC3231: Token authenticated registration (#10142) 2021-08-21 22:14:43 +01:00
__init__.py
_base.py Fix import of the default SAML mapping provider. (#10477) 2021-07-27 11:34:15 -04:00
account_data.py
account_validity.py
admin.py
appservice.py Only return an appservice protocol if it has a service providing it. (#10532) 2021-08-05 08:22:14 -04:00
auth.py Display an error page during failure of fallback UIA. (#10561) 2021-08-18 08:13:35 -04:00
cas.py [pyupgrade] `synapse/` (#10348) 2021-07-19 15:28:05 +01:00
deactivate_account.py
device.py
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
event_auth.py Clarify error message when joining a restricted room. (#10572) 2021-08-11 14:31:39 -04:00
events.py
federation.py Split `on_receive_pdu` in half (#10640) 2021-08-19 17:05:12 +00:00
groups_local.py
identity.py Send unstable-prefixed room_type in store-invite IS API requests (#10435) 2021-08-04 13:39:57 -04:00
initial_sync.py Convert room member storage tuples to attrs. (#10629) 2021-08-18 09:22:07 -04:00
message.py Port the ThirdPartyEventRules module interface to the new generic interface (#10386) 2021-07-20 12:39:46 +02:00
oidc.py [pyupgrade] `synapse/` (#10348) 2021-07-19 15:28:05 +01:00
pagination.py
password_policy.py
presence.py Do not remove `status_msg` when user going offline (#10550) 2021-08-09 16:21:04 +00:00
profile.py
read_marker.py
receipts.py Handle string read receipt data (#10606) 2021-08-16 12:22:38 +01:00
register.py Correctly initialise the `synapse_user_logins` metric. (#10677) 2021-08-24 09:17:51 +00:00
room.py Make historical events discoverable from backfill for servers without any scrollback history (MSC2716) (#10245) 2021-07-28 10:46:37 -05:00
room_list.py Fix exceptions in logs when failing to get remote room list (#10541) 2021-08-06 14:05:41 +01:00
room_member.py Enforce the max length for per-room display names / avatar URLs. (#10654) 2021-08-23 11:25:33 -04:00
room_member_worker.py
room_summary.py Persist room hierarchy pagination sessions to the database. (#10613) 2021-08-24 08:14:03 -04:00
saml.py [pyupgrade] `synapse/` (#10348) 2021-07-19 15:28:05 +01:00
search.py
send_email.py Add a setting to disable TLS for sending email (#10546) 2021-08-06 10:13:34 +00:00
set_password.py
sso.py Correctly initialise the `synapse_user_logins` metric. (#10677) 2021-08-24 09:17:51 +00:00
state_deltas.py
stats.py
sync.py Additional type hints for the sync REST servlet. (#10666) 2021-08-23 08:14:42 -04:00
typing.py Include room ID in ignored EDU log messages (#10507) 2021-08-03 13:35:49 +00:00
user_directory.py