summary refs log tree commit diff
path: root/scripts-dev/federation_client.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-27Include systemd-python in Debian package to allow logging to journal (#5261)Silke Hofstra2-1/+8
Signed-off-by: Silke Hofstra <silke@slxh.eu>
2019-06-27Make it clearer that the template dir is relative to synapse's root dir (#5543)Andrew Morgan3-2/+19
Helps address #5444
2019-06-27Review commentsErik Johnston2-7/+5
2019-06-27Docker image: Add a migrate_config mode (#5567)Richard van der Hoff4-17/+58
... to help people escape env var hell
2019-06-27Docker image: open the non-TLS port by default. (#5568)Richard van der Hoff2-0/+2
There's not much point in binding to localhost when it's in a docker container.
2019-06-27Deprecate the env var way of running the docker image (#5566)Richard van der Hoff4-154/+99
This is mostly a documentation change, but also adds a default value for SYNAPSE_CONFIG_PATH, so that running from the generated config is the default, and will Just Work provided your config is in the right place.
2019-06-27Fix JWT login (#5555)PauRE3-1/+3
* Fix JWT login with register Signed-off-by: Pau Rodriguez-Estivill <prodrigestivill@gmail.com> * Add pyjwt conditional dependency Signed-off-by: Pau Rodriguez-Estivill <prodrigestivill@gmail.com> * Added changelog file Signed-off-by: Pau Rodriguez-Estivill <prodrigestivill@gmail.com> * Improved changelog description Signed-off-by: Pau Rodriguez-Estivill <prodrigestivill@gmail.com>
2019-06-27Reduce the amount of stuff we send in the docker context (#5564)Richard van der Hoff2-9/+14
this makes docker builds a bit faster.
2019-06-27fix changelogRichard van der Hoff1-1/+1