- Jun 20, 2019
-
-
Amber Brown authored
-
- Jun 18, 2019
-
-
Richard van der Hoff authored
Fixes #5467.
-
- Jun 17, 2019
-
-
Amber Brown authored
-
- Jun 13, 2019
-
-
Neil Johnson authored
because this file is reproduced on dockerhub and relative paths don't work
-
- May 22, 2019
-
-
Steffen authored
Add missing backslash
-
- May 03, 2019
-
-
Richard van der Hoff authored
psycopg 2.8 is now out, which means that the C library gets built from source, so we now need libpq-dev when building. Turns out the need for this package is already documented in docs/postgres.rst.
-
- Apr 25, 2019
-
-
*=0=1=4=* authored
-
- Apr 16, 2019
-
-
Silke Hofstra authored
Using systemd-python allows for logging to the systemd journal, as is documented in: `synapse/contrib/systemd/log_config.yaml`. Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
- Apr 04, 2019
-
-
*=0=1=4=* authored
Correct default POSTGRES_USER in Docker README
-
- Mar 29, 2019
-
-
Jurrie Overgoor authored
Signed-off-by:
Jurrie Overgoor <1213142+Jurrie@users.noreply.github.com>
-
Jurrie Overgoor authored
Signed-off-by:
Jurrie Overgoor <1213142+Jurrie@users.noreply.github.com>
-
- Mar 07, 2019
-
-
Richard van der Hoff authored
-
- Feb 14, 2019
-
-
Richard van der Hoff authored
Make sure it refreshes the apt cache before trying to install stuff
-
- Feb 11, 2019
-
-
Richard van der Hoff authored
* no_tls is now redundant (#4613) * we don't need a dummy cert any more (#4618)
-
- Feb 05, 2019
-
-
Richard van der Hoff authored
Also: * Fix wrapping in docker readme * Clean up some docs on the docker image * a workaround for #4554
-
Richard van der Hoff authored
There are two reasons this is a good thing: * first, it means that you don't end up with stuff kicking around your working copy ending up in the build image by mistake (which can upset the pip install process) * second: it means that the docker image cache is more effective, and we can reuse docker images when iterating on the docker stuff.
-
- Jan 22, 2019
-
-
Amber Brown authored
* remove dh_params and set better cipher string
-
- Jan 12, 2019
-
-
Richard van der Hoff authored
Rewrite this in python so that it can be run in parallel.
-
- Jan 09, 2019
-
-
Richard van der Hoff authored
-
- Jan 02, 2019
-
-
Richard van der Hoff authored
since #4298, the optional dependencies are no longer installed with a simple `pip install .`, which meant that they were not being included in the debian package. The easy fix to that is dh_virtualenv --extras, but that needs dh_virtualenv 1.1...
-
- Dec 20, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Dec 04, 2018
-
-
Richard van der Hoff authored
These aren't used, because we have a `log_config` setting.
-
- Nov 20, 2018
-
-
Neil Johnson authored
-
- Oct 25, 2018
-
-
Cédric Laudrel authored
Signed-off-by:
Cédric Laudrel <dek@iono.me>
-
- Oct 17, 2018
-
-
Richard van der Hoff authored
move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist.
-
- Oct 01, 2018
-
-
Richard van der Hoff authored
Rewrite the dockerfile as a multistage build: this means we can get rid of a whole load of cruft which we don't need.
-
- Sep 25, 2018
-
-
Jan Christian Grünhage authored
-
- Sep 20, 2018
-
-
Jan Christian Grünhage authored
-
Amber Brown authored
-
- Sep 16, 2018
-
-
Simon Dwyer authored
-
Simon Dwyer authored
-
Simon Dwyer authored
-
- Sep 10, 2018
-
-
Jan Christian Grünhage authored
-
Mathijs van Gorcum authored
-
Mathijs van Gorcum authored
-
- Aug 09, 2018
-
-
Jan Christian Grünhage authored
-
- Aug 03, 2018
-
-
Michael Kaye authored
Link to contrib/docker
-
- Aug 02, 2018
-
-
Michael Kaye authored
-
Michael Kaye authored
This addresses #3224
-