Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-27 | update debian installation instructions to recommend installing `virtualenv` ↵ | txt-file | 2 | -1/+2 | |
instead of `python3-virtualenv` (#6892) * change debian package from python3-virtualenv to virtualenv The virtualenv package is needed for the virtualenv command. The virtualenv package depends on python3-virtualenv (at least since debian jessie) so there is no need to specify python3-virtualenv additionally. Signed-off-by: Vieno Hakkerinen <vieno@hakkerinen.eu> * Add changelog Co-authored-by: Andrew Morgan <andrew@amorgan.xyz> | |||||
2020-03-27 | Ensure is_verified on /_matrix/client/r0/room_keys/keys is a boolean (#7150) | Andrew Morgan | 3 | -2/+4 | |
2020-03-27 | Only import sqlite3 when type checking (#7155) | David Vo | 2 | -2/+6 | |
Fixes: #7127 Signed-off-by: David Vo <david@vovo.id.au> | |||||
2020-03-26 | Refactor the CAS code (move the logic out of the REST layer to a handler) ↵ | Patrick Cloke | 5 | -155/+227 | |
(#7136) | |||||
2020-03-26 | Update changelog.d/7151.bugfix | Jason Robinson | 1 | -1/+1 | |
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2020-03-26 | Don't default to an invalid sqlite config if no database configuration is ↵ | Nektarios Katakis | 2 | -22/+48 | |
provided (#6573) | |||||
2020-03-26 | Allow RedirectResponse in SAML response handler | Jason Robinson | 2 | -0/+5 | |
Allow custom SAML handlers to redirect after processing an auth response. Fixes #7149 Signed-off-by: Jason Robinson <jasonr@matrix.org> | |||||
2020-03-26 | Allow server admins to define and enforce a password policy (MSC2000). (#7118) | Dirk Klimpel | 11 | -0/+437 | |
2020-03-26 | Validate that the session is not modified during UI-Auth (#7068) | Patrick |