.. |
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
|
Split multiplart email sending into a dedicated handler (#9977)
|
2021-05-17 12:33:38 +02: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
|
Change the format of access tokens away from macaroons (#5588)
|
2021-05-12 15:04:51 +01:00 |
cas.py
|
…
|
|
deactivate_account.py
|
…
|
|
device.py
|
Clear the resync bit after resyncing device lists (#9867)
|
2021-04-22 16:53:24 +01:00 |
devicemessage.py
|
Fix `m.room_key_request` to-device messages (#9961)
|
2021-05-11 11:02:56 +01:00 |
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
|
Allow a user who could join a restricted room to see it in spaces summary. (#9922)
|
2021-05-20 11:10:36 -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
|
Refactor checking restricted join rules (#10007)
|
2021-05-18 12:17:04 -04: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
|
Run cache_joined_hosts_for_event in background (#9951)
|
2021-05-12 13:17:11 +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 a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823)
|
2021-05-18 14:13:45 +01:00 |
profile.py
|
…
|
|
read_marker.py
|
…
|
|
receipts.py
|
…
|
|
register.py
|
Change the format of access tokens away from macaroons (#5588)
|
2021-05-12 15:04:51 +01:00 |
room.py
|
Correctly ratelimit invites when creating a room (#9968)
|
2021-05-12 16:05:28 +02:00 |
room_list.py
|
…
|
|
room_member.py
|
Refactor checking restricted join rules (#10007)
|
2021-05-18 12:17:04 -04:00 |
room_member_worker.py
|
…
|
|
saml.py
|
…
|
|
search.py
|
…
|
|
send_email.py
|
Split multiplart email sending into a dedicated handler (#9977)
|
2021-05-17 12:33:38 +02:00 |
set_password.py
|
…
|
|
space_summary.py
|
Remove unused properties from the SpaceSummaryHandler. (#10038)
|
2021-05-21 12:02:01 -04:00 |
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
|
…
|
|