- Sep 15, 2022
-
-
Eric Eastwood authored
`matrix_synapse.egg-info/` Mentioned at https://matrix.to/#/!vcyiEtMVHIhWXcJAfl:sw1v.org/$aKy_IjrKwb70aTVZWeW_6zt0k7OIZ1YkyZpkP9uiRaM?via=matrix.org&via=element.io&via=beeper.com and many other places.
-
Eric Eastwood authored
Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pull request ID from header) (#13801) Fix https://github.com/matrix-org/synapse/issues/13685 New config: ```diff listeners: - port: 8008 tls: false type: http x_forwarded: true + request_id_header: "cf-ray" bind_addresses: ['::1', '127.0.0.1', '0.0.0.0'] ```
-
- Sep 13, 2022
-
-
Richard van der Hoff authored
-
- Sep 12, 2022
-
-
Brendan Abolivier authored
-
- Sep 08, 2022
-
-
Dirk Klimpel authored
Co-authored-by:
reivilibre <olivier@librepush.net>
-
David Robertson authored
* Notify that SQLite min version will be bumped * Mention in upgrade notes Co-authored-by:
reivilibre <oliverw@matrix.org>
-
- Sep 07, 2022
-
-
David Robertson authored
-
David Robertson authored
-
Connor Davis authored
This adds two new admin APIs that allow us to fetch messages from a room within a particular time.
-
- 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 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
-
- Sep 01, 2022
-
-
Dirk Klimpel authored
-
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>
-
- Aug 31, 2022
-
-
Sean Quah authored
Borrows some text from https://github.com/matrix-org/synapse/pull/13647 for the changelog.
-
Sean Quah authored
-
- Aug 30, 2022
-
-
Richard van der Hoff authored
This has been the same as a generic_worker since #6964, so let's get rid of it. Fixes #3717
-
Patrick Cloke authored
It can be authenticated with the worker_replication_secret setting, but is always unencrypted.
-
- Aug 26, 2022
-
-
Richard van der Hoff authored
Update a bunch of the documentation for user registration, add some cross links, etc.
-
Richard van der Hoff authored
If things like the signing key file are missing, let's just try to generate them on startup. Again, this is useful for k8s-like deployments where we just want to generate keys on the first run.
-
- Aug 25, 2022
-
-
Richard van der Hoff authored
A new `registration_shared_secret_path` option. This is kinda handy for k8s deployments and things.
-
- Aug 23, 2022
-
-
David Robertson authored
Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com>
-
nilsKr3 authored
Linking the help article may prevent confusion regarding the creation of the necessary rule using auth0.
-
David Robertson authored
-
David Robertson authored
Cross-ref #13525
-
- Aug 19, 2022
-
-
Andrew Morgan authored
Implement MSC3852: Expose `last_seen_user_agent` to users for their own devices; also expose to Admin API (#13549)
-
- Aug 18, 2022
-
-
Ayush Anand authored
Closes #13415. Signed-off-by:
Ayush Anand <iamayushanand@gmail.com>
-
- Aug 17, 2022
-
-
David Robertson authored
-
Antonin Loubiere authored
-
Dirk Klimpel authored
-
- Aug 16, 2022
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Aug 15, 2022
-
-
Shay authored
-
- Aug 11, 2022
-
-
James Barton authored
Signed-off-by:
James Barton <james@neodon.com>
-
Andrew Morgan authored
Add note to `redaction_retention_period` documentation mentioning that event purging runs at most every 5m (#13492)
-
- Aug 09, 2022
-
-
Dirk Klimpel authored
-
- Aug 05, 2022
-
-
Julian-Samuel Gebühr authored
-
- Aug 04, 2022
-
-
Dirk Klimpel authored
-