- Apr 24, 2020
-
-
Patrick Cloke authored
-
- Apr 23, 2020
-
-
Brendan Abolivier authored
This reverts commit 1adf6a55.
-
Brendan Abolivier authored
This reverts commit 6f431936, reversing changes made to 0d775fcc.
-
- Apr 22, 2020
-
-
Brendan Abolivier authored
Adds a request_token_inhibit_errors configuration flag (disabled by default) which, if enabled, change the behaviour of all /requestToken endpoints so that they return a 200 and a fake sid if the 3PID was/was not found associated with an account (depending on the endpoint), instead of an error. Co-Authored-By:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
- Apr 20, 2020
-
-
Lars Franke authored
Also adjust sample_config.yaml Signed-off-by:
Lars Franke <frcl@mailbox.org>
-
- Apr 17, 2020
-
-
Tristan Lins authored
-
- Apr 15, 2020
-
-
Andrew Morgan authored
-
- Apr 07, 2020
-
-
Andrew Morgan authored
-
- Apr 03, 2020
-
-
Martin Milata authored
Log warning when filesystem path is used. Signed-off-by:
Martin Milata <martin@martinmilata.cz>
-
Richard van der Hoff authored
This reverts commit 0122ef10.
-
Richard van der Hoff authored
This was incorrectly merged to master. This reverts commit 319c41f5, reversing changes made to 229eb814.
-
- Mar 30, 2020
-
-
Andrew Morgan authored
-
- Mar 27, 2020
-
-
Richard van der Hoff authored
That fallback sets the redirect URL to itself (so it can process the login token then return gracefully to the client). This would make it pointless to ask the user for confirmation, since the URL the confirmation page would be showing wouldn't be the client's.
-
Dirk Klimpel authored
-
Brendan Abolivier authored
-
- Mar 26, 2020
-
-
Brendan Abolivier authored
-
Dirk Klimpel authored
-
- Mar 25, 2020
-
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Mar 20, 2020
-
-
Richard van der Hoff authored
Attempts to clarify the sample config for databases, and add some stuff about tcp keepalives to `postgres.md`.
-
- Mar 17, 2020
-
-
Richard van der Hoff authored
This reverts commit 54dd2862, reversing changes made to 6640460d.
-
- Mar 11, 2020
-
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
- Mar 10, 2020
-
-
Dirk Klimpel authored
-
Brendan Abolivier authored
-
- Mar 09, 2020
-
-
dklimpel authored
-
- Mar 08, 2020
- Mar 02, 2020
-
-
Richard van der Hoff authored
-
Brendan Abolivier authored
-
- Feb 24, 2020
-
-
Richard van der Hoff authored
* Give `notif_template_html`, `notif_template_text` default values (fixes #6960) * Don't complain if `smtp_host` and `smtp_port` are unset, since they have sensible defaults (fixes #6961) * Set the example for `enable_notifs` to `True`, for consistency and because it's more useful * Raise errors as ConfigError rather than RuntimeError for nicer formatting
-
- Feb 14, 2020
-
-
Richard van der Hoff authored
Fixes #6916.
-
- Feb 13, 2020
-
-
Brendan Abolivier authored
-
- Jan 17, 2020
-
-
Richard van der Hoff authored
Generally try to make this more comprehensible, and make it match the conventions. I've removed the documentation for all the settings which allow you to change the names of the template files, because I can't really see why they are useful.
-
- Jan 07, 2020
-
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Have a purge job running every 5min is probably not something we want to advise admins to do as a sort-of default.
-
- Jan 03, 2020
-
-
Richard van der Hoff authored
This looks like it got half-killed back in #888. Fixes #6567.
-
Brendan Abolivier authored
-
- Dec 19, 2019
-
-
Richard van der Hoff authored
I want to do some key rotation, and it is silly that we don't have a way to do this.
-
- Dec 16, 2019
-
-
Will Hunt authored
-