Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-05-18 | Fixup changelog v1.59.1 | Brendan Abolivier | 1 | -2/+4 | |
2022-05-18 | 1.59.1 | Brendan Abolivier | 4 | -2/+16 | |
2022-05-18 | Discard null-containing strings before updating the user directory (#12762) | David Robertson | 6 | -11/+45 | |
2022-05-17 | version tweak in changelog v1.59.0 | David Robertson | 1 | -1/+1 | |
2022-05-17 | 1.59.0 | David Robertson | 4 | -4/+21 | |
2022-05-16 | Fix query performance for /sync (#12745) | Erik Johnston | 2 | -1/+2 | |
2022-05-16 | Move 1.59 warning to the top v1.59.0rc2 | David Robertson | 1 | -9/+9 | |
2022-05-16 | 1.59.0rc2 | David Robertson | 4 | -2/+16 | |
2022-05-16 | Fix bug /sync returning 404 (#12729) | Erik Johnston | 2 | -8/+12 | |
* Fix bug /sync returning 404 Fixes #12571 | |||||
2022-05-10 | other fixes v1.59.0rc1 | David Robertson | 1 | -2/+2 | |
2022-05-10 | backquote `m.room.server_acl` | David Robertson | 1 | -1/+1 | |
2022-05-10 | v1 -> 1 | David Robertson | 1 | -4/+4 | |
2022-05-10 | Fix deprecation notice | David Robertson | 1 | -1/+1 | |
2022-05-10 | I manually added O's change, remove newsfile | David Robertson | 1 | -1/+0 | |
2022-05-10 | Add Olivier's last-minute merge | David Robertson | 1 | -0/+1 | |
2022-05-10 | Group release script changes | David Robertson | 1 | -1/+1 | |
2022-05-10 | Fix changelog link | David Robertson | 1 | -1/+1 | |
2022-05-10 | Add the `update_user_directory_from_worker` configuration option ↵ | reivilibre | 9 | -34/+76 | |
(superseding `update_user_directory`) to allow a generic worker to be designated as the worker to update the user directory. (#12654) Co-authored-by: Shay <hillerys@element.io> | |||||
2022-05-10 | Changelog typo | David Robertson | 1 | -1/+1 | |
2022-05-10 | Adjust changelog | David Robertson | 1 | -25/+29 | |
2022-05-10 | 1.59.0rc1 | David Robertson | 65 | -66/+96 | |
2022-05-10 | Immediately retry any requests that have backed off when a server comes back ↵ | Erik Johnston | 6 | -6/+179 | |
online. (#12500) Otherwise it can take up to a minute for any in-flight `/send` requests to be retried. | |||||
2022-05-10 | Implement MSC3786: Add a default push rule to ignore m.room.server_acl ↵ | Šimon Brandner | 4 | -11/+56 | |
events (#12601) Fixes vector-im/element-web#20788 Implements matrix-org/matrix-spec-proposals#3786 | |||||
2022-05-09 | Update `replication.md` with info on TCP module structure (#12621) | Shay | 3 | -1/+7 | |
2022-05-09 | Update SQL statements in docs for Synapse Admins (#12536) | Dirk Klimpel | 2 | -70/+122 | |
2022-05-09 | Tweaks to workers-under-complement (#12637) | Richard van der Hoff | 3 | -5/+15 | |
* Bump the HS startup timeout * Log prefixes for more processes * Bump the overall timeout | |||||
2022-05-09 | Fix inconsistent spelling of 'M_UNRECOGNIZED'. (#12665) | Val Lorentz | 2 | -1/+2 | |
2022-05-09 | Implement cancellation support/protection for module callbacks (#12568) | Sean Quah | 6 | -27/+86 | |
There's no guarantee that module callbacks will handle cancellation appropriately. Protect module callbacks with read semantics from cancellation and avoid swallowing `CancelledError`s that arise. Other module callbacks, such as the `on_*` callbacks, are presumed to live on code paths that involve writes and aren't cancellation-friendly. These module callbacks have been left alone. Signed-off-by: Sean Quah <seanq@element.io> | |||||
2022-05-09 | Fix mypy against latest pillow stubs (#12671) | David Robertson | 3 | -6/+7 | |
2022-05-09 | Update changelog for #12587 to be more accurate (#12663) | Sean Quah | 2 | -1/+2 | |
#12587 has fallen on the wrong side of the release cutoff to the rest of the related PRs. Signed-off-by: Sean Quah <seanq@element.io> | |||||
2022-05-09 | Use `ParamSpec` in a few places (#12667) | David Robertson | 14 | -68/+148 | |
2022-05-09 | Don't error on unknown receipt types (#12670) | Erik Johnston | 2 | -12/+16 | |
Fixes #12669 | |||||
2022-05-09 | docs(contrib): Add link to documentation in dashboard (#12602) | Sheogorath | 2 | -1/+14 | |
2022-05-09 | Fix docs on how to run specific Complement tests after recent ↵ | Eric Eastwood | 2 | -2/+3 | |
`complement.sh` change (#12664) | |||||
2022-05-09 | Use `Concatenate` to annotate `do_execute` (#12666) | David Robertson | 3 | -6/+16 | |
2022-05-07 | Move `pympler` back into the `all` extras (#12652) | David Robertson | 5 | -6/+15 | |
* Move `pympler` back into the `all` extras Undoes a change I made in #12381. I can't fully remember my reasoning, but this changed the contents of the debian packages in a backwards incompatible way. We're not aware of anyone who's been bitten by this, but we still want to fix it. To the reviewer: please be convinced that the debian packages will still contain pympler after this change. * Debian changelog entry to keep the linter happy | |||||
2022-05-07 | Convert stringy power levels to integers on room upgrade (#12657) | David Robertson | 5 | -24/+137 | |
2022-05-06 | Prevent memory leak from reoccurring when presence is disabled. (#12656) | Erik Johnston | 3 | -28/+54 | |
2022-05-06 | Update mypy to 0.950 and fix complaints (#12650) | David Robertson | 10 | -57/+98 | |
2022-05-06 | Add the `notify_appservices_from_worker` configuration option (superseding ↵ | reivilibre | 9 | -21/+447 | |
`notify_appservices`) to allow a generic worker to be designated as the worker to send traffic to Application Services. (#12452) | |||||
2022-05-05 | Support MSC3266 room summaries over federation (#11507) | DeepBlueV7.X | 4 | -5/+78 | |
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de> | |||||
2022-05-05 | Update v1.58.1 changelog entry with more familiar language v1.58.1 | Andrew Morgan | 1 | -2/+2 | |
2022-05-05 | link to relevant bug report in v1.58.1 changelog | Andrew Morgan | 1 | -1/+2 | |
2022-05-05 | Minor wording change to v1.58.1 release notes | Andrew Morgan | 1 | -1/+1 | |
2022-05-05 | 1.58.1 | Andrew Morgan | 3 | -3/+15 | |
2022-05-05 | Include extra dependency groups 'systemd' and 'cache_memory' in debian ↵ | Andrew Morgan | 2 | -1/+13 | |
packages (#12640) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2022-05-05 | Update `_on_new_receipts()` to work with MSC2285 changes. (#12636) | Šimon Brandner | 2 | -5/+4 | |
2022-05-05 | Improve comments and error messages around access tokens. (#12577) | reivilibre | 2 | -8/+12 | |
2022-05-05 | Use `docker/metadata-action` to generate docker image tags (#12573) | Henry | 2 | -19/+12 | |
Update the "Build docker images" GitHub Actions workflow to use `docker/metadata-action` to generate docker image tags, instead of a custom shell script. Signed-off-by: Henry <97804910+henryclw@users.noreply.github.com> | |||||
2022-05-05 | Use `private` instead of `hidden` in MSC2285 related code. (#12635) | Šimon Brandner | 7 | -25/+26 | |
2022-05-05 | Edits/annotations should not have any bundled aggregations calculated. (#12633) | Patrick Cloke | 3 | -20/+50 | |
Fixes a regression from 8b309adb436c162510ed1402f33b8741d71fc058 (#11660) and b65acead428653b988351ae8d7b22127a22039cd (#11752) where events which themselves were an edit or an annotation could have bundled aggregations calculated, which is not allowed. | |||||
2022-05-05 | Remove unused receipt datastore methods. (#12632) | Patrick Cloke | 2 | -54/+1 | |
The last usage was removed in 5a1dd297c3ce105a7f516d9d9fe87b94b9d356c8 (#8059). | |||||
2022-05-05 | Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639) | Will Hunt | 4 | -4/+5 | |
2022-05-05 | Reduce log spam when running multiple event persisters (#12610) | Erik Johnston | 3 | -2/+17 | |
2022-05-04 | Add `mau_appservice_trial_days` config (#12619) | Will Hunt | 6 | -2/+110 | |
* Add mau_appservice_trial_days * Add a test * Tweaks * changelog * Ensure we sync after the delay * Fix types * Add config statement * Fix test * Reinstate logging that got removed * Fix feature name | |||||
2022-05-04 | Use `getClientAddress` instead of `getClientIP`. (#12599) | Patrick Cloke | 16 | -46/+62 | |
getClientIP was deprecated in Twisted 18.4.0, which also added getClientAddress. The Synapse minimum version for Twisted is currently 18.9.0, so all supported versions have the new API. | |||||
2022-05-04 | Implement changes to MSC2285 (hidden read receipts) (#12168) | Šimon Brandner | 12 | -186/+647 | |
* Changes hidden read receipts to be a separate receipt type (instead of a field on `m.read`). * Updates the `/receipts` endpoint to accept `m.fully_read`. | |||||
2022-05-04 | Disable device name lookup over federation by default (#12616) | Andrew Morgan | 5 | -12/+24 | |
2022-05-04 | Remove unstable/unspecced login types. (#12597) | Patrick Cloke | 6 | -20/+14 | |
* `m.login.jwt`, which was never specced and has been deprecated since Synapse 1.16.0. (`org.matrix.login.jwt` can be used instead.) * `uk.half-shot.msc2778.login.application_service`, which was stabilized as part of the Matrix spec v1.2 release. | |||||
2022-05-04 | Improve logging for cancelled requests (#12587) | Sean Quah | 3 | -1/+32 | |
Don't log stack traces for cancelled requests and use a custom HTTP status code of 499. Signed-off-by: Sean Quah <seanq@element.io> | |||||
2022-05-04 | Include bundled aggregations for the latest event in a thread. (#12273) | Patrick Cloke | 5 | -51/+198 | |
The `latest_event` field of the bundled aggregations for `m.thread` relations did not include bundled aggregations itself. This resulted in clients needing to immediately request the event from the server (and thus making it useless that the latest event itself was serialized instead of just including an event ID). | |||||
2022-05-04 | remove constantly lib use and switch to enums. (#12624) | andrew do | 11 | -38/+36 | |
2022-05-04 | Fixes to the formatting of README.rst (#12627) | Richard van der Hoff | 2 | -7/+8 | |
Fixes a couple of formatting errors which were introduced in #12475. | |||||
2022-05-03 | Add a consistency check on events read from the database (#12620) | Richard van der Hoff | 3 | -22/+50 | |
I've seen a few errors which can only plausibly be explained by the calculated event id for an event being different from the ID of the event in the database. It should be cheap to check this, so let's do so and raise an exception. | |||||
2022-05-03 | Bump Synapse minimum Python version to 3.7.1 (#12613) | David Robertson | 3 | -3/+4 | |
2022-05-03 | Remove unstable identifiers for MSC3069. (#12596) | Patrick Cloke | 3 | -8/+1 | |
2022-05-03 | Add extra debug logging to federation sender (#12614) | Richard van der Hoff | 2 | -2/+19 | |
... in order to debug some problems we've been having with certain events not being sent when expected. | |||||
2022-05-03 | Add missing space before 'docker' link in release announcement script (#12612) | Andrew Morgan | 2 | -1/+2 | |
2022-05-03 | fix imports | Richard van der Hoff | 1 | -1/+2 | |
broken in 5938928 :-S | |||||
2022-05-03 | minor wording fix in docstring | Richard van der Hoff | 1 | -3/+2 | |
2022-05-03 | Exclude OOB memberships from the federation sender (#12570) | Richard van der Hoff | 3 | -4/+51 | |
As the comment says, there is no need to process such events, and indeed we need to avoid doing so. Fixes #12509. | |||||
2022-05-03 | Add sanity checks to the release script (#12556) | David Robertson | 2 | -26/+38 | |
Check we're on the right branch before tagging, and on the right tag before uploading * Abort if we're on the wrong branch * Check we have the right tag checked out * Clarify that `publish` only releases to GitHub | |||||
2022-05-03 | Fix race when persisting an event and deleting a room (#12594) | Erik Johnston | 3 | -2/+22 | |
This works by taking a row level lock on the `rooms` table at the start of both transactions, ensuring that they don't run at the same time. In the event persistence transaction we also check that there is an entry still in the `rooms` table. I can't figure out how to do this in SQLite. I was just going to lock the table, but it seems that we don't support that in SQLite either, so I'm *really* confused as to how we maintain integrity in SQLite when using `lock_table`.... | |||||
2022-05-03 | Prune mypy ignore_missing_imports list (#12608) | David Robertson | 2 | -51/+3 | |
2022-05-03 | Move groups/communities deprecation notice to 1.58.0 heading v1.58.0 | Andrew Morgan | 1 | -2/+2 | |
2022-05-03 | 1.58.0 | Andrew Morgan | 3 | -1/+13 | |
2022-04-29 | Remove special-case for `twisted` logger (#12589) | Richard van der Hoff | 3 | -14/+1 | |
This was originally added when we first added a `MemoryHandler` to the default log config back in https://github.com/matrix-org/synapse/pull/8040, to ensure that we didn't explode with an infinite loop if there was an error formatting the logs. Since then, we made additional improvements to logging which make this workaround redundant. In particular: * we no longer attempt to log un-UTF8-decodable byte sequences, which were the most likely cause of an error in the first place. * https://github.com/matrix-org/synapse/pull/8268 ensures that in the unlikely case that there *is* an error, it won't cause an infinite loop. | |||||
2022-04-29 | Allow unused ignores in "bleeding edge" CI (#12576) | David Robertson | 3 | -0/+6 | |
* Allow unused ignores in "bleeding edge" CI Where "bleeding edge" means the Twisted Trunk and Latest Deps jobs. Follow up from #12531. Resolves #12574. * Use `--extras all` in latest deps mypy CI Twisted trunk job already does this. Missed in #12531. * changelog | |||||