Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 1 | -337/+0 |
| | | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage. | ||||
* | Opentrace e2e keys (#5855) | Jorik Schellekens | 2019-08-22 | 1 | -0/+14 |
| | | | Add opentracing tags and logs for e2e keys | ||||
* | update set_e2e_room_key to agree with fixed index | Hubert Chathi | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -3/+3 |
| | |||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -14/+14 |
| | |||||
* | Run black on the rest of the storage module (#4996) | Amber Brown | 2019-04-03 | 1 | -49/+16 |
| | |||||
* | add new endpoint to update backup versions | Hubert Chathi | 2019-02-06 | 1 | -0/+21 |
| | |||||
* | Settings Fix deleting e2e room keys on xenial (#4295) | Amber Brown | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | | | | | Since we don't actually delete the keys, just mark the versions as deleted in the db rather than actually deleting them, then we won't reuse versions. Fixes https://github.com/vector-im/riot-web/issues/7448 | ||||
* | 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 |