summary refs log tree commit diff
path: root/synapse/api/auth/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow enabling sliding sync per-user (#17393)Erik Johnston2024-07-051-1/+17
| | | Based on #17392
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
| | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them.
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Implements admin API to lock an user (MSC3939) (#15870)Mathieu Velten2023-08-101-0/+1
|
* Make the api.auth.Auth a ProtocolQuentin Gliech2023-05-301-0/+175