Sean Quah bf7ce92bf7 Enable cancellation of `GET /members` and `GET /state` requests (#12708) 2 years ago
..
__init__.py 642a42edde Flatten the synapse.rest.client package (#10600) 2 years ago
_base.py dfa536490e Add support for `/_matrix/client/v3` APIs (#11318) 2 years ago
account.py aa5f5ede33 Remove unstable identifiers for MSC3069. (#12596) 2 years ago
account_data.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
account_validity.py 2af6d31b78 Addtional type hints for the REST servlets. (#10665) 2 years ago
auth.py 7fbf42499d Use `getClientAddress` instead of `getClientIP`. (#12599) 2 years ago
capabilities.py 1866fb39d7 Move experimental support for MSC3440 to /versions. (#12099) 2 years ago
devices.py e5cdb9e233 Make `get_device` return None if the device doesn't exist rather than raising an exception. (#11565) 2 years ago
directory.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
events.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
filter.py 94b620a5ed Use direct references for configuration variables (part 6). (#10916) 2 years ago
groups.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
initial_sync.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
keys.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
knock.py fa0eab9c8e Use `ParamSpec` in a few places (#12667) 2 years ago
login.py 7fbf42499d Use `getClientAddress` instead of `getClientIP`. (#12599) 2 years ago
logout.py 1aa0dad021 Additional type hints for REST servlets (part 2). (#10674) 2 years ago
mutual_rooms.py c5776780f0 Remove mutual_rooms `update_user_directory` check, and add extra documentation (#12038) 2 years ago
notifications.py 116a4c8340 Implement changes to MSC2285 (hidden read receipts) (#12168) 2 years ago
openid.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
password_policy.py e584534403 Use direct references for some configuration variables (part 3) (#10885) 2 years ago
presence.py 1aa0dad021 Additional type hints for REST servlets (part 2). (#10674) 2 years ago
profile.py 94b620a5ed Use direct references for configuration variables (part 6). (#10916) 2 years ago
push_rule.py 5ef673de4f Add a module API to allow modules to edit push rule actions (#12406) 2 years ago
pusher.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
read_marker.py c5969b346d Don't error on unknown receipt types (#12670) 2 years ago
receipts.py db10f2c037 No longer permit empty body when sending receipts (#12709) 2 years ago
register.py cc7656099d Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639) 2 years ago
relations.py 0bcb651b3f Support the v1 endpoint for `/relations`. (#12403) 2 years ago
report_event.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
room.py bf7ce92bf7 Enable cancellation of `GET /members` and `GET /state` requests (#12708) 2 years ago
room_batch.py 1f32b90b0f Room batch: fix up handling of unknown prev_event_ids (#12316) 2 years ago
room_keys.py d1f1b46c2c Additional type hints for client REST servlets (part 4) (#10728) 2 years ago
room_upgrade_rest_servlet.py 2af6d31b78 Addtional type hints for the REST servlets. (#10665) 2 years ago
sendtodevice.py d1f1b46c2c Additional type hints for client REST servlets (part 4) (#10728) 2 years ago
sync.py 73d8ded0b0 Prevent a sync request from removing a user's busy presence status (#12213) 2 years ago
tags.py e24ff8ebe3 Remove `HomeServer.get_datastore()` (#12031) 2 years ago
thirdparty.py 2af6d31b78 Addtional type hints for the REST servlets. (#10665) 2 years ago
tokenrefresh.py 2af6d31b78 Addtional type hints for the REST servlets. (#10665) 2 years ago
transactions.py fa0eab9c8e Use `ParamSpec` in a few places (#12667) 2 years ago
user_directory.py 872dbb0181 Correct `check_username_for_spam` annotations and docs (#12246) 2 years ago
versions.py 9ae0253f4e Use `private` instead of `hidden` in MSC2285 related code. (#12635) 2 years ago
voip.py 145cb6d08e Fix getTurnServer response: return an integer ttl (#10922) 2 years ago