Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pep8 | David Baker | 2018-11-09 | 1 | -1/+2 |
* | add docs | David Baker | 2018-11-09 | 1 | -1/+4 |
* | Cast to int here too | David Baker | 2018-10-30 | 1 | -0/+5 |
* | Cast bacjup version to int when querying | David Baker | 2018-10-30 | 1 | -1/+6 |
* | Convert version back to a string | David Baker | 2018-10-30 | 1 | -0/+1 |
* | Misc PR feedback bits | David Baker | 2018-10-12 | 1 | -2/+2 |
* | Don't reuse backup versions | David Baker | 2018-10-05 | 1 | -2/+7 |
* | try to make flake8 and isort happy | Hubert Chathi | 2018-09-06 | 1 | -2/+4 |
* | allow session_data to be any JSON instead of just a string | Hubert Chathi | 2018-08-21 | 1 | -2/+4 |
* | allow auth_data to be any JSON instead of a string | Hubert Chathi | 2018-08-21 | 1 | -2/+5 |
* | missing import | Matthew Hodgson | 2018-08-12 | 1 | -0/+1 |
* | 404 nicely if you try to interact with a missing current version | Matthew Hodgson | 2018-08-12 | 1 | -16/+35 |
* | flake8 | Matthew Hodgson | 2018-08-12 | 1 | -1/+1 |
* | implement remaining tests and make them work | Matthew Hodgson | 2018-08-12 | 1 | -1/+2 |
* | fix idiocies and so make tests pass | Matthew Hodgson | 2018-08-12 | 1 | -2/+3 |
* | don't needlessly return user_id | Matthew Hodgson | 2018-08-12 | 1 | -1/+0 |
* | fix flakes | Matthew Hodgson | 2018-08-12 | 1 | -2/+4 |
* | fix typos | Matthew Hodgson | 2018-08-12 | 1 | -1/+1 |
* | add a tonne of docstring; make upload_room_keys properly assert version | Matthew Hodgson | 2018-08-12 | 1 | -20/+31 |
* | add storage docstring; remove unused set_e2e_room_keys | Matthew Hodgson | 2018-08-12 | 1 | -36/+83 |
* | rename room_key_version table correctly, and fix opt args | Matthew Hodgson | 2018-08-12 | 1 | -13/+13 |
* | blindly incorporate PR review - needs testing & fixing | Matthew Hodgson | 2018-08-12 | 1 | -41/+28 |
* | make /room_keys/version work | Matthew Hodgson | 2018-08-12 | 1 | -5/+17 |
* | implement /room_keys/version too (untested) | Matthew Hodgson | 2018-08-12 | 1 | -0/+56 |
* | make it work and fix pep8 | Matthew Hodgson | 2018-08-12 | 1 | -42/+61 |
* | interim WIP checkin; doesn't build yet | Matthew Hodgson | 2018-08-12 | 1 | -0/+20 |
* | total WIP skeleton for /room_keys API | Matthew Hodgson | 2018-08-12 | 1 | -0/+133 |