summary refs log tree commit diff
path: root/synapse/replication/http/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify comment on key uploads over replication (#16016)Shay2023-07-271-2/+2
* Remove legacy code of single user device resync api (#15418)Alok Kumar Singh2023-04-211-57/+0
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+0
* Wait for streams to catch up when processing HTTP replication. (#14820)Erik Johnston2023-01-181-7/+3
* Batch up replication requests to request the resyncing of remote users's devi...reivilibre2023-01-101-1/+73
* Add a type hint for `get_device_handler()` and fix incorrect types. (#14055)Patrick Cloke2022-11-221-3/+8
* Remove need for `worker_main_http_uri` setting to use /keys/upload. (#14400)realtyem2022-11-161-0/+67
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Add missing type hints to synapse.replication.http. (#11856)Patrick Cloke2022-02-081-4/+10
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-2/+6
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Convert replication code to async/await. (#7987)Patrick Cloke2020-08-031-1/+1
* Fixup docsErik Johnston2019-11-261-1/+5
* Fix caching devices for remote servers in worker.Erik Johnston2019-11-051-0/+69