| .. |
|
__init__.py
|
…
|
|
|
_base.py
|
Use StrCollection in additional places. (#16301)
|
2023-09-13 07:57:19 -04:00 |
|
account.py
|
Fix a long-standing bug where Synapse would not unbind third-party identifiers for Application Service users when deactivated and would not emit a compliant response. (#16617)
|
2023-11-09 20:18:25 +00:00 |
|
account_data.py
|
Make cached account data/tags/admin types immutable (#16325)
|
2023-09-18 09:55:04 -04:00 |
|
account_validity.py
|
…
|
|
|
appservice_ping.py
|
…
|
|
|
auth.py
|
…
|
|
|
auth_issuer.py
|
Expose OIDC discovery information under the CSAPI (#16726)
|
2023-12-06 13:48:09 +00:00 |
|
capabilities.py
|
…
|
|
|
devices.py
|
Add support for pydantic v2 via pydantic.v1 compat module (#16332)
|
2023-09-25 15:19:08 +00:00 |
|
directory.py
|
Convert simple_select_one_txn and simple_select_one to return tuples. (#16612)
|
2023-11-09 11:13:31 -05:00 |
|
events.py
|
Add new module API for adding custom fields to events `unsigned` section (#16549)
|
2023-10-27 09:04:08 +00:00 |
|
filter.py
|
Convert more cached return values to immutable types (#16356)
|
2023-09-20 07:48:55 -04:00 |
|
initial_sync.py
|
…
|
|
|
keys.py
|
Add an Admin API to temporarily grant the ability to update an existing cross-signing key without UIA (#16634)
|
2023-11-15 17:28:10 +00:00 |
|
knock.py
|
…
|
|
|
login.py
|
ModuleAPI SSO auth callbacks (#15207)
|
2023-12-01 14:31:50 +00:00 |
|
login_token_request.py
|
Describe which rate limiter was hit in logs (#16135)
|
2023-08-30 00:39:39 +01:00 |
|
logout.py
|
…
|
|
|
models.py
|
Add support for pydantic v2 via pydantic.v1 compat module (#16332)
|
2023-09-25 15:19:08 +00:00 |
|
mutual_rooms.py
|
…
|
|
|
notifications.py
|
Add new module API for adding custom fields to events `unsigned` section (#16549)
|
2023-10-27 09:04:08 +00:00 |
|
openid.py
|
…
|
|
|
password_policy.py
|
…
|
|
|
presence.py
|
Add a new module API to update user presence state. (#16544)
|
2023-10-26 15:11:24 -04:00 |
|
profile.py
|
Implement MSC4069: Inhibit profile propagation (#16636)
|
2023-12-04 11:36:12 +00:00 |
|
push_rule.py
|
…
|
|
|
pusher.py
|
…
|
|
|
read_marker.py
|
Additional validation of receipts (#16327)
|
2023-09-18 13:02:12 +00:00 |
|
receipts.py
|
Additional validation of receipts (#16327)
|
2023-09-18 13:02:12 +00:00 |
|
register.py
|
Describe which rate limiter was hit in logs (#16135)
|
2023-08-30 00:39:39 +01:00 |
|
relations.py
|
…
|
|
|
rendezvous.py
|
…
|
|
|
report_event.py
|
…
|
|
|
room.py
|
Add new module API for adding custom fields to events `unsigned` section (#16549)
|
2023-10-27 09:04:08 +00:00 |
|
room_keys.py
|
…
|
|
|
room_upgrade_rest_servlet.py
|
…
|
|
|
sendtodevice.py
|
…
|
|
|
sync.py
|
Add new module API for adding custom fields to events `unsigned` section (#16549)
|
2023-10-27 09:04:08 +00:00 |
|
tags.py
|
…
|
|
|
thirdparty.py
|
…
|
|
|
tokenrefresh.py
|
…
|
|
|
transactions.py
|
…
|
|
|
user_directory.py
|
…
|
|
|
versions.py
|
Implement MSC4069: Inhibit profile propagation (#16636)
|
2023-12-04 11:36:12 +00:00 |
|
voip.py
|
…
|
|