summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-10DocBrendan Abolivier1-0/+5
2019-06-09Liberapay is now officially recognised, update FUNDING.yml (#5386)Andrew Morgan2-1/+3
2019-06-07Add a sponsor button (#5382)Andrew Morgan2-0/+4
Add a sponsor button with links to matrixdotorg's patreon and liberapay accounts.
2019-06-071.0.0rc1 v1.0.0rc1Neil Johnson81-83/+84
2019-06-07Automatically retry builds when a buildkite agent is lost (#5380)Andrew Morgan2-0/+67
Sometimes the build agents get lost or die (error codes -1 and 2). Retry automatically a maximum of 2 times if this happens. Error code reference: * -1: Agent was lost * 0: Build successful * 1: There was an error in your code * 2: The build stopped abruptly * 255: The build was cancelled
2019-06-06Prevent multiple device list updates from breaking a batch send (#5156)Andrew Morgan4-31/+196
fixes #5153
2019-06-06Set default room version to v4. (#5379)Neil Johnson5-3/+11
Set default room version to v4.
2019-06-06remove bloatNeil Johnson1-10/+1
2019-06-07fix maybeAmber H. Brown1-20/+2
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-06Neilj/1.0 upgrade notes (#5371)Neil Johnson4-8/+79
1.0 upgrade/install notes
2019-06-07just user dir?Amber H. Brown1-1/+19
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-07remove background updates that arent neededAmber H. Brown1-33/+1
2019-06-06Fix missing logcontext for PresenceHandler.on_shutdown. (#5369)Richard van der Hoff2-1/+8
Fixes some warnings, and a sc