- Sep 25, 2023
-
-
reivilibre authored
Co-authored-by:
Eric Eastwood <erice@element.io>
-
- Sep 19, 2023
-
-
Patrick Cloke authored
-
Jan Christian Grünhage authored
-
- Sep 18, 2023
-
-
Hanadi authored
Co-authored-by:
Hanadi Tamimi <hanadi.tamimi@sdui.de>
-
- Sep 15, 2023
-
-
Mathieu Velten authored
Also add restore of purge/shutdown rooms after a synapse restart. Co-authored-by:
Eric Eastwood <erice@matrix.org> Co-authored-by:
Erik Johnston <erikj@matrix.org>
-
- Sep 14, 2023
-
-
6543 authored
-
- Sep 08, 2023
-
-
Patrick Cloke authored
-
- Sep 07, 2023
-
-
Erik Johnston authored
-
- Sep 06, 2023
-
-
Aurélien Grimpard authored
Similar to OIDC, CAS providers can now disable registration such that only existing users are able to login via SSO.
-
reivilibre authored
Add the ability to use `G` (GiB) and `T` (TiB) suffixes in configuration options that refer to numbers of bytes. (#16219) * Add more suffixes to `parse_size` * Newsfile Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org> --------- Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-
- Sep 05, 2023
-
-
Erik Johnston authored
-
- Sep 04, 2023
-
-
Mathieu Velten authored
-
- Aug 25, 2023
-
-
Will Hunt authored
-
- Aug 24, 2023
-
-
Shay authored
-
Aurélien Grimpard authored
-
Amirreza Aflakparast authored
-
- Aug 21, 2023
-
-
Maximilian Bosch authored
-
- Aug 18, 2023
-
-
Alexander Fechler authored
-
- Aug 16, 2023
-
-
axel simon authored
-
- Aug 11, 2023
-
-
Gabriel Rodríguez authored
-
- Aug 10, 2023
-
-
Mathieu Velten authored
-
- Aug 07, 2023
-
-
David Robertson authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Aug 03, 2023
-
-
Shay authored
Move support for application service query parameter authorization behind a configuration option (#16017)
-
Mathieu Velten authored
Adds three new configuration variables: * destination_min_retry_interval is identical to before (10mn). * destination_retry_multiplier is now 2 instead of 5, the maximum value will be reached slower. * destination_max_retry_interval is one day instead of (essentially) infinity. Capping this will cause destinations to continue to be retried sometimes instead of being lost forever. The previous value was 2 ^ 62 milliseconds.
-
- Jul 31, 2023
-
-
Nils authored
Signed-off-by:
Nils ANDRÉ-CHANG <nils@nilsand.re>
-
- Jul 24, 2023
-
-
SnipeX_ authored
-
- Jul 18, 2023
-
-
Eric Eastwood authored
Allow configuring the set of workers to proxy outbound federation traffic through (`outbound_federation_restricted_to`). This is useful when you have a worker setup with `federation_sender` instances responsible for sending outbound federation requests and want to make sure *all* outbound federation traffic goes through those instances. Before this change, the generic workers would still contact federation themselves for things like profile lookups, backfill, etc. This PR allows you to set more strict access controls/firewall for all workers and only allow the `federation_sender`'s to contact the outside world.
-
- Jul 14, 2023
-
-
Will Hunt authored
-
- Jul 13, 2023
-
-
Patrick Cloke authored
This is unspecced, but has existed for a very long time.
-
- Jul 11, 2023
-
-
Eric Eastwood authored
Previously, if you just followed the instructions per the docs, you just ran into an error: ```sh $ poetry run synapse_worker --config-path homeserver_generic_worker1.yaml Missing mandatory `server_name` config option. ```
-
Eric Eastwood authored
https://github.com/matrix-org/synapse/pull/15708 didn't quite make the cut for `1.88.0` this morning.
-
Jason Little authored
Unix socket support for `federation` and `client` Listeners has existed now for a little while(since [1.81.0](https://github.com/matrix-org/synapse/pull/15353) ), but there was one last hold out before it could be complete: HTTP Replication communication. This should finish it up. The Listeners would have always worked, but would have had no way to be talked to/at. --------- Co-authored-by:
Eric Eastwood <madlittlemods@gmail.com> Co-authored-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org> Co-authored-by:
Eric Eastwood <erice@element.io>
-
- Jul 10, 2023
-
-
Shay authored
-
Eric Eastwood authored
Revert "Federation outbound proxy (#15773)" This reverts commit b07b14b4.
-
- Jul 07, 2023
-
-
Dirk Klimpel authored
Co-authored-by:
Mathieu Velten <mathieuv@matrix.org>
-
Jason Little authored
Co-authored-by:
reivilibre <oliverw@matrix.org>
-
- Jul 05, 2023
-
-
Eric Eastwood authored
Allow configuring the set of workers to proxy outbound federation traffic through (`outbound_federation_restricted_to`). This is useful when you have a worker setup with `federation_sender` instances responsible for sending outbound federation requests and want to make sure *all* outbound federation traffic goes through those instances. Before this change, the generic workers would still contact federation themselves for things like profile lookups, backfill, etc. This PR allows you to set more strict access controls/firewall for all workers and only allow the `federation_sender`'s to contact the outside world. The original code is from @erikjohnston's branches which I've gotten in-shape to merge.
-
Sumner Evans authored
Signed-off-by:
Sumner Evans <sumner@beeper.com>
-
- Jul 04, 2023
-
-
Michael Weimann authored
Signed-off-by:
Michael Weimann <michaelw@element.io>
-