You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/rest/client
Patrick Cloke 68acb0a29d
Include whether the requesting user has participated in a thread. (#11577)
3 years ago
..
__init__.py Flatten the synapse.rest.client package (#10600) 3 years ago
_base.py Add support for `/_matrix/client/v3` APIs (#11318) 3 years ago
account.py Use direct references for configuration variables (part 7). (#10959) 3 years ago
account_data.py Additional type hints for the client REST servlets (part 3). (#10707) 3 years ago
account_validity.py Addtional type hints for the REST servlets. (#10665) 3 years ago
auth.py Require direct references to configuration variables. (#10985) 3 years ago
capabilities.py Include `io.element.thread` capability for MSC3440. (#11690) 3 years ago
devices.py Make `get_device` return None if the device doesn't exist rather than raising an exception. (#11565) 3 years ago
directory.py Addtional type hints for the REST servlets. (#10665) 3 years ago
events.py Bundle aggregations outside of the serialization method. (#11612) 3 years ago
filter.py Use direct references for configuration variables (part 6). (#10916) 3 years ago
groups.py Additional type hints for client REST servlets (part 5) (#10736) 3 years ago
initial_sync.py Additional type hints for REST servlets (part 2). (#10674) 3 years ago
keys.py Add support for `/_matrix/client/v3` APIs (#11318) 3 years ago
knock.py Additional type hints for client REST servlets (part 4) (#10728) 3 years ago
login.py Stabilise support for MSC2918 refresh tokens as they have now been merged into the Matrix specification. (#11435) 3 years ago
logout.py Additional type hints for REST servlets (part 2). (#10674) 3 years ago
notifications.py Bundle aggregations outside of the serialization method. (#11612) 3 years ago
openid.py Use direct references for some configuration variables (#10798) 3 years ago
password_policy.py Use direct references for some configuration variables (part 3) (#10885) 3 years ago
presence.py Additional type hints for REST servlets (part 2). (#10674) 3 years ago
profile.py Use direct references for configuration variables (part 6). (#10916) 3 years ago
push_rule.py Require direct references to configuration variables. (#10985) 3 years ago
pusher.py Addtional type hints for the REST servlets. (#10665) 3 years ago
read_marker.py Add a constant for receipt types (m.read). (#11531) 3 years ago
receipts.py Add a constant for receipt types (m.read). (#11531) 3 years ago
register.py Stabilise support for MSC2918 refresh tokens as they have now been merged into the Matrix specification. (#11435) 3 years ago
relations.py Include whether the requesting user has participated in a thread. (#11577) 3 years ago
report_event.py Additional type hints for client REST servlets (part 4) (#10728) 3 years ago
room.py Include whether the requesting user has participated in a thread. (#11577) 3 years ago
room_batch.py Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244) 3 years ago
room_keys.py Additional type hints for client REST servlets (part 4) (#10728) 3 years ago
room_upgrade_rest_servlet.py Addtional type hints for the REST servlets. (#10665) 3 years ago
sendtodevice.py Additional type hints for client REST servlets (part 4) (#10728) 3 years ago
shared_rooms.py Use direct references for configuration variables (part 6). (#10916) 3 years ago
sync.py Include bundled aggregations in the sync response cache. (#11659) 3 years ago
tags.py Addtional type hints for the REST servlets. (#10665) 3 years ago
thirdparty.py Addtional type hints for the REST servlets. (#10665) 3 years ago
tokenrefresh.py Addtional type hints for the REST servlets. (#10665) 3 years ago
transactions.py Additional type hints for client REST servlets (part 5) (#10736) 3 years ago
user_directory.py Use direct references for configuration variables (part 5). (#10897) 3 years ago
versions.py Add MSC2716 and MSC3030 to `/versions` -> `unstable_features` (#11582) 3 years ago
voip.py Fix getTurnServer response: return an integer ttl (#10922) 3 years ago