summary refs log tree commit diff
path: root/synapse/replication/http/login.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port replication http server endpoints to async/awaitErik Johnston2019-10-291-5/+2
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-5/+2
* Fix registration on workers (#4682)Erik Johnston2019-02-201-1/+1
* Move register_device into handlerErik Johnston2019-02-181-14/+3
* Split out registration to workerErik Johnston2019-02-181-0/+85