summary refs log tree commit diff
path: root/test_postgresql.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-27Improve the UX of the login fallback when using SSO (#7152)Brendan Abolivier3-22/+32
2020-03-27Admin API to join users to a room. (#7051)Dirk Klimpel5-4/+405
2020-03-27Add options to prevent users from changing their profile. (#7096)Dirk Klimpel7-1/+449
2020-03-27update debian installation instructions to recommend installing `virtualenv` ...txt-file2-1/+2
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