summary refs log tree commit diff
path: root/synapse/rest/client/keys.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
| | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733
* Add support for `/_matrix/client/v3` APIs (#11318)Aaron R2021-11-161-1/+1
| | | | | This is one of the changes required to support Matrix 1.1 Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Additional type hints for REST servlets (part 2). (#10674)Patrick Cloke2021-08-261-35/+22
| | | Applies the changes from #10665 to additional modules.
* Validate device_keys for C-S /keys/query requests (#10593)David Robertson2021-08-201-1/+15
| | | | | | | | * Validate device_keys for C-S /keys/query requests Closes #10354 A small, not particularly critical fix. I'm interested in seeing if we can find a more systematic approach though. #8445 is the place for any discussion.
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+344