summary refs log tree commit diff
path: root/synapse/config/auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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