summary refs log tree commit diff
path: root/synapse/state.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-10Explicitely provide the postgres password to synapse in the Compose examplekaiyou1-0/+1
2018-02-10Remove an accidentally committed test configurationkaiyou1-1/+1
2018-02-10Generate macaroon and registration secrets, then store the results to the dat...kaiyou2-6/+15
2018-02-09Fix the path to the log config filekaiyou2-2/+2
2018-02-09Make SYNAPSE_MACAROON_SECRET_KEY a mandatory optionkaiyou2-3/+4
2018-02-08Specify the Docker registry for the postgres imagekaiyou1-1/+1
2018-02-08Specify the Docker registry in the build tagkaiyou1-1/+1
2018-02-08Make it clear that the image has two modes of operationkaiyou1-5/+24
2018-02-08Update to Alpine 3.7 and switch to libresslkaiyou1-2/+2
2018-02-08Enable email server configuration from environment variableskaiyou2-16/+24
2018-02-08Honor the SYNAPSE_REPORT_STATS parameter in the Docker imagekaiyou1-0/+5
2018-02-08Disable the Web client in the Docker imagekaiyou2-4/+3
2018-02-08Use 'synapse' as a default postgres user in Docker exampleskaiyou2-3/+3
2018-02-08Refactor the start script to better handle mandatory parameterskaiyou3-24/+35
2018-02-08Rename the permissions variable to avoid confusionkaiyou1-3/+3
2018-02-08Add some documentation about high performance storagekaiyou1-2/+7
2018-02-08Make it clear that two modes are avaiable in the documentation, improve the c...kaiyou2-9/+20
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/+102
2017-12-05Refactor UI auth implementationRichard van der Hoff7