anonymousland-synapse/synapse/rest/client
Quentin Gliech a15a893df8
Save the OIDC session ID (sid) with the device on login (#11482)
As a step towards allowing back-channel logout for OIDC.
2021-12-06 12:43:06 -05:00
..
__init__.py
_base.py Add support for /_matrix/client/v3 APIs (#11318) 2021-11-16 14:47:58 +01:00
account_data.py
account_validity.py
account.py
auth.py
capabilities.py
devices.py
directory.py
events.py
filter.py
groups.py
initial_sync.py
keys.py Add support for /_matrix/client/v3 APIs (#11318) 2021-11-16 14:47:58 +01:00
knock.py
login.py Save the OIDC session ID (sid) with the device on login (#11482) 2021-12-06 12:43:06 -05:00
logout.py
notifications.py
openid.py
password_policy.py
presence.py
profile.py
push_rule.py
pusher.py
read_marker.py
receipts.py Require body for read receipts with user-agent exceptions (#11157) 2021-11-09 10:26:07 +00:00
register.py Update MSC2918 refresh token support to confirm with the latest revision: accept the refresh_tokens parameter in the request body rather than in the URL parameters. (#11430) 2021-11-26 19:06:16 +00:00
relations.py Include bundled aggregations in /sync and related fixes (#11478) 2021-12-06 15:51:15 +00:00
report_event.py
room_batch.py Rename to more clear get_insertion_event_id_by_batch_id (MSC2716) (#11244) 2021-11-08 21:21:10 -06:00
room_keys.py
room_upgrade_rest_servlet.py
room.py Include bundled aggregations in /sync and related fixes (#11478) 2021-12-06 15:51:15 +00:00
sendtodevice.py
shared_rooms.py
sync.py Include bundled aggregations in /sync and related fixes (#11478) 2021-12-06 15:51:15 +00:00
tags.py
thirdparty.py
tokenrefresh.py
transactions.py
user_directory.py
versions.py Support Client-Server API r0.6.1 (#11097) 2021-11-01 13:28:39 +00:00
voip.py