- Jun 06, 2019
-
-
Erik Johnston authored
Make a full SQL schema
-
Neil Johnson authored
-
Amber H. Brown authored
-
Andrew Morgan authored
Sends password reset emails from the homeserver instead of proxying to the identity server. This is now the default behaviour for security reasons. If you wish to continue proxying password reset requests to the identity server you must now enable the email.trust_identity_server_for_password_resets option. This PR is a culmination of 3 smaller PRs which have each been separately reviewed: * #5308 * #5345 * #5368
-
Richard van der Hoff authored
There are a few changes going on here: * We make checking the signature on a key server response optional: if no verify_keys are specified, we trust to TLS to validate the connection. * We change the default config so that it does not require responses to be signed by the old key. * We replace the old 'perspectives' config with 'trusted_key_servers', which is also formatted slightly differently. * We emit a warning to the logs every time we trust a key server response signed by the old key.
-
Neil Johnson authored
1.0 upgrade/install notes
-
Amber H. Brown authored
-
Andrew Morgan authored
* Regen sample config before kicking off agents * Add changelog
-
Amber H. Brown authored
-
Richard van der Hoff authored
Fixes some warnings, and a scary-looking stacktrace when sytest kills the process.
-
Erik Johnston authored
Fix get_max_topological_token to never return None
-
Brendan Abolivier authored
Make /sync return heroes if room name or canonical alias are empty
-
Erik Johnston authored
-
Richard van der Hoff authored
Validate federation server TLS certificates by default.
-
Richard van der Hoff authored
add a script to generate new signing_key files
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Include left members in room summaries' heroes
-
Richard van der Hoff authored
Implement room v5 which enforces signing key validity
-
Richard van der Hoff authored
Associate a request_name with each verify request, for logging
-
- Jun 05, 2019
-
-
Richard van der Hoff authored
Fix `federation_custom_ca_list` configuration option.
-
Amber Brown authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Previously, setting this option would cause an exception at startup.
-
Neil Johnson authored
* Update _matrix/client/versions to reference support for r0.5.0
-
Erik Johnston authored
* Fix background updates to handle redactions/rejections In background updates based on current state delta stream we need to handle that we may not have all the events (or at least that `get_events` may raise an exception).
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
fixes #4951
-
Richard van der Hoff authored
-
Brendan Abolivier authored
-
Erik Johnston authored
Fix handling of failures when calling /event_auth.
-
Neil Johnson authored
* group together key validity refactors
-
Brendan Abolivier authored
-
Neil Johnson authored
Improve documentation of monthly active user blocking and mau_trial_days
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Do user_id != me checks before deciding whether we should pick heroes from the joined members or the parted ones
-
Erik Johnston authored
-
Richard van der Hoff authored
Implements [MSC2077](https://github.com/matrix-org/matrix-doc/pull/2077) and fixes #5247 and #4364.
-