MatrixSynapse/synapse/rest/client
David Robertson 956e015413
Drop support for delegating email validation, round 2 (#13596)
2022-08-23 11:40:00 +00:00
..
__init__.py
_base.py
account.py Drop support for delegating email validation, round 2 (#13596) 2022-08-23 11:40:00 +00:00
account_data.py
account_validity.py
auth.py
capabilities.py
devices.py Implement MSC3852: Expose `last_seen_user_agent` to users for their own devices; also expose to Admin API (#13549) 2022-08-19 16:17:10 +00:00
directory.py
events.py
filter.py
initial_sync.py
keys.py Remove redundant opentracing spans for `/sendToDevice` and `/keys/upload` (#13574) 2022-08-22 10:03:11 +01:00
knock.py
login.py
logout.py
models.py Use Pydantic to systematically validate a first batch of endpoints in `synapse.rest.client.account`. (#13188) 2022-08-15 19:05:57 +00:00
mutual_rooms.py
notifications.py Support stable identifiers for MSC2285: private read receipts. (#13273) 2022-08-05 11:09:33 -04:00
openid.py
password_policy.py
presence.py
profile.py `synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` (#13024) 2022-08-22 14:17:59 +01:00
push_rule.py
pusher.py
read_marker.py Support stable identifiers for MSC2285: private read receipts. (#13273) 2022-08-05 11:09:33 -04:00
receipts.py Support stable identifiers for MSC2285: private read receipts. (#13273) 2022-08-05 11:09:33 -04:00
register.py Drop support for delegating email validation, round 2 (#13596) 2022-08-23 11:40:00 +00:00
relations.py
report_event.py
room.py Fix Prometheus metrics being negative (mixed up start/end) (#13584) 2022-08-23 08:47:30 +01:00
room_batch.py
room_keys.py Add type annotations to `trace` decorator. (#13328) 2022-07-19 14:14:30 -04:00
room_upgrade_rest_servlet.py
sendtodevice.py Remove redundant opentracing spans for `/sendToDevice` and `/keys/upload` (#13574) 2022-08-22 10:03:11 +01:00
sync.py Add type annotations to `trace` decorator. (#13328) 2022-07-19 14:14:30 -04:00
tags.py
thirdparty.py
tokenrefresh.py
transactions.py
user_directory.py
versions.py Support stable identifiers for MSC2285: private read receipts. (#13273) 2022-08-05 11:09:33 -04:00
voip.py