- 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.
-
- Jun 06, 2019
-
-
Neil Johnson authored
-
Neil Johnson authored
1.0 upgrade/install notes
-
- May 17, 2019
-
-
Richard van der Hoff authored
* Stop telling people to install the optional dependencies. They're optional. Also update the postgres docs a bit for clarity(?)
-
- May 09, 2019
-
-
Richard van der Hoff authored
We don't ship jessie packages, so these were a bit misleading.
-
- Apr 22, 2019
-
-
Richard van der Hoff authored
-
- Apr 17, 2019
-
-
Richard van der Hoff authored
-
- Apr 16, 2019
-
-
Travis Ralston authored
* Use packages.matrix.org for packages See https://github.com/vector-im/riot-web/issues/9497 (applies to more than just Olm) * changelog
-
- Apr 01, 2019
-
-
Neil Johnson authored
-
- Mar 13, 2019
-
-
Andrew Morgan authored
-
- Mar 12, 2019
-
-
Neil Johnson authored
Improved federation configuration docs. Specifically detailing .well-known and SRV based delegation methods. Inspiration Valentin Lab <valentin.lab@kalysto.org> for https://github.com/matrix-org/synapse/pull/4781
-
- Mar 11, 2019
-
-
Aaron Raimist authored
* Clarify what registration_shared_secret allows for (#2885) Signed-off-by:
Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-