| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanups for contrib/prometheus/README | Richard van der Hoff | 2019-01-30 | 1 | -0/+7 |
* | Update docker-compose.yml (#4282) | jribal | 2019-01-02 | 1 | -1/+1 |
* | Update the example systemd config to use a virtualenv (#4273) | Richard van der Hoff | 2018-12-07 | 2 | -22/+31 |
* | add purge_history.sh and purge_remote_media.sh scripts to contrib/purge_api/ | rubo77 | 2018-11-07 | 3 | -0/+211 |
* | Merge pull request #3778 from z3ntu/patch-1 | Richard van der Hoff | 2018-11-01 | 1 | -2/+4 |
|\ |
|
| * | Fix build of Docker image with docker-compose | Luca Weiss | 2018-09-11 | 1 | -2/+4 |
* | | Fix typo in docker-compose.yml | Jonas Schürmann | 2018-10-31 | 1 | -1/+1 |
* | | Update grafana dashboard | Richard van der Hoff | 2018-09-25 | 1 | -175/+417 |
|/ |
|
* | fix event lag graph | Richard van der Hoff | 2018-08-07 | 1 | -8/+16 |
* | Update README.md | Michael Kaye | 2018-08-03 | 1 | -1/+1 |
* | Refactor docker locations and README. | Michael Kaye | 2018-08-02 | 4 | -422/+2 |
* | Merge pull request #3543 from bebehei/docker | Jan Christian Grünhage | 2018-08-01 | 2 | -7/+2 |
|\ |
|
| * | [Docker] Build docker image via compose | Benedikt Heine | 2018-07-17 | 2 | -7/+2 |
* | | Add some documentation for using the dashboard | Paul Tötterman | 2018-07-31 | 1 | -0/+6 |
* | | synapse grafana dashboard | Richard van der Hoff | 2018-07-31 | 1 | -0/+4961 |
|/ |
|
* | light grammar changes | Neil Johnson | 2018-05-17 | 1 | -4/+4 |
* | Note that secrets need to be retained. | Michael Kaye | 2018-05-17 | 1 | -2/+7 |
* | Document macaroon env var correctly | Michael Kaye | 2018-05-17 | 1 | -2/+2 |
* | Merge remote-tracking branch 'upstream/master' into feat-dockerfile | kaiyou | 2018-05-02 | 6 | -20/+36 |
|\ |
|
| * | Document contrib directory | Erik Johnston | 2018-04-20 | 2 | -0/+14 |
| * | Merge pull request #3075 from NotAFile/six-type-checks | Richard van der Hoff | 2018-04-09 | 1 | -1/+3 |
| |\ |
|
| | * | Replace some type checks with six type checks | Adrian Tschira | 2018-04-07 | 1 | -1/+3 |
| * | | make prometheus config compliant to v0.28 | Krombel | 2018-04-05 | 3 | -19/+19 |
| |/ |
|
* | | Make the logging level configurable | kaiyou | 2018-05-01 | 2 | -3/+4 |
* | | Fix the documentation about 'POSTGRES_DB' | kaiyou | 2018-05-01 | 1 | -1/+1 |
* | | Disable logging to file and rely on the console when using Docker | kaiyou | 2018-02-10 | 1 | -8/+1 |
* | | Explicitely provide the postgres password to synapse in the Compose example | kaiyou | 2018-02-10 | 1 | -0/+1 |
* | | Remove an accidentally committed test configuration | kaiyou | 2018-02-10 | 1 | -1/+1 |
* | | Generate macaroon and registration secrets, then store the results to the dat... | kaiyou | 2018-02-10 | 2 | -6/+15 |
* | | Fix the path to the log config file | kaiyou | 2018-02-09 | 2 | -2/+2 |
* | | Make SYNAPSE_MACAROON_SECRET_KEY a mandatory option | kaiyou | 2018-02-09 | 2 | -3/+4 |
* | | Specify the Docker registry for the postgres image | kaiyou | 2018-02-08 | 1 | -1/+1 |
* | | Specify the Docker registry in the build tag | kaiyou | 2018-02-08 | 1 | -1/+1 |
* | | Make it clear that the image has two modes of operation | kaiyou | 2018-02-08 | 1 | -5/+24 |
* | | Enable email server configuration from environment variables | kaiyou | 2018-02-08 | 2 | -16/+24 |
* | | Honor the SYNAPSE_REPORT_STATS parameter in the Docker image | kaiyou | 2018-02-08 | 1 | -0/+5 |
* | | Disable the Web client in the Docker image | kaiyou | 2018-02-08 | 2 | -4/+3 |
* | | Use 'synapse' as a default postgres user in Docker examples | kaiyou | 2018-02-08 | 2 | -3/+3 |
* | | Refactor the start script to better handle mandatory parameters | kaiyou | 2018-02-08 | 3 | -24/+35 |
* | | Rename the permissions variable to avoid confusion | kaiyou | 2018-02-08 | 1 | -3/+3 |
* | | Add some documentation about high performance storage | kaiyou | 2018-02-08 | 1 | -2/+7 |
* | | Make it clear that two modes are avaiable in the documentation, improve the c... | kaiyou | 2018-02-08 | 2 | -9/+20 |
* | | Support loading application service files from /data/appservices/ | kaiyou | 2018-02-05 | 3 | -2/+18 |
* | | Only generate configuration files when necessary | kaiyou | 2018-02-05 | 1 | -5/+7 |
* | | Point to the 'latest' tag in the Docker documentation | kaiyou | 2018-02-05 | 2 | -2/+2 |
* | | Fix a typo in the Docker README | kaiyou | 2018-02-05 | 1 | -1/+1 |
* | | Document the cache factor environment variable for Docker | kaiyou | 2018-02-05 | 1 | -0/+1 |
* | | Add dynamic TURN configuration in the Docker image | kaiyou | 2018-02-05 | 2 | -2/+14 |
* | | Add dynamic recaptcha configuration in the Docker image | kaiyou | 2018-02-05 | 2 | -0/+11 |
* | | Run the server as an unprivileged user | kaiyou | 2018-02-04 | 1 | -4/+7 |
* | | Fix multiple typos | kaiyou | 2018-02-04 | 2 | -10/+16 |
* | | Update sumperdump Docker readme to match this image properties | kaiyou | 2018-02-04 | 1 | -38/+64 |
* | | Remove etc/service files from rob's branch | kaiyou | 2018-02-04 | 3 | -131/+0 |
* | | Merge remote-tracking branch 'origin/rob/docker' into feat-dockerfile | kaiyou | 2018-02-04 | 4 | -0/+201 |
|\ \ |
|
* | | | Reuse environment variables of the postgres container | kaiyou | 2018-02-04 | 2 | -9/+14 |
* | | | Provide an example docker compose file | kaiyou | 2018-02-04 | 1 | -0/+32 |
* | | | Support an external postgresql config in the Docker image | kaiyou | 2018-02-04 | 1 | -2/+11 |
* | | | Generate shared secrets if not defined in the environment | kaiyou | 2018-02-04 | 1 | -4/+11 |
* | | | Generate any missing keys before starting synapse | kaiyou | 2018-02-04 | 1 | -12/+13 |
* | | | Allow for a wheel cache and include missing files in the build | kaiyou | 2018-02-04 | 1 | -0/+1 |
* | | | Add template config files for the Docker image | kaiyou | 2018-02-03 | 2 | -0/+217 |
* | | | Initial commit including a Dockerfile for synapse | kaiyou | 2018-02-03 | 1 | -0/+29 |
| |/
|/| |
|
* | | Make clear that the config has changed since prometheus v2 | Krombel | 2017-11-14 | 3 | -2/+35 |
* | | update prometheus-config to new format | Krombel | 2017-11-07 | 2 | -23/+67 |
* | | Start traditionally, stop synctl | rnbdsh | 2017-09-24 | 1 | -1/+2 |
* | | Remove non-existing files, add stop, use synctl | rnbdsh | 2017-09-24 | 1 | -2/+2 |
|/ |
|
* | Add prometheus config | Richard van der Hoff | 2017-08-16 | 3 | -0/+436 |
* | Fix some lies, and other clarifications, in docstrings | Richard van der Hoff | 2017-04-21 | 1 | -10/+6 |
* | Bring example log config into line with default | Richard van der Hoff | 2017-03-13 | 1 | -2/+4 |
* | merge in right archlinux package, thanks to @saram-kon from https://github.co... | Matthew Hodgson | 2017-02-28 | 1 | -1/+1 |
* | Update example_log_config.yaml | Richard van der Hoff | 2017-02-17 | 1 | -1/+1 |
* | Add an example log_config file | Richard van der Hoff | 2017-02-17 | 1 | -0/+48 |
* | Use signedjson.sign instead of syutil.crypto.jsonsign | Andrew Shadura | 2017-02-13 | 1 | -1/+1 |
* | Add environment file to systemd unit configuration. | Oleg Girko | 2016-04-14 | 1 | -0/+1 |
* | Add another graph contrib | Erik Johnston | 2016-01-21 | 1 | -0/+151 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 6 | -6/+6 |
* | hacky support for video for FS CC DD | Matthew Hodgson | 2015-08-06 | 1 | -3/+0 |
* | hacky support for video for FS CC DD | Matthew Hodgson | 2015-08-06 | 1 | -15/+25 |
* | contrib/systemd: log_config.yaml: do not disable existing loggers | Ivan Shapovalov | 2015-05-31 | 1 | -0/+2 |
* | minimal doc | Matthew Hodgson | 2015-04-29 | 1 | -0/+4 |
* | contrib/systemd: add a sample systemd unit file and a logger configuration | Ivan Shapovalov | 2015-04-29 | 2 | -0/+35 |
* | Add kick users script | Kegan Dougal | 2015-04-17 | 1 | -0/+93 |
* | potential contributing guide & author list for synapse | Matthew Hodgson | 2015-04-03 | 1 | -0/+3 |
* | uncommited WIP from MWC | Matthew Hodgson | 2015-03-14 | 2 | -12/+15 |
* | WIP vertobridge AS | Matthew Hodgson | 2015-03-04 | 1 | -0/+489 |
* | Fix contrib/graph/graph2.py to handle FrozenDict | Erik Johnston | 2015-02-16 | 1 | -1/+2 |
* | Merge branch 'develop' into pushers | David Baker | 2015-01-22 | 6 | -0/+1833 |
|\ |
|
| * | Move experiments, graph and cmdclient into contrib | Mark Haines | 2015-01-22 | 6 | -0/+1833 |
* | | Merge branch 'master' into pushers | David Baker | 2014-12-18 | 1 | -0/+0 |
|\| |
|
| * | Remove editor junk | Paul "LeoNerd" Evans | 2014-12-02 | 1 | -0/+0 |
| * | Add non-working jitsi meet bridge | David Baker | 2014-12-02 | 10 | -0/+5488 |
| * | fix IO::Async abuse - thanks leo | Matthew Hodgson | 2014-12-02 | 1 | -9/+11 |
| * | ignore rogue matrix call events; support verto.media RPC as a horrible hack; ... | Matthew Hodgson | 2014-12-02 | 3 | -21/+33 |
| * | clean up a vertobot a bit | Matthew Hodgson | 2014-12-02 | 2 | -5/+0 |
| * | a simple matrix->verto bot, distantly related to the irc bridge | Matthew Hodgson | 2014-12-02 | 5 | -0/+546 |
* | convert to spaces before I start a holy war | David Baker | 2014-12-02 | 1 | -205/+205 |
* | Add non-working jitsi meet bridge | David Baker | 2014-12-02 | 10 | -0/+5488 |
* | fix IO::Async abuse - thanks leo | Matthew Hodgson | 2014-11-28 | 1 | -9/+11 |
* | ignore rogue matrix call events; support verto.media RPC as a horrible hack; ... | Matthew Hodgson | 2014-11-28 | 3 | -21/+33 |
* | clean up a vertobot a bit | Matthew Hodgson | 2014-11-28 | 2 | -5/+0 |
* | a simple matrix->verto bot, distantly related to the irc bridge | Matthew Hodgson | 2014-11-28 | 5 | -0/+546 |