- Sep 17, 2021
-
-
Charles Wright authored
-
- Sep 13, 2021
-
-
BramvdnHeuvel authored
-
- Sep 10, 2021
-
-
reivilibre authored
-
David Robertson authored
No functional changes here. This came out as I was working to tackle #5677
-
- Sep 08, 2021
-
-
Brendan Abolivier authored
* Split up the documentation in several files rather than one huge one * Add examples for each callback category * Other niceties like fixing https://github.com/matrix-org/synapse/issues/10632 * Add titles to callbacks so they're easier to find in the navigation panels and link to
-
Patrick Cloke authored
Also refactors some of the registration of endpoints on workers.
-
- Sep 07, 2021
-
-
Patrick Cloke authored
-
- Sep 06, 2021
-
-
Azrenbeth authored
-
David Teller authored
-
- Sep 02, 2021
-
-
cuttingedge1109 authored
-
- Sep 01, 2021
-
-
Olivier Wilkinson (reivilibre) authored
-
- Aug 31, 2021
-
-
Patrick Cloke authored
This adds configuration options (under an `oembed` section) to configure which URLs are matched to use oEmbed for URL previews.
-
David Robertson authored
Point to the book where possible, and use hyperlinks to github to refer to files not included in the book. Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
- Aug 27, 2021
-
-
Azrenbeth authored
- Removed page summaries from CONTRIBUTING and installation pages as this information was already in the table of contents on the right hand side - Fixed some broken links in CONTRIBUTING - Added margin-right tag for when table of contents is being shown (otherwise the text in the page sometimes overlaps with it)
-
Richard van der Hoff authored
* Update reverse_proxy.md * Create 10708.doc
-
- Aug 26, 2021
-
-
Azrenbeth authored
When a user deletes an email from their account it will now also remove all pushers for that email and that user (even if these pushers were created by a different client)
-
- Aug 23, 2021
-
-
Hugo DELVAL authored
Signed-off-by:
Hugo Delval <hugo.delval@gmail.com>
-
Andrew Morgan authored
* Fix the titles in the OIDC documentation Having them as links broke the table-of-contents rendering in mdbook. Plus there's no reason for only some of the provider titles to be links. * Changelog * Add link to google idp docs
-
- Aug 21, 2021
-
-
Callum Brown authored
Signed-off-by:
Callum Brown <callum@calcuode.com> This is part of my GSoC project implementing [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231).
-
- Aug 19, 2021
-
-
Dirk Klimpel authored
-
- Aug 18, 2021
-
-
Erik Johnston authored
-
Andrew Morgan authored
Co-authored-by:
Patrick Cloke <patrickc@matrix.org>
-
Callum Brown authored
-
- Aug 17, 2021
-
-
Dirk Klimpel authored
-
Andrew Morgan authored
Fixes https://github.com/matrix-org/synapse/issues/7867
-
Azrenbeth authored
Port the PresenceRouter module interface to the new generic interface introduced in v1.37.0
-
Brendan Abolivier authored
Several configuration sections are using separate settings for custom template directories, which can be confusing. This PR adds a new top-level configuration for a custom template directory which is then used for every module. The only exception is the consent templates, since the consent template directory require a specific hierarchy, so it's probably better that it stays separate from everything else.
-
reivilibre authored
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
Will Hunt authored
This adds a new API GET /_synapse/admin/v1/username_available?username=foo to check if a username is available. It is the counterpart to https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available, except that it works even if registration is disabled.
-
- Aug 16, 2021
-
-
reivilibre authored
-
- Aug 11, 2021
-
-
Dirk Klimpel authored
-
Dirk Klimpel authored
Signed-off-by:
Marcus Hoffmann <bubu@bubu1.eu> Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- 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
-