summary refs log tree commit diff
path: root/synapse/handlers/e2e_room_keys.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* support DELETE /version with no argsMatthew Hodgson2018-08-121-1/+1
* implement remaining tests and make them workMatthew Hodgson2018-08-121-7/+28
* switch get_current_version_info back to being get_version_infoMatthew Hodgson2018-08-121-4/+7
* fix flakesMatthew Hodgson2018-08-121-2/+2
* fix typosMatthew Hodgson2018-08-121-1/+2
* add a tonne of docstring; make upload_room_keys properly assert versionMatthew Hodgson2018-08-121-8/+103
* more docstring for the e2e_room_keys restMatthew Hodgson2018-08-121-2/+0
* fix factoring out of _should_replace_room_keyMatthew Hodgson2018-08-121-3/+4
* rename room_key_version table correctly, and fix opt argsMatthew Hodgson2018-08-121-3/+3
* blindly incorporate PR review - needs testing & fixingMatthew Hodgson2018-08-121-30/+58
* make /room_keys/version workMatthew Hodgson2018-08-121-7/+11
* implement /room_keys/version too (untested)Matthew Hodgson2018-08-121-5/+42
* make it work and fix pep8Matthew Hodgson2018-08-121-26/+43
* interim WIP checkin; doesn't build yetMatthew Hodgson2018-08-121-15/+31
* total WIP skeleton for /room_keys APIMatthew Hodgson2018-08-121-0/+60