synapse-old/synapse/rest/client
Quentin Gliech 41f127e068
Pass the requester during event serialization. (#15174)
This allows Synapse to properly include the transaction ID in the
unsigned data of events.
2023-03-06 16:08:39 +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 Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
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 Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
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 Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
relations.py
rendezvous.py
report_event.py
room.py Pass the requester during event serialization. (#15174) 2023-03-06 16:08:39 +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
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
user_directory.py
versions.py
voip.py