MatrixSynapse/synapse/rest/client
Quentin Gliech 47bc84dd53
Pass the Requester down to the HttpTransactionCache. (#15200)
2023-03-07 16:05:22 +00:00
..
__init__.py
_base.py
account.py Add module API callbacks for adding and deleting local 3PID associations (#15044 2023-02-27 14:19:19 +00:00
account_data.py
account_validity.py
auth.py
capabilities.py
devices.py Fix conflicting URLs for dehydrated devices. (#15180) 2023-03-02 07:24:29 -05:00
directory.py
events.py Pass the requester during event serialization. (#15174) 2023-03-06 16:08:39 +00:00
filter.py
initial_sync.py
keys.py Implementation of MSC3967: Don't require UIA for initial upload of cross signing keys (#15077) 2023-03-02 10:34:59 +00:00
knock.py Add support for knocking to workers. (#15133) 2023-03-02 12:59:53 -05:00
login.py
login_token_request.py
logout.py
models.py
mutual_rooms.py
notifications.py Pass the requester during event serialization. (#15174) 2023-03-06 16:08:39 +00:00
openid.py
password_policy.py
presence.py
profile.py
push_rule.py
pusher.py
read_marker.py
receipts.py
register.py
relations.py
rendezvous.py
report_event.py
room.py Pass the Requester down to the HttpTransactionCache. (#15200) 2023-03-07 16:05:22 +00:00
room_batch.py Remove unspecced and buggy `PUT` method on the unstable `/rooms/<room_id>/batch_send` endpoint. (#15199) 2023-03-03 12:22:49 +00:00
room_keys.py
room_upgrade_rest_servlet.py
sendtodevice.py Pass the Requester down to the HttpTransactionCache. (#15200) 2023-03-07 16:05:22 +00:00
sync.py Pass the requester during event serialization. (#15174) 2023-03-06 16:08:39 +00:00
tags.py
thirdparty.py
tokenrefresh.py
transactions.py Pass the Requester down to the HttpTransactionCache. (#15200) 2023-03-07 16:05:22 +00:00
user_directory.py
versions.py
voip.py