summary refs log tree commit diff
path: root/changelog.d/7120.misc (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-27Ensure is_verified on /_matrix/client/r0/room_keys/keys is a boolean (#7150)Andrew Morgan3-2/+4
2020-03-27Only import sqlite3 when type checking (#7155)David Vo2-2/+6
2020-03-26Refactor the CAS code (move the logic out of the REST layer to a handler) (#7...Patrick Cloke5-155/+227
2020-03-26Update changelog.d/7151.bugfixJason Robinson1-1/+1
2020-03-26Don't default to an invalid sqlite config if no database configuration is pro...Nektarios Katakis2-22/+48
2020-03-26Allow RedirectResponse in SAML response handlerJason Robinson2-0/+5
2020-03-26Allow server admins to define and enforce a password policy (MSC2000). (#7118)Dirk Klimpel11-0/+437
2020-03-26Validate that the session is not modified during UI-Auth (#7068)Patrick Cloke8-14/+117
2020-03-25Remove unused captcha_bypass_secret option (#7137)Aaron Raimist3-9/+1
2020-03-25Move catchup of replication streams to worker. (#7024)Erik Johnston24-487/+635
2020-03-25Various cleanups to INSTALL.md (#7141)Andrew Morgan2-59/+40
2020-03-24Clean up some LoggingContext stuff (#7120)<