summary refs log tree commit diff
path: root/tests/storage/test_devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-2/+5
* Mark remote device list updates as already handled (#12557)Erik Johnston2022-04-261-1/+1
* Only send out device list updates for our own users (#12465)Erik Johnston2022-04-141-3/+3
* Process device list updates asynchronously (#12365)Erik Johnston2022-04-121-20/+27
* Track device list updates per room. (#12321)Erik Johnston2022-04-041-4/+10
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Fix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could ...reivilibre2022-01-131-1/+111
* Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not ...reivilibre2022-01-121-1/+49
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Convert storage test cases to HomeserverTestCase. (#9736)Patrick Cloke2021-04-061-48/+32
* Add number of local devices to Room Details Admin API (#8886)Dirk Klimpel2020-12-111-0/+26
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-4/+4
* Convert devices database to async/await. (#8069)Patrick Cloke2020-08-121-15/+29
* Remove handling of multiple rows per IDErik Johnston2020-02-281-45/+0
* rename get_devices_by_remote to get_device_updates_by_remoteHubert Chathi2019-10-301-6/+6
* fix unit testHubert Chathi2019-10-221-1/+3
* Run Black. (#5482)Amber Brown2019-06-201-8/+8
* Prevent multiple device list updates from breaking a batch send (#5156)Andrew Morgan2019-06-061-0/+69
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
* Run black.black2018-08-101-37/+32
* run isortAmber Brown2018-07-091-0/+1
* Implement updating devicesRichard van der Hoff2016-07-261-0/+36
* Fix PEP8 errorsRichard van der Hoff2016-07-201-2/+0
* GET /devices endpointRichard van der Hoff2016-07-201-0/+71