summary refs log tree commit diff
path: root/synapse/rest/client/keys.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sliding Sync: Add E2EE extension (MSC3884) (#17454)Eric Eastwood2024-07-221-2/+8
* Enable cross-signing key upload without UIA (#17284)Richard van der Hoff2024-06-141-50/+29
* Handle OTK uploads off master (#17271)Erik Johnston2024-06-061-9/+4
* Improve error message for cross signing reset with MSC3861 enabled (#17121)Michael Telatynski2024-04-261-5/+8
* bugfix: make msc3967 idempotent (#16943)Kegan Dougal2024-04-151-2/+12
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+2
* Update license headersPatrick Cloke2023-11-211-12/+16
* Add an Admin API to temporarily grant the ability to update an existing cross...David Robertson2023-11-151-5/+11
* Refactor config to be an experimental featureHugh Nimmo-Smith2023-05-301-1/+1
* Disable account related endpoints when using OAuth delegationQuentin Gliech2023-05-301-4/+26
* Add requesting user id parameter to key claim methods in `TransportLayerClien...Shay2023-05-241-4/+4
* Add support for claiming multiple OTKs at once. (#15468)Patrick Cloke2023-04-271-5/+37
* Add unstable /keys/claim endpoint which always returns fallback keys. (#15462)Patrick Cloke2023-04-251-1/+30
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-231-0/+4
* 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