summary refs log tree commit diff
path: root/synapse/api/auth/internal.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix possible AttributeError when account-api is called over unix socket (#16404)Christoph2023-10-091-1/+1
| | | Fixes #16396
* Refactor `get_user_by_id` (#16316)Erik Johnston2023-09-141-1/+1
|
* Implements admin API to lock an user (MSC3939) (#15870)Mathieu Velten2023-08-101-1/+14
|
* Make AS tokens work & allow ASes to /registerQuentin Gliech2023-05-301-80/+2
|
* Make the api.auth.Auth a ProtocolQuentin Gliech2023-05-301-0/+369