summary refs log tree commit diff
path: root/synapse/storage/e2e_room_keys.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-211-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 Schellekens2019-08-221-0/+14
| | | Add opentracing tags and logs for e2e keys
* update set_e2e_room_key to agree with fixed indexHubert Chathi2019-08-141-1/+1
|
* Replace returnValue with return (#5736)Amber Brown2019-07-231-3/+3
|
* Run Black. (#5482)Amber Brown2019-06-201-14/+14
|
* Run black on the rest of the storage module (#4996)Amber Brown2019-04-031-49/+16
|
* add new endpoint to update backup versionsHubert Chathi2019-02-061-0/+21
|
* Settings Fix deleting e2e room keys on xenial (#4295)Amber Brown2018-12-141-1/+1
|
* pep8David Baker2018-11-091-1/+2
|
* add docsDavid Baker2018-11-091-1/+4
|
* Cast to int here tooDavid Baker2018-10-301-0/+5
|
* Cast bacjup version to int when queryingDavid Baker2018-10-301-1/+6
|
* Convert version back to a stringDavid Baker2018-10-301-0/+1
|
* Misc PR feedback bitsDavid Baker2018-10-121-2/+2
|
* Don't reuse backup versionsDavid Baker2018-10-051-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 happyHubert Chathi2018-09-061-2/+4
|
* allow session_data to be any JSON instead of just a stringHubert Chathi2018-08-211-2/+4
|
* allow auth_data to be any JSON instead of a stringHubert Chathi2018-08-211-2/+5
|
* missing importMatthew Hodgson2018-08-121-0/+1
|
* 404 nicely if you try to interact with a missing current versionMatthew Hodgson2018-08-121-16/+35
|
* flake8Matthew Hodgson2018-08-121-1/+1
|
* implement remaining tests and make them workMatthew Hodgson2018-08-121-1/+2
|
* fix idiocies and so make tests passMatthew Hodgson2018-08-121-2/+3
|
* don't needlessly return user_idMatthew Hodgson2018-08-121-1/+0
|
* fix flakesMatthew Hodgson2018-08-121-2/+4
|
* fix typosMatthew Hodgson2018-08-121-1/+1
|
* add a tonne of docstring; make upload_room_keys properly assert versionMatthew Hodgson2018-08-121-20/+31
|
* add storage docstring; remove unused set_e2e_room_keysMatthew Hodgson2018-08-121-36/+83
|
* rename room_key_version table correctly, and fix opt argsMatthew Hodgson2018-08-121-13/+13
|
* blindly incorporate PR review - needs testing & fixingMatthew Hodgson2018-08-121-41/+28
|
* make /room_keys/version workMatthew Hodgson2018-08-121-5/+17
|
* implement /room_keys/version too (untested)Matthew Hodgson2018-08-121-0/+56
|
* make it work and fix pep8Matthew Hodgson2018-08-121-42/+61
|
* interim WIP checkin; doesn't build yetMatthew Hodgson2018-08-121-0/+20
|
* total WIP skeleton for /room_keys APIMatthew Hodgson2018-08-121-0/+133