summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/room_keys.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* Ensure is_verified on /_matrix/client/r0/room_keys/keys is a boolean (#7150)Andrew Morgan2020-03-271-1/+1
* Port rest.client.v2Erik Johnston2019-12-051-30/+21
* add etag and count to key backup endpoints (#5858)Hubert Chathi2019-11-271-4/+4
* make version optional in body of e2e backup version updateHubert Chathi2019-10-091-1/+1
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-7/+7
* Replace returnValue with return (#5736)Amber Brown2019-07-231-7/+7
* Run Black. (#5482)Amber Brown2019-06-201-37/+17
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-4/+4
* make sure version is in body and wrap in linearizer queueHubert Chathi2019-02-081-1/+2
* add new endpoint to update backup versionsHubert Chathi2019-02-061-0/+33
* handle empty backups according to latest spec proposal (#4123)Hubert Chathi2018-11-051-3/+18
* missed oneDavid Baker2018-10-121-0/+1
* Don't mangle exceptionsDavid Baker2018-10-121-4/+2
* Split /room_keys/version into 2 servletsDavid Baker2018-10-121-9/+21
* PR feedback pt. 1David Baker2018-10-121-1/+1
* isortDavid Baker2018-10-091-1/+1
* WIP e2e key backupsDavid Baker2018-09-131-4/+10
* try to make flake8 and isort happyHubert Chathi2018-09-061-1/+4
* missing importMatthew Hodgson2018-08-121-1/+1
* use parse_stringMatthew Hodgson2018-08-121-3/+3
* support DELETE /version with no argsMatthew Hodgson2018-08-121-2/+3
* implement remaining tests and make them workMatthew Hodgson2018-08-121-0/+6
* improve docstringMatthew Hodgson2018-08-121-1/+5
* add a tonne of docstring; make upload_room_keys properly assert versionMatthew Hodgson2018-08-121-1/+10
* more docstring for the e2e_room_keys restMatthew Hodgson2018-08-121-0/+51
* blindly incorporate PR review - needs testing & fixingMatthew Hodgson2018-08-121-0/+2
* make /room_keys/version workMatthew Hodgson2018-08-121-1/+8
* implement /room_keys/version too (untested)Matthew Hodgson2018-08-121-0/+47
* document the APIMatthew Hodgson2018-08-121-0/+133
* make it work and fix pep8Matthew Hodgson2018-08-121-13/+20
* interim WIP checkin; doesn't build yetMatthew Hodgson2018-08-121-4/+33
* total WIP skeleton for /room_keys APIMatthew Hodgson2018-08-121-0/+56