summary refs log tree commit diff
path: root/synapse/config/auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+2
* Update license headersPatrick Cloke2023-11-211-11/+16
* Fix running with an empty experimental features section. (#15925)Patrick Cloke2023-07-121-1/+1
* Implement stable support for MSC3882 to allow an existing device/session to g...Hugh Nimmo-Smith2023-06-011-0/+10
* Refactor config to be an experimental featureHugh Nimmo-Smith2023-05-301-30/+9
* Initial MSC3964 support: delegation of auth to OIDC serverQuentin Gliech2023-05-301-1/+29
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-75/+0
* Add an option allowing users to use their password to reauthenticate even tho...reivilibre2022-05-271-2/+15
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-2/+5
* Fix copy-paste error in the password section of the sample-config. (#10804)BramvdnHeuvel2021-09-131-1/+1
* Always require users to re-authenticate for dangerous operations. (#10184)Patrick Cloke2021-06-161-0/+4
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Parse ui_auth.session_timeout as a duration (instead of treating it as ms) (#...Rishabh Arya2021-02-181-4/+6
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+1
* Fix some typos.Patrick Cloke2021-02-121-1/+1
* Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-181-0/+110