forked-synapse/synapse/rest/client
2023-11-15 17:28:10 +00:00
..
__init__.py
_base.py Use StrCollection in additional places. (#16301) 2023-09-13 07:57:19 -04:00
account_data.py Make cached account data/tags/admin types immutable (#16325) 2023-09-18 09:55:04 -04:00
account_validity.py
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
appservice_ping.py
auth.py
capabilities.py Implement stable support for MSC3882 to allow an existing device/session to generate a login token for use on a new device/session (#15388) 2023-06-01 08:52:51 -04:00
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_token_request.py Describe which rate limiter was hit in logs (#16135) 2023-08-30 00:39:39 +01:00
login.py Describe which rate limiter was hit in logs (#16135) 2023-08-30 00:39:39 +01:00
logout.py Implements admin API to lock an user (MSC3939) (#15870) 2023-08-10 09:10:55 +00:00
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
push_rule.py Add linearizer on user ID to push rule PUT/DELETE requests (#16052) 2023-08-11 11:37:09 +00:00
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 Bump ruff from 0.0.277 to 0.0.286 (#16198) 2023-08-29 09:41:43 -04:00
room_keys.py
room_upgrade_rest_servlet.py Rename pagination&purge locks and add comments explaining them (#16112) 2023-08-16 16:19:54 +02:00
room.py Add new module API for adding custom fields to events unsigned section (#16549) 2023-10-27 09:04:08 +00:00
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 Stabilize support for MSC3970: updated transaction semantics (scope to device_id) (#15629) 2023-08-04 07:47:18 -04:00
user_directory.py
versions.py Remove experimental MSC2716 implementation to incrementally import history into existing rooms (#15748) 2023-06-16 14:12:24 -05:00
voip.py