- Aug 09, 2021
-
-
Drew Short authored
Signed-off-by:
Drew Short <warrick@sothr.com>
-
- Aug 06, 2021
-
-
Richard van der Hoff authored
This is mostly useful in case the server offers TLS, but doesn't present a valid certificate.
-
- Aug 05, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
Dirk Klimpel authored
-
- Aug 03, 2021
-
-
Kento Okamoto authored
Per issue #9812 using `url_preview_ip_range_blacklist` with a proxy via `HTTPS_PROXY` or `HTTP_PROXY` environment variables has some inconsistent bahavior than mentioned. This PR changes the following: - Changes the Sample Config file to include a note mentioning that `url_preview_ip_range_blacklist` and `ip_range_blacklist` is ignored when using a proxy - Changes some logic in synapse/config/repository.py to send a warning when both `*ip_range_blacklist` configs and a proxy environment variable are set and but no longer throws an error. Signed-off-by:
Kento Okamoto <kentokamoto@protonmail.com>
-
Richard van der Hoff authored
-
reivilibre authored
-
Eric Eastwood authored
Add developer documentation to explain room DAG concepts like `outliers` and `state_groups` (#10464)
-
- Aug 02, 2021
-
-
Toni Spets authored
Setting the value will help PostgreSQL free up memory by recycling the connections in the connection pool. Signed-off-by:
Toni Spets <toni.spets@iki.fi>
-
- Jul 27, 2021
-
-
reivilibre authored
Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
- Jul 22, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
Eric Eastwood authored
-
- Jul 21, 2021
-
-
Patrick Cloke authored
-
- Jul 20, 2021
-
-
Brendan Abolivier authored
Port the third-party event rules interface to the generic module interface introduced in v1.37.0
-
- Jul 16, 2021
-
-
Brendan Abolivier authored
This adds an API for third-party plugin modules to implement account validity, so they can provide this feature instead of Synapse. The module implementing the current behaviour for this feature can be found at https://github.com/matrix-org/synapse-email-account-validity. To allow for a smooth transition between the current feature and the new module, hooks have been added to the existing account validity endpoints to allow their behaviours to be overridden by a module.
-
- Jul 15, 2021
-
-
Brendan Abolivier authored
-
Luke Walsh authored
-
Andrew Morgan authored
Our documentation has a history of using a document's name as a way to link to it, such as "See [workers.md]() for details". This makes sense when you're traversing a directory of files, but less sense when the files are abstracted away - as they are on the documentation website. This PR changes the links to various documentation pages to something that fits better into the surrounding sentence, as you would when making any hyperlink on the web.
-
Brendan Abolivier authored
By referring to awaitables instead of deferreds.
-
- Jul 14, 2021
-
-
Moritz Dietz authored
-
Richard van der Hoff authored
-
- Jul 13, 2021
-
-
Dirk Klimpel authored
-
- Jul 08, 2021
-
-
Brendan Abolivier authored
-
Cristina authored
Fixes #9602
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Jul 07, 2021
-
-
Richard van der Hoff authored
* Fix a broken link in the admin api docs * Rename 10321.doc to 10321.docs * Rename 10321.docs to 10322.doc
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
Dirk Klimpel authored
-
- Jul 06, 2021
-
-
Richard van der Hoff authored
-
- Jul 05, 2021
-
-
Erik Johnston authored
-
- Jul 02, 2021
-
-
Brendan Abolivier authored
Fix link in modules doc to point at instructions on registering a callback instead of ones on registering a web resource.
-
- Jul 01, 2021
-
-
Dirk Klimpel authored
Related to #10251
-
- Jun 30, 2021
-
-
Andrew Morgan authored
The presence router docs include some sample homeserver config. At some point we changed the name of the [config option](https://github.com/matrix-org/synapse/blob/859dc05b3692a3672c1a0db8deaaa9274b6aa6f5/docs/sample_config.yaml#L104-L113), but forgot to update the docs. I've also added `presence.enabled: true` to the example, as that's the new way to enable presence (the `presence_enabled` option has been deprecated).
-
- Jun 23, 2021
-
-
Andrew Morgan authored
This PR: * Converts UPGRADE.rst to markdown and moves the contents into the `docs/` directory. * Updates the contents of UPGRADE.rst to point to the website instead. * Updates links around the codebase that point to UPGRADE.rst. `pandoc` + some manual editing was used to convert from RST to md.
-
- Jun 21, 2021
-
-
jkanefendt authored
Implemented config option sso.update_profile_information to keep user's display name in sync with the SSO displayname. Signed-off-by:
Johannes Kanefendt <johannes.kanefendt@krzn.de>
-
- Jun 18, 2021
-
-
Brendan Abolivier authored
-
Brendan Abolivier authored
This PR adds a common configuration section for all modules (see docs). These modules are then loaded at startup by the homeserver. Modules register their hooks and web resources using the new `register_[...]_callbacks` and `register_web_resource` methods of the module API.
-
- Jun 17, 2021
-
-
Brendan Abolivier authored
Fixes #9778 ACME v1 has been fully decommissioned for existing installs on June 1st 2021(see https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430/27), so we can now safely remove it from Synapse.
-
- Jun 16, 2021
-
-
Patrick Cloke authored
Dangerous actions means deactivating an account, modifying an account password, or adding a 3PID. Other actions (deleting devices, uploading keys) can re-use the same UI auth session if ui_auth.session_timeout is configured.
-
Michael Kaye authored
This doc is short but a useful guide to what the request log lines mean. Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by:
Erik Johnston <erik@matrix.org> Co-authored-by:
Daniele Sluijters <daenney@users.noreply.github.com>
-