Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-01 | Make it clearer that #synapse:matrix.org is our support channel (#7379) | Brendan Abolivier | 4 | -3/+19 | |
This PR moves the "support is in #synapse:matrix.org" in the bug report template outside of the comment as some people seem to ignore what's in the comments, and phrase it a bit more like the support request template. It also adds a default issue template that says the same thing. It's also adding a notice about the security disclosure to both the default template and the bug report one. It also adds a badge to the top of the README with an alt text saying about the same message if the badge doesn't load (e.g. if matrix.org is slow). Fixes #6826 | |||||
2020-04-23 | 1.12.4 v1.12.4 github/release-v1.12.4 release-v1.12.4 | Patrick Cloke | 3 | -1/+13 | |
2020-04-23 | Revert "Merge pull request #7315 from matrix-org/babolivier/request_token" | Brendan Abolivier | 7 | -121/+3 | |
This reverts commit 6f4319368b3afab661c55367b9348f9b77bc04a5, reversing changes made to 0d775fcc2d0c7b6a07dad5430256d4d6c75a9f0d. | |||||
2020-04-22 | Config option to inhibit 3PID errors on /requestToken | Brendan Abolivier | 7 | -3/+121 | |
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> | |||||
2020-04-22 | formatting for the changelog v1.12.4rc1 | Richard van der Hoff | 1 | -1/+1 | |
2020-04-22 | 1.12.4rc1 | Richard van der Hoff | 6 | -5/+18 | |
2020-04-22 | 1.12.4rc1 | Richard van der Hoff | 1 | -1/+1 | |
2020-04-22 | Do not treat display names as globs for push rules. (#7271) | Patrick Cloke | 4 | -30/+106 | |
2020-04-22 | Query missing cross-signing keys on local sig upload (#7289) | Andrew Morgan | 3 | -18/+180 | |
2020-04-21 | Fix changelog file | Richard van der Hoff | 2 | -1/+1 | |
I updated the PR and forgot to update the changelog. | |||||
2020-04-21 | Support GET account_data requests on a worker (#7311) | Richard van der Hoff | 4 | -0/+17 | |
2020-04-20 | Revert "Query missing cross-signing keys on local sig upload" | Richard van der Hoff | 3 | -141/+12 | |
This was incorrectly merged to the release branch before it was ready. This reverts commit 72fe2affb6ac86d433b80b6452da57052365aa26. | |||||
2020-04-20 | Always send the user updates to their own device list (#7160) | David Baker | 3 | -3/+19 | |
2020-04-17 | Query missing cross-signing keys on local sig upload | Andrew Morgan | 3 | -12/+141 | |
Add changelog Save retrieved keys to the db lint Fix and de-brittle remote result dict processing Use query_user_devices instead, assume only master, self_signing key types Make changelog more useful Remove very specific exception handling Wrap get_verify_key_from_cross_signing_key in a try/except Note that _get_e2e_cross_signing_verify_key can raise a SynapseError lint Add comment explaining why this is useful Only fetch master and self_signing key types Fix log statements, docstrings Remove extraneous items from remote query try/except lint Factor key retrieval out into a separate function Send device updates, modeled after SigningKeyEduUpdater._handle_signing_key_updates Update method docstring | |||||
2020-04-17 | Improve example TURN configuration in documentation (#7284) | nataraj-hates-MS-for-stealing-github | 1 | -1/+1 | |
2020-04-15 | Add some warnings and notes about slow upgrade (#7275) | Richard van der Hoff | 2 | -2/+74 | |
Fixes #7144. | |||||
2020-04-14 | Only register devices edu handler on the master process (#7255) | Andrew Morgan | 2 | -7/+12 | |
2020-04-03 | Revert "Merge pull request #7153 from ↵ | Richard van der Hoff | 4 | -28/+1 | |
matrix-org/babolivier/sso_whitelist_login_fallback" This was incorrectly merged to master. This reverts commit 319c41f573eb14a966367b60b2e6e93bf6b028d9, reversing changes made to 229eb81498b0fe1da81e9b5b333a0285acde9446. | |||||
2020-04-03 | Revert "Improve the UX of the login fallback when using SSO (#7152)" | Richard van der Hoff | 3 | -32/+22 | |
This was incorrectly merged to `master` instead of develop. This reverts commit 90246344e340bce3417fb330da6be9338a701c5c. | |||||
2020-04-03 | tweak changelog v1.12.3 github/release-v1.12.3 release-v1.12.3 | Richard van der Hoff | 1 | -5/+2 | |
2020-04-03 | 1.12.3 | Richard van der Hoff | 4 | -4/+16 | |
2020-04-03 | Fix the debian build in a better way. (#7212) | Richard van der Hoff | 4 | -9/+36 | |
2020-04-02 | Fix changelog wording v1.12.2 github/release-v1.12.2 release-v1.12.2 | Andrew Morgan | 1 | -1/+1 | |
2020-04-02 | 1.12.2 | Andrew Morgan | 3 | -1/+17 | |
2020-04-02 | Pin Pillow>=4.3.0,<7.1.0 to fix dep issue | Andrew Morgan | 1 | -1/+3 | |
2020-04-02 | 1.12.1 | Andrew Morgan | 3 | -1/+13 | |
2020-04-02 | 1.12.1 v1.12.1 github/release-v1.12.1 release-v1.12.1 | Andrew Morgan | 3 | -1/+13 | |
2020-03-31 | Note where bugs were introduced |