- Jul 08, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- 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.
-
- May 26, 2021
-
-
Aaron Raimist authored
* Tweak wording of database recommendation in INSTALL.md Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Apr 06, 2021
-
-
Erik Johnston authored
Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Mar 29, 2021
-
-
blakehawkins authored
Signed-off-by:
blakehawkins <blake.hawkins.11@gmail.com>
-
- Mar 25, 2021
-
-
Serban Constantin authored
Make it clearer in the source install step that the platform specific prerequisites must be installed first. Signed-off-by:
Serban Constantin <serban.constantin@gmail.com>
-
- Feb 05, 2021
-
-
Dan Callahan authored
Signed-off-by:
Joseph Arnault <computerdude90042@outlook.com> Signed-off-by:
Dan Callahan <danc@element.io> Co-authored-by:
compu42 <56663749+compu42@users.noreply.github.com>
-
- Jan 15, 2021
-
-
Eric Eastwood authored
-
- Jan 11, 2021
-
-
0xflotus authored
-
- Dec 30, 2020
-
-
Shashank Sabniveesu authored
-
- Dec 09, 2020
-
-
Patrick Cloke authored
This defaults `ip_range_blacklist` to reserved IP ranges and also adds an `ip_range_whitelist` setting to override it.
-
- Nov 23, 2020
-
-
Daniele Sluijters authored
When using `add_header` nginx will literally add a header. If a `content-type` header is already configured (for example through a server wide default), this means we end up with 2 content-type headers, like so: ``` content-type: text/html content-type: application/json access-control-allow-origin: * ``` That doesn't make sense. Instead, we want the content type of that block to only be `application/json` which we can achieve using `default_type` instead. Signed-off-by:
Daniele Sluijters <daenney@users.noreply.github.com>
-
- Oct 27, 2020
-
-
Dan Callahan authored
As expected, all tests pass locally without modification. Signed-off-by:
Dan Callahan <danc@element.io>
-
- Sep 03, 2020
-
-
Patrick Cloke authored
-
- Sep 01, 2020
-
-
Patrick Cloke authored
This is due to compatibility issues with old Python versions.
-
- Jul 29, 2020
-
-
Aaron Raimist authored
-
- Jul 14, 2020
-
-
Luke Faraone authored
I'm tempted to remove this section entirely, but it's helpful for admins who are trying to figure out why their Synapse is crashing on start with ACME errors. Signed-off-by:
Luke W Faraone <luke@faraone.cc>
-
- Jul 08, 2020
-
-
Richard van der Hoff authored
This reverts commit e0c01296. As discussed at https://github.com/matrix-org/synapse/pull/7801#pullrequestreview-444652786, I don't think this is an improvement.
-
Dirk Heinrichs authored
* Starting with apt 1.6, https support has moved into the main package and apt-transport-https has become a transitional dummy package. Signed-off-by:
Dirk Heinrichs <dirk.heinrichs@altum.de>
-
- May 30, 2020
-
-
hashashini authored
Synapse was added to the ports tree in Nov, 2019 by Renaud Allard (https://marc.info/?l=openbsd-ports&m=157417848805329). With the release of OpenBSD 6.7 on May 22, 2020 a pre-compiled binary is available as well.
-
- Mar 30, 2020
-
-
Richard van der Hoff authored
In particular, we depend on `typing.TYPE_CHECKING`, which is only present in 3.5.2. It turns out that Ubuntu Xenial, despite having a package called `python 3 (3.5.1-3)`, actually has python 3.5.2, so I think this is fine.
-
- Mar 27, 2020
-
-
txt-file authored
update debian installation instructions to recommend installing `virtualenv` instead of `python3-virtualenv` (#6892) * change debian package from python3-virtualenv to virtualenv The virtualenv package is needed for the virtualenv command. The virtualenv package depends on python3-virtualenv (at least since debian jessie) so there is no need to specify python3-virtualenv additionally. Signed-off-by:
Vieno Hakkerinen <vieno@hakkerinen.eu> * Add changelog Co-authored-by:
Andrew Morgan <andrew@amorgan.xyz>
-
- Mar 25, 2020
-
-
Andrew Morgan authored
-
- Mar 23, 2020
-
-
Kartikaya Gupta (kats) authored
Signed-off-by:
Kartikaya Gupta <kats@trevize.staktrace.com>
-
- Mar 17, 2020
-
-
Richard von Kellner authored
-
- Feb 29, 2020
-
-
Uday Bansal authored
Support for getting TLS certificates through ACMEv1 ended on November 2019. Signed-off-by:
Uday Bansal <43824981+udaybansal19@users.noreply.github.com>
-
- Feb 21, 2020
-
-
Andrew Morgan authored
Some small fixes to the copy in #6907.
-
- Feb 13, 2020
-
-
Brendan Abolivier authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Brendan Abolivier authored
-
- Jan 09, 2020
-
-
Richard van der Hoff authored
-
- Dec 02, 2019
-
-
Andrew Morgan authored
-
- Nov 20, 2019
-
-
Matthew Hodgson authored
-
- Nov 07, 2019
-
-
Richard van der Hoff authored
... and update INSTALL.md to include py3.8. We'll also have to update the buildkite pipeline to run it
-
- Oct 30, 2019
-
-
Andrew Morgan authored
-
- Sep 19, 2019
-
-
Pete authored
-
- Sep 17, 2019
-
-
dstipp authored
Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.
-
- Sep 02, 2019
-
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Aug 08, 2019
-
-
Neil Johnson authored
-
- Jun 26, 2019
-
-
Richard van der Hoff authored
Fixes #4901
-
- Jun 11, 2019
-
-
Neil Johnson authored
Add FAQ questions to federate.md. Add a health warning making it clear that the 1711 upgrade FAQ is now out of date.
-