summary refs log tree commit diff
path: root/docs/sphinx/index.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-06Add ability to perform password reset via email without trusting the ↵Andrew Morgan20-71/+922
identity server (#5377) 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
2019-06-06Stop hardcoding trust of old matrix.org key (#5374)Richard van der Hoff6-95/+293
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.
2019-06-06use DEFAULT_ROOM_VERSIONNeil Johnson1-1/+2
2019-06-06Neilj/1.0 upgrade notes (#5371)Neil Johnson4-8/+79
1.0 upgrade/install notes
2019-06-06Set default room version to v4.Neil Johnson4-2/+9
2019-06-06Regen sample config before kicking off agents (#5370)Andrew Morgan2-2/+3
* Regen sample config before kicking off agents * Add changelog
2019-06-06Fix missing logcontext for PresenceHandler.on_shutdown. (#5369)Richard van der Hoff2-1/+8
Fixes some warnings, and a scary-looking stacktrace when sytest kills the process.
2019-06-06Better wordsErik Johnston1-1/+1
2019-06-06Add credit in the changelogBrendan Abolivier2-1/+1
2019-06-06Simplify conditionBrendan Abolivier1-2/+2
2019-06-05Fix `federation_custom_ca_list` configuration option.Richard van der Hoff2-1/+2
Previously, setting this option would cause an exception at startup.
2019-06-05Neilj/add r0.5 to versions (#5360)Neil Johnson2-0/+2
* Update _matrix/client/versions to reference support for r0.5.0
2019-06-06Fix background updates to handle redactions/rejections (#5352)Erik Johnston5-12/+117
* 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).
2019-06-05add a script to generate new signing_key filesRichard van der Hoff2-0/+38
2019-06-05Update sample configRichard van der Hoff1-4/+4
2019-06-05Fix notes about well-known and acme (#5357)Richard van der Hoff2-6/+6
fixes #4951
2019-06-05