summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/room_keys.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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