This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
MatrixSynapse
mirror of
https://github.com/matrix-org/synapse
Watch
1
Star
0
Fork
You've already forked MatrixSynapse
0
Code
Issues
Releases
Wiki
Activity
a3bad89d57
MatrixSynapse
/
synapse
/
handlers
History
Warren Bailey
a3bad89d57
Add the ability to enable/disable registrations when in the OIDC flow (
#14978
)
...
Signed-off-by: Warren Bailey <warren@warrenbailey.net>
2023-03-30 11:09:41 +00:00
..
ui_auth
…
__init__.py
…
account.py
…
account_data.py
…
account_validity.py
…
admin.py
…
appservice.py
Implement MSC3983 to proxy /keys/claim queries to appservices. (
#15314
)
2023-03-28 18:26:27 +00:00
auth.py
Make cleaning up pushers depend on the device_id instead of the token_id (
#15280
)
2023-03-24 11:09:39 -04:00
cas.py
…
deactivate_account.py
…
device.py
Delete stale non-e2e devices for users, take 3 (
#15183
)
2023-03-29 12:07:14 +01:00
devicemessage.py
…
directory.py
…
e2e_keys.py
Implement MSC3983 to proxy /keys/claim queries to appservices. (
#15314
)
2023-03-28 18:26:27 +00:00
e2e_room_keys.py
…
event_auth.py
…
events.py
Make `EventHandler.get_event` return `None` when the requested event is not found (
#15298
)
2023-03-21 13:23:47 +00:00
federation.py
…
federation_event.py
Fix joining rooms you have been unbanned from (
#15323
)
2023-03-29 08:37:27 +00:00
identity.py
…
initial_sync.py
…
message.py
Fix error when sending message into deleted room. (
#15235
)
2023-03-21 09:13:43 +00:00
oidc.py
Add the ability to enable/disable registrations when in the OIDC flow (
#14978
)
2023-03-30 11:09:41 +00:00
pagination.py
…
password_policy.py
…
presence.py
…
profile.py
…
push_rules.py
…
read_marker.py
…
receipts.py
…
register.py
Fix registering a device on an account with lots of devices (
#15348
)
2023-03-29 13:37:06 +00:00
relations.py
…
room.py
…
room_batch.py
…
room_list.py
…
room_member.py
Fix joining rooms you have been unbanned from (
#15323
)
2023-03-29 08:37:27 +00:00
room_member_worker.py
…
room_summary.py
…
saml.py
…
search.py
…
send_email.py
…
set_password.py
…
sso.py
Add the ability to enable/disable registrations when in the OIDC flow (
#14978
)
2023-03-30 11:09:41 +00:00
state_deltas.py
…
stats.py
…
sync.py
…
typing.py
Prune old typing notifications (
#15332
)
2023-03-27 14:32:36 +01:00
user_directory.py
…