- Sep 06, 2022
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Patrick Cloke authored
Removes the ability to configure legacy direct TCP replication. Workers now require Redis to run.
- Sep 05, 2022
-
-
Erik Johnston authored
* Reduce number of CI jobs run on PRs * Newsfile * Also limit sytest jobs * Fix typo * Fix up * Fixup
-
reivilibre authored
Extend the release script to wait for GitHub Actions to finish and to be usable as a guide for the whole process. (#13483)
-
David Robertson authored
-
Brendan Abolivier authored
-
- Sep 03, 2022
-
-
Matthew Hodgson authored
-
- Sep 02, 2022
-
-
Eric Eastwood authored
Summarized from @richvdh's reply at https://github.com/matrix-org/synapse/pull/13589#discussion_r961116999
-
Eric Eastwood authored
It was really easy to miss the `enable_metrics: True` step with the previous language.
-
Erik Johnston authored
-
Erik Johnston authored
-
- Sep 01, 2022
-
-
Dirk Klimpel authored
-
Patrick Cloke authored
Otherwise they'll be leaked due to the filtering code only respecting the stable identifiers for private read receipts.
-
Patrick Cloke authored
This avoids doing work that will never be used (since the resulting unread counts will never be sent in a /sync response). The negative of doing this is that unread counts will be incorrect when the feature is initially enabled.
-
reivilibre authored
* Add missing graph to contrib * Update with minor but plausible changes, including positioning changes * Newsfile Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org> Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-
Erik Johnston authored
Fixes #13613.
-
Will Hunt authored
* Add monthly active users documentation * changelog * Tidy up notes * more tidyup * Rewrite #1 * link back to mau docs * fix links * s/appservice|AS/application service * further review * a newline * Remove bit about shadow banned users. I think talking about them is confusing, and the current text doesn't imply they get any special treatment. * Update docs/usage/administration/monthly_active_users.md Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com> * Update docs/usage/administration/monthly_active_users.md Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by:
Brendan Abolivier <babolivier@matrix.org> Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Šimon Brandner authored
Signed-off-by:
Šimon Brandner <simon.bra.ag@gmail.com>
-
- Aug 31, 2022
-
-
Sean Quah authored
-
Jacek Kuśnierz authored
Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without an `id_access_token` (#13241) Fixes #13206 Signed-off-by:
Jacek Kusnierz <jacek.kusnierz@tum.de>
-
Sean Quah authored
-
Sean Quah authored
-
Sean Quah authored
Borrows some text from https://github.com/matrix-org/synapse/pull/13647 for the changelog.
-
Nick Mills-Barrett authored
The method doesn't actually do any data fetching and the method that does, `_get_joined_profile_from_event_id`, has its own cache. Signed off by Nick @ Beeper (@Fizzadar).
-
reivilibre authored
Generalise the `@cancellable` annotation so it can be used on functions other than just servlet methods. (#13662)
-
Sean Quah authored
-
David Robertson authored
-
Sean Quah authored
-
Sean Quah authored
-
Sean Quah authored
-
Jörg Behrmann authored
The --force flag of dpkg-statoverride has been deprecated (apparently starting with the dpkg version in Debian buster). It offers --force-all as q quick fix, but the usage in the Debian postinst script is probably covered by --force-statoverride-add. Fixes: #8391 Signed-off-by:
Jörg Behrmann <behrmann@physik.fu-berlin.de>
-
Patrick Cloke authored
-
- Aug 30, 2022
-
-
Eric Eastwood authored
Discovered while working on https://github.com/matrix-org/synapse/pull/13589 and I had all the messages at the same timestamp in the tests. Part of https://github.com/matrix-org/matrix-spec-proposals/pull/3030 Complement tests: https://github.com/matrix-org/complement/pull/457
-