Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-15 | Fix typechecks against twisted trunk (#13061) | David Robertson | 3 | -4/+6 | |
2022-06-14 | Fix incorrect link in changelog. | Patrick Cloke | 1 | -1/+1 | |
2022-06-14 | Refactor entry points so that they all have a `main` function. (#13052) | reivilibre | 11 | -10/+61 | |
2022-06-14 | Fix `destination_is` errors seen in sentry. (#13041) | David Robertson | 7 | -8/+59 | |
* Rename test_fedclient to match its source file * Require at least one destination to be truthy * Explicitly validate user ID in profile endpoint GETs Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> | |||||
2022-06-14 | Up complement time outs (#13048) | Erik Johnston | 2 | -3/+4 | |
2022-06-14 | Fix version number in spam checker callbacks doc (#13047) | Brendan Abolivier | 2 | -6/+7 | |
2022-06-14 | Remove code generating comments in configuration file (#12941) | Shay | 41 | -5711/+66 | |
2022-06-14 | Rename delta to apply in the proper schema version. (#13050) | Patrick Cloke | 2 | -0/+1 | |
2022-06-14 | Move the "email unsubscribe" resource, refactor the macaroon generator & ↵ | Quentin Gliech | 16 | -441/+619 | |
simplify the access token verification logic. (#12986) This simplifies the access token verification logic by removing the `rights` parameter which was only ever used for the unsubscribe link in email notifications. The latter has been moved under the `/_synapse` namespace, since it is not a standard API. This also makes the email verification link more secure, by embedding the app_id and pushkey in the macaroon and verifying it. This prevents the user from tampering the query parameters of that unsubscribe link. Macaroon generation is refactored: - Centralised all macaroon generation and verification logic to the `MacaroonGenerator` - Moved to `synapse.utils` - Changed the constructor to require only a `Clock`, hostname, and a secret key (instead of a full `Homeserver`). - Added tests for all methods. | |||||
2022-06-14 | Fix Complement runs always being Postgres (#13034) | reivilibre | 2 | -1/+2 | |
* Fix Complement runs always being Postgres * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | |||||
2022-06-14 | Fixup upgrades v1.61.0 | Erik Johnston | 1 | -3/+3 | |
2022-06-14 | Update changelog | Erik Johnston | 1 | -3/+6 | |
2022-06-14 | 1.61.0 | Erik Johnston | 4 | -2/+16 | |
2022-06-14 | Mention removed community/group worker endpoints in upgrade.md (#13023) | Sami Olmari | 2 | -0/+19 | |
2022-06-14 | Mention removed community/group worker endpoints in upgrade.md (#13023) | Sami Olmari | 2 | -0/+17 | |
2022-06-14 | Decouple `synapse.api.auth_blocking.AuthBlocking` from ↵ | Quentin Gliech | 14 | -50/+63 | |
`synapse.api.auth.Auth`. (#13021) | |||||
2022-06-13 |