- Dec 03, 2024
-
-
Quentin Gliech authored
-
Olivier 'reivilibre authored
-
Devon Hudson authored
Co-authored-by:
Eric Eastwood <erice@element.io>
-
Erik Johnston authored
-
Eric Eastwood authored
-
Erik Johnston authored
This is to work around https://github.com/softprops/action-gh-release/issues/445 --------- Co-authored-by:
Quentin Gliech <quenting@element.io>
-
- Nov 26, 2024
-
-
Quentin Gliech authored
-
Richard van der Hoff authored
In a worker-mode deployment, the `E2eKeysHandler` is not necessarily loaded, which means the handler for the `delete_old_otks` task will not be registered. Make sure we load the handler. Introduced in https://github.com/element-hq/synapse/pull/17934
-
- Nov 20, 2024
-
-
Olivier 'reivilibre authored
-
Olivier 'reivilibre authored
-
Olivier 'reivilibre authored
-
Travis Ralston authored
Co-authored-by:
Olivier 'reivilibre <oliverw@matrix.org>
-
Renaud Allard authored
-
- Nov 19, 2024
-
-
Erik Johnston authored
This was due to a missing index, which meant that deleting previous connections associated with the device and `conn_id` took a long time.
-
Richard van der Hoff authored
To work around the fact that, pre-https://github.com/element-hq/synapse/pull/17903, our database may have old one-time-keys that the clients have long thrown away the private keys for, we want to delete OTKs that look like they came from libolm. To spread the load a bit, without holding up other background database updates, we use a scheduled task to do the work.
-
- Nov 18, 2024
-
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
- Nov 14, 2024
-
-
Devon Hudson authored
### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [X] Pull request is based on the develop branch * [X] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [X] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
-
- Nov 13, 2024
-
-
Erik Johnston authored
-
Poruri Sai Rahul authored
-
Erik Johnston authored
-
Erik Johnston authored
MacOS 12 is end-of-life and GitHub is deprecating support for it (including doing brown outs). Let's bump to MacOS 13.
-
- Nov 12, 2024
-
-
Erik Johnston authored
We were pinned to an old version that had deprecation warnings. In new versions of the action leaving off properties (i.e. `draft` and `prerelease`) tells the action to not modify those properties of the release.
-
Benjamin Bouvier authored
-
- Nov 11, 2024
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Broke in #17905 due to upgrading the `upload-artifact` action, as we didn't rename debs. I think we also need to change how we download the artefacts and attach them to a release, as they'll download to a different place. Docs: - https://github.com/actions/upload-artifact/tree/v4/ - https://github.com/actions/download-artifact/tree/v4/
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
As we're now using it in the sync APIs to get state changes within a room
-
reivilibre authored
Signed-off-by:
Olivier 'reivilibre <oliverw@matrix.org>
-
- Nov 08, 2024
-
-
Devon Hudson authored
-
Devon Hudson authored
-