| Commit message (Expand) | Author | Files | Lines |
2018-02-08 | Make it clear that the image has two modes of operation | kaiyou | 1 | -5/+24 |
2018-02-08 | Update to Alpine 3.7 and switch to libressl | kaiyou | 1 | -2/+2 |
2018-02-08 | Enable email server configuration from environment variables | kaiyou | 2 | -16/+24 |
2018-02-08 | Honor the SYNAPSE_REPORT_STATS parameter in the Docker image | kaiyou | 1 | -0/+5 |
2018-02-08 | Disable the Web client in the Docker image | kaiyou | 2 | -4/+3 |
2018-02-08 | Use 'synapse' as a default postgres user in Docker examples | kaiyou | 2 | -3/+3 |
2018-02-08 | Refactor the start script to better handle mandatory parameters | kaiyou | 3 | -24/+35 |
2018-02-08 | Rename the permissions variable to avoid confusion | kaiyou | 1 | -3/+3 |
2018-02-08 | Add some documentation about high performance storage | kaiyou | 1 | -2/+7 |
2018-02-08 | Make it clear that two modes are avaiable in the documentation, improve the c... | kaiyou | 2 | -9/+20 |
2018-02-05 | Support loading application service files from /data/appservices/ | kaiyou | 3 | -2/+18 |
2018-02-05 | Add the non-tls port to the expose list | kaiyou | 1 | -1/+1 |
2018-02-05 | Only generate configuration files when necessary | kaiyou | 1 | -5/+7 |
2018-02-05 | Do not copy documentation files to the Docker root folder | kaiyou | 1 | -1/+1 |
2018-02-05 | Point to the 'latest' tag in the Docker documentation | kaiyou | 2 | -2/+2 |
2018-02-05 | Fix a typo in the Docker README | kaiyou | 1 | -1/+1 |
2018-02-05 | Document the cache factor environment variable for Docker | kaiyou | 1 | -0/+1 |
2018-02-05 | Add dynamic TURN configuration in the Docker image | kaiyou | 2 | -2/+14 |
2018-02-05 | Add dynamic recaptcha configuration in the Docker image | kaiyou | 2 | -0/+11 |
2018-02-05 | Remove docker related files from the python manifest | kaiyou | 1 | -0/+1 |
2018-02-04 | Run the server as an unprivileged user | kaiyou | 2 | -5/+8 |
2018-02-04 | Fix multiple typos | kaiyou | 3 | -10/+17 |
2018-02-04 | Add the build cache/ folder to gitignore | kaiyou | 1 | -0/+1 |
2018-02-04 | Update sumperdump Docker readme to match this image properties | kaiyou | 1 | -38/+64 |
2018-02-04 | Remove etc/service files from rob's branch | kaiyou | 3 | -131/+0 |
2018-02-04 | Reuse environment variables of the postgres container | kaiyou | 2 | -9/+14 |
2018-02-04 | Provide an example docker compose file | kaiyou | 2 | -0/+34 |
2018-02-04 | Install the postgres dependencies | kaiyou | 1 | -2/+2 |
2018-02-04 | Support an external postgresql config in the Docker image | kaiyou | 1 | -2/+11 |
2018-02-04 | Generate shared secrets if not defined in the environment | kaiyou | 1 | -4/+11 |
2018-02-04 | Generate any missing keys before starting synapse | kaiyou | 1 | -12/+13 |
2018-02-04 | Allow for a wheel cache and include missing files in the build | kaiyou | 3 | -6/+13 |
2018-02-03 | Add template config files for the Docker image | kaiyou | 2 | -0/+217 |
2018-02-03 | Initial commit including a Dockerfile for synapse | kaiyou | 2 | -0/+45 |
2018-01-16 | Note that Synapse is available in Fedora | Jeremy Cline | 1 | -0/+4 |
2018-01-05 | Bump version and changelog github/release-v0.26.0 release-v0.26.0 | Erik Johnston | 2 | -1/+7 |
2017-12-16 | mention federation tester more prominently in the readme | Vincent Breitmoser | 1 | -0/+5 |
2017-12-13 | Fix rc version number v0.26.0-rc1 | Erik Johnston | 1 | -2/+2 |
2017-12-13 | Bump changelog and version | Erik Johnston | 2 | -1/+38 |
2017-12-07 | Copy dict in update_membership too | Erik Johnston | 1 | -0/+4 |
2017-12-05 | fix StoreError syntax | Matthew Hodgson | 1 | -1/+1 |
2017-12-05 | Fix error when deleting devices | Richard van der Hoff | 1 | -1/+1 |
2017-12-05 | support custom login types for validating users | Richard van der Hoff | 1 | -24/+57 |
2017-12-05 | |