MatrixSynapse/synapse/rest/client
Andrew Morgan ec9224bf9a
Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint return 404 if event exists, but the user lacks access (#15300)
2023-03-21 13:24:03 +00:00
..
__init__.py
_base.py
account.py
account_data.py
account_validity.py
appservice_ping.py Implement MSC2659: application service ping endpoint (#15249) 2023-03-16 15:00:03 +01:00
auth.py
capabilities.py
devices.py
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
knock.py
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 Load `/register/available` endpoint on workers (#15268) 2023-03-17 09:50:31 -04:00
relations.py
rendezvous.py
report_event.py Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint return 404 if event exists, but the user lacks access (#15300) 2023-03-21 13:24:03 +00:00
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 Add /versions flag for MSC3952. (#15293) 2023-03-20 11:47:21 -04:00
voip.py