summary refs log tree commit diff
path: root/synapse/replication/http/login.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Wait for streams to catch up when processing HTTP replication. (#14820)Erik Johnston2023-01-181-4/+1
* Add missing type hints to synapse.replication.http. (#11856)Patrick Cloke2022-02-081-21/+26
* Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech2021-12-061-0/+8
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-2/+6
* MSC2918 Refresh tokens implementation (#9450)Quentin Gliech2021-06-241-1/+12
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Fix the auth provider on the logins metric (#9573)Richard van der Hoff2021-03-101-2/+2
* Correctly handle AS registerations and add testErik Johnston2020-12-171-2/+10
* 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
* 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