Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-28 | Update the TLS cipher string and provide configurability for TLS on outgoing ↵ | Amber Brown | 7 | -9/+190 | |
federation (#5550) | |||||
2019-06-27 | Added possibilty to disable local password authentication (#5092) | Daniel Hoffend | 5 | -1/+18 | |
Signed-off-by: Daniel Hoffend <dh@dotlan.net> | |||||
2019-06-27 | Include systemd-python in Debian package to allow logging to journal (#5261) | Silke Hofstra | 2 | -1/+8 | |
Signed-off-by: Silke Hofstra <silke@slxh.eu> | |||||
2019-06-27 | Make it clearer that the template dir is relative to synapse's root dir (#5543) | Andrew Morgan | 3 | -2/+19 | |
Helps address #5444 | |||||
2019-06-27 | Review comments | Erik Johnston | 2 | -7/+5 | |
2019-06-27 | Docker image: Add a migrate_config mode (#5567) | Richard van der Hoff | 4 | -17/+58 | |
... to help people escape env var hell | |||||
2019-06-27 | Docker image: open the non-TLS port by default. (#5568) | Richard van der Hoff | 2 | -0/+2 | |
There's not much point in binding to localhost when it's in a docker container. | |||||
2019-06-27 | Deprecate the env var way of running the docker image (#5566) | Richard van der Hoff | 4 | -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-27 | Fix JWT login (#5555) | PauRE | 3 | -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 c |