summary refs log tree commit diff
path: root/.travis.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-05Support loading application service files from /data/appservices/kaiyou3-2/+18
2018-02-05Add the non-tls port to the expose listkaiyou1-1/+1
2018-02-05Only generate configuration files when necessarykaiyou1-5/+7
2018-02-05Do not copy documentation files to the Docker root folderkaiyou1-1/+1
2018-02-05Point to the 'latest' tag in the Docker documentationkaiyou2-2/+2
2018-02-05Fix a typo in the Docker READMEkaiyou1-1/+1
2018-02-05Document the cache factor environment variable for Dockerkaiyou1-0/+1
2018-02-05Add dynamic TURN configuration in the Docker imagekaiyou2-2/+14
2018-02-05Add dynamic recaptcha configuration in the Docker imagekaiyou2-0/+11
2018-02-05Remove docker related files from the python manifestkaiyou1-0/+1
2018-02-04Run the server as an unprivileged userkaiyou2-5/+8
2018-02-04Fix multiple typoskaiyou3-10/+17
2018-02-04Add the build cache/ folder to gitignorekaiyou1-0/+1
2018-02-04Update sumperdump Docker readme to match this image propertieskaiyou1-38/+64
2018-02-04Remove etc/service files from rob's branchkaiyou3-131/+0
2018-02-04Reuse environment variables of the postgres containerkaiyou2-9/+14
2018-02-04Provide an example docker compose filekaiyou2-0/+34
2018-02-04Install the postgres dependencieskaiyou1-2/+2
2018-02-04Support an external postgresql config in the Docker imagekaiyou1-2/+11
2018-02-04Generate shared secrets if not defined in the environmentkaiyou1-4/+11
2018-02-04Generate any missing keys before starting synapsekaiyou1-12/+13
2018-02-04Allow for a wheel cache and include missing files in the buildkaiyou3-6/+13
2018-02-03Add template config files for the Docker imagekaiyou2-0/+217
2018-02-03Initial commit including a Dockerfile for synapsekaiyou2-0/+45
2018-01-16Note that Synapse is available in FedoraJeremy Cline1-0/+4
2018-01-05Bump version and changelog release-v0.26.0Erik Johnston2-1/+7
2017-12-16mention federation tester more prominently in the readmeVincent Breitmoser1-0/+5
2017-12-13Fix rc version number v0.26.0-rc1Erik Johnston1-2/+2
2017-12-13Bump changelog and versionErik Johnston2-1/+38
2017-12-07Copy dict in update_membership tooErik Johnston1-0/+4
2017-12-05fix StoreError syntaxMatthew Hodgson1-1/+1
2017-12-05Fix error when deleting devicesRichard van der Hoff1-1/+1
2017-12-05support custom login types for validating usersRichard van der Hoff1-24/+57
2017-12-05Factor out a validate_user_via_ui_auth methodRichard van der Hoff3-74/