summary refs log tree commit diff
path: root/synapse/storage/databases/main/e2e_room_keys.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-11/+16
* Convert simple_select_one_txn and simple_select_one to return tuples. (#16612)Patrick Cloke2023-11-091-12/+19
* Convert simple_select_list and simple_select_list_txn to return lists of tupl...Patrick Cloke2023-10-261-20/+29
* Add DB indices to speed up purging rooms (#16457)David Robertson2023-10-101-0/+7
* Some refactors around receipts stream (#16426)Erik Johnston2023-10-041-1/+1
* Delete server-side backup keys when deactivating an account. (#15181)Shay2023-04-041-3/+111
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+1
* Remove redundant types from comments. (#14412)Patrick Cloke2022-11-161-4/+4
* Add `StreamKeyType` class and replace string literals with constants (#12567)Andrew Morgan2022-05-161-2/+2
* Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-131-11/+23
* Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549)Sean Quah2021-12-141-70/+167
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Convert additional database code to async/await. (#8195)Patrick Cloke2020-08-281-14/+16
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-10/+16
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-4/+4
* Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab...Patrick Cloke2020-08-071-16/+14
* Reduce unnecessary whitespace in JSON. (#7372)David Vo2020-08-071-6/+5
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+439