summary refs log tree commit diff
path: root/synapse/api/auth_blocking.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add type hints to auth and auth_blocking. (#9876)Patrick Cloke2021-04-231-3/+6
|
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Don't MAU limit AS ghost usersErik Johnston2020-12-171-0/+7
|
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-4/+29
|
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
|
* Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-8/+5
|
* Stop Auth methods from polling the config on every req. (#7420)Andrew Morgan2020-05-061-0/+104