MatrixSynapse/synapse/rest/client
Sean Quah bf7ce92bf7
Enable cancellation of `GET /members` and `GET /state` requests (#12708)
Enable cancellation of `GET /rooms/$room_id/members`,
`GET /rooms/$room_id/state` and
`GET /rooms/$room_id/state/$state_key/*` requests.

Signed-off-by: Sean Quah <seanq@element.io>
2022-05-11 17:22:34 +01:00
..
__init__.py
_base.py
account.py Remove unstable identifiers for MSC3069. (#12596) 2022-05-03 12:43:12 -04:00
account_data.py
account_validity.py
auth.py Use `getClientAddress` instead of `getClientIP`. (#12599) 2022-05-04 14:11:21 -04:00
capabilities.py
devices.py
directory.py
events.py
filter.py Use direct references for configuration variables (part 6). (#10916) 2021-09-29 06:44:15 -04:00
groups.py
initial_sync.py
keys.py
knock.py Use `ParamSpec` in a few places (#12667) 2022-05-09 10:27:39 +00:00
login.py Use `getClientAddress` instead of `getClientIP`. (#12599) 2022-05-04 14:11:21 -04:00
logout.py
mutual_rooms.py Remove mutual_rooms `update_user_directory` check, and add extra documentation (#12038) 2022-03-23 12:47:07 +00:00
notifications.py Implement changes to MSC2285 (hidden read receipts) (#12168) 2022-05-04 11:59:22 -04:00
openid.py
password_policy.py
presence.py
profile.py
push_rule.py Add a module API to allow modules to edit push rule actions (#12406) 2022-04-27 13:55:33 +00:00
pusher.py
read_marker.py Don't error on unknown receipt types (#12670) 2022-05-09 11:09:19 +01:00
receipts.py No longer permit empty body when sending receipts (#12709) 2022-05-11 15:34:17 +00:00
register.py Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639) 2022-05-05 07:11:52 -04:00
relations.py Support the v1 endpoint for `/relations`. (#12403) 2022-04-07 07:08:23 -04:00
report_event.py
room.py Enable cancellation of `GET /members` and `GET /state` requests (#12708) 2022-05-11 17:22:34 +01:00
room_batch.py Room batch: fix up handling of unknown prev_event_ids (#12316) 2022-03-29 14:56:25 +01:00
room_keys.py
room_upgrade_rest_servlet.py
sendtodevice.py
sync.py Prevent a sync request from removing a user's busy presence status (#12213) 2022-04-13 16:21:07 +01:00
tags.py
thirdparty.py
tokenrefresh.py
transactions.py Use `ParamSpec` in a few places (#12667) 2022-05-09 10:27:39 +00:00
user_directory.py Correct `check_username_for_spam` annotations and docs (#12246) 2022-03-18 13:51:41 +00:00
versions.py Use `private` instead of `hidden` in MSC2285 related code. (#12635) 2022-05-05 12:31:25 +00:00
voip.py