summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace device_27_unique_idx bg update with a fg one (#7562)Richard van der Hoff2020-05-261-29/+5
* Add option to move event persistence off master (#7517)Erik Johnston2020-05-221-11/+19
* Retry to sync out of sync device lists (#7453)Brendan Abolivier2020-05-211-12/+22
* Merge branch 'release-v1.13.0' into developRichard van der Hoff2020-05-061-2/+2
|\
| * Speed up fetching device lists changes in sync.Erik Johnston2020-05-051-2/+2
* | use an upsert to update device_lists_outbound_last_successRichard van der Hoff2020-05-061-18/+42
|/
* bg update to clear out duplicate outbound_device_list_pokes (#7193)Richard van der Hoff2020-04-071-1/+72
* Remove sent outbound device list pokes from the database (#7192)Richard van der Hoff2020-04-071-2/+2
* Fix device list update stream ids going backward (#7158)Richard van der Hoff2020-04-031-2/+8
* Only setdefault for signatures if device has key_json (#7177)Andrew Morgan2020-03-311-10/+14
* Rewrite prune_old_outbound_device_pokes for efficiency (#7159)Richard van der Hoff2020-03-301-13/+58
* Remove concept of a non-limited stream. (#7011)Erik Johnston2020-03-201-2/+8
* Comments from reviewErik Johnston2020-03-181-8/+19
* Remove handling of multiple rows per IDErik Johnston2020-02-281-34/+1
* Change device list replication to match new semantics.Erik Johnston2020-02-281-6/+9
* Change device lists stream to have one row per id.Erik Johnston2020-02-281-18/+41
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-7/+6
* add device signatures to device key query resultsHubert Chathi2020-02-041-0/+10
* Fix deleting of stale marker for device lists (#6819)Erik Johnston2020-01-311-7/+7
* When a client asks for remote keys check if should resync. (#6797)Erik Johnston2020-01-301-3/+29
* Detect unknown remote devices and mark cache as stale (#6776)Erik Johnston2020-01-281-5/+24
* move batch_iter to a separate moduleRichard van der Hoff2020-01-161-1/+1
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-4/+5
* Move background update handling out of storeErik Johnston2019-12-051-7/+8
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-35/+35
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-23/+23
* Move cache invalidation to main data storeErik Johnston2019-12-041-7/+7
* Move event fetch vars to EventWorkStoreErik Johnston2019-12-041-1/+1
* Update synapse/storage/data_stores/main/devices.pyHubert Chathi2019-10-311-1/+1
* rename get_devices_by_remote to get_device_updates_by_remoteHubert Chathi2019-10-301-4/+4
* apply changes as a result of PR reviewHubert Chathi2019-10-301-43/+36
* Merge branch 'develop' into cross-signing_federationHubert Chathi2019-10-241-10/+78
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s...Erik Johnston2019-10-221-9/+86
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+937