- 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>
-
- Feb 19, 2019
-
-
Richard van der Hoff authored
-
- Feb 12, 2019
-
-
Richard van der Hoff authored
Lots of updates to the README/INSTALL.md. Fixes #4601.
-
- Feb 11, 2019
-
-
Richard van der Hoff authored
Factor out the reverse proxy info to a separate file, add some more info on reverse-proxying the federation port.
-
- Feb 05, 2019
-
-
Andrew Morgan authored
-
Richard van der Hoff authored
The readme was getting pretty unmanageable and hard to grok. This is an attempt to simplify things by moving installation instructions from the README to a separate file. I've tried to resist the temptation to fix too much stuff while I'm here - it mostly just copies-and-pastes from one doc to the other, and changes from rst to md syntax.
-