summary refs log tree commit diff
path: root/synapse/rest/client/keys.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implementation of MSC3967: Don't require UIA for initial upload of cross sign...Hugh Nimmo-Smith2023-03-021-9/+23
* Use ClientRestResource on both the main process and workers. (#14528)Patrick Cloke2022-12-021-2/+3
* Remove need for `worker_main_http_uri` setting to use /keys/upload. (#14400)realtyem2022-11-161-18/+50
* Cancel the processing of key query requests when they time out. (#13680)reivilibre2022-09-071-2/+4
* Remove redundant opentracing spans for `/sendToDevice` and `/keys/upload` (#1...Andrew Morgan2022-08-221-2/+1
* Add missing types to opentracing. (#13345)Patrick Cloke2022-07-211-1/+3
* Add type annotations to `trace` decorator. (#13328)Patrick Cloke2022-07-191-2/+2
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Add support for `/_matrix/client/v3` APIs (#11318)Aaron R2021-11-161-1/+1
* Additional type hints for REST servlets (part 2). (#10674)Patrick Cloke2021-08-261-35/+22
* Validate device_keys for C-S /keys/query requests (#10593)David Robertson2021-08-201-1/+15
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+344