summary refs log tree commit diff
path: root/synapse/storage/databases/main/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* wrap `_get_e2e_device_keys_and_signatures_txn` in a non-txn method (#8231)Richard van der Hoff2020-09-031-3/+1
* Make _get_e2e_device_keys_and_signatures_txn return an attrs (#8224)Richard van der Hoff2020-09-021-4/+4
* Rename `_get_e2e_device_keys_txn` (#8222)Richard van der Hoff2020-09-011-2/+2
* Convert additional databases to async/await (#8199)Patrick Cloke2020-09-011-20/+18
* Move and rename `get_devices_with_keys_by_user` (#8204)Richard van der Hoff2020-09-011-47/+5
* Only return devices with keys from `/federation/v1/user/devices/` (#8198)Richard van der Hoff2020-08-281-3/+1
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-2/+2
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-6/+8
* Make StreamIdGen `get_next` and `get_next_mult` async (#8161)Erik Johnston2020-08-251-3/+5
* Convert misc database code to async (#8087)Patrick Cloke2020-08-141-3/+2
* Convert devices database to async/await. (#8069)Patrick Cloke2020-08-121-153/+180
* Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab...Patrick Cloke2020-08-071-5/+7
* 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/+1311