MatrixSynapse/synapse/rest/client
Maxwell G 12611bfcdd
Add support for pydantic v2 via pydantic.v1 compat module (#16332)
While maintaining support with pydantic v1.
2023-09-25 15:19:08 +00:00
..
__init__.py
_base.py Use StrCollection in additional places. (#16301) 2023-09-13 07:57:19 -04:00
account.py Add support for pydantic v2 via pydantic.v1 compat module (#16332) 2023-09-25 15:19:08 +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
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 Add support for pydantic v2 via pydantic.v1 compat module (#16332) 2023-09-25 15:19:08 +00:00
events.py
filter.py Convert more cached return values to immutable types (#16356) 2023-09-20 07:48:55 -04:00
initial_sync.py
keys.py
knock.py
login.py Describe which rate limiter was hit in logs (#16135) 2023-08-30 00:39:39 +01:00
login_token_request.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 `/notifications` endpoint to workers (#16265) 2023-09-07 09:26:07 +00:00
openid.py
password_policy.py
presence.py Pass the device ID around in the presence handler (#16171) 2023-08-28 13:08:49 -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.py Pass the device ID around in the presence handler (#16171) 2023-08-28 13:08:49 -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
sendtodevice.py
sync.py Pass the device ID around in the presence handler (#16171) 2023-08-28 13:08:49 -04: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
voip.py