| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into develop | Erik Johnston | 2023-09-15 | 4 | -15/+15 |
|\ |
|
| * | Use bookwork as docker base image (#16324) | Erik Johnston | 2023-09-15 | 4 | -15/+15 |
* | | Update ruff config (#16283) | Patrick Cloke | 2023-09-08 | 1 | -1/+1 |
* | | Add `/notifications` endpoint to workers (#16265) | Erik Johnston | 2023-09-07 | 1 | -0/+1 |
|/ |
|
* | Run pyupgrade for python 3.7 & 3.8. (#16110) | Patrick Cloke | 2023-08-15 | 2 | -2/+2 |
* | Unix Sockets for HTTP Replication (#15708) | Jason Little | 2023-07-11 | 6 | -27/+102 |
* | Remove support for Python 3.7 (#15851) | Eric Eastwood | 2023-07-05 | 1 | -27/+23 |
* | Remove experimental MSC2716 implementation to incrementally import history in... | Eric Eastwood | 2023-06-16 | 2 | -3/+0 |
* | Bump library/redis from 6-bullseye to 7-bullseye in /docker (#15712) | dependabot[bot] | 2023-06-05 | 1 | -1/+1 |
* | Log when events are (unexpectedly) filtered out of responses in tests (#14213) | Eric Eastwood | 2023-06-01 | 3 | -7/+29 |
* | Docker fully qualified image names (#15689) | Jason Little | 2023-05-31 | 5 | -10/+11 |
* | Add pkg-config package to Stage 0 (#15567) | helix-loop | 2023-05-12 | 1 | -1/+1 |
* | Remove `worker_replication_*` settings (#15491) | Jason Little | 2023-05-11 | 2 | -6/+13 |
* | Load `/capabilities` endpoint on workers (#15436) | Dirk Klimpel | 2023-04-14 | 1 | -0/+1 |
* | Load `/directory/room/{roomAlias}` endpoint on workers (#15333) | Dirk Klimpel | 2023-04-14 | 1 | -0/+1 |
* | Load `/password_policy` endpoint on workers. (#15331) | Dirk Klimpel | 2023-03-27 | 1 | -0/+1 |
* | Load `/register/available` endpoint on workers (#15268) | Jason Little | 2023-03-17 | 1 | -0/+1 |
* | Make `configure_workers_and_start` script used in Complement tests compatible... | reivilibre | 2023-03-17 | 1 | -1/+1 |
* | Additional functionality for declaring worker types in Complement (#14921) | Jason Little | 2023-03-14 | 2 | -115/+412 |
* | Install rust during Stage 0 of docker build (#15239) | David Robertson | 2023-03-13 | 1 | -1/+16 |
* | Add support for knocking to workers. (#15133) | Dirk Klimpel | 2023-03-02 | 1 | -0/+1 |
* | Dockerfile-workers: spell out when config isn't generated (#15186) | David Robertson | 2023-03-02 | 1 | -1/+5 |
* | Allow use of the `/filter` Client-Server APIs on workers. (#15134) | reivilibre | 2023-02-28 | 1 | -0/+1 |
* | Allow enabling the asyncio reactor in complement (#14858) | realtyem | 2023-02-01 | 1 | -1/+12 |
* | Enable Faster Remote Room Joins against worker-mode Synapse. (#14752) | reivilibre | 2023-01-22 | 1 | -2/+0 |
* | Dockerfile: Bump Python version from 3.9 to 3.11 (#14875) | katlol | 2023-01-20 | 1 | -42/+42 |
* | Implement MSC3930: polls push rules (#14787) | Andrew Morgan | 2023-01-19 | 1 | -2/+4 |
* | Require poetry>=1.3.2 (#14860) | David Robertson | 2023-01-17 | 1 | -9/+3 |
* | Stabilise serving partial join responses (#14839) | David Robertson | 2023-01-17 | 1 | -2/+0 |
* | Implement MSC3890: Remotely silence local notifications (#14775) | Andrew Morgan | 2023-01-13 | 1 | -0/+2 |
* | Switch to our fork of dh-virtualenv for compatibility with Python 3.11 (#14774) | Andrew Morgan | 2023-01-04 | 1 | -1/+3 |
* | Add experimental support for MSC3391: deleting account data (#14714) | Andrew Morgan | 2023-01-01 | 1 | -0/+2 |
* | Add release note and update doc regarding ICU (#14712) | Mathieu Velten | 2022-12-20 | 1 | -0/+1 |
* | Add optional ICU support for user search (#14464) | Brendan Abolivier | 2022-12-12 | 2 | -0/+4 |
* | Add `--editable` flag to `complement.sh` which uses an editable install of Sy... | reivilibre | 2022-12-07 | 3 | -2/+79 |
* | docker: remove useless cargo install with apt (#14636) | Mathieu Velten | 2022-12-07 | 1 | -1/+1 |
* | Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471) | Eric Eastwood | 2022-11-28 | 2 | -2/+2 |
* | Remove need for `worker_main_http_uri` setting to use /keys/upload. (#14400) | realtyem | 2022-11-16 | 1 | -4/+1 |
* | Modernize configure_workers_and_start.py bootstrapping script for Dockerfile-... | realtyem | 2022-11-09 | 1 | -15/+14 |
* | Add all Stream Writer worker types to configure_workers_and_start.py (#14197) | realtyem | 2022-11-08 | 1 | -7/+69 |
* | Allow override for requesting specific worker types for Complement on command... | realtyem | 2022-11-08 | 1 | -1/+8 |
* | Enable testing MSC3874 in complement. (#14339) | Patrick Cloke | 2022-11-01 | 1 | -2/+2 |
* | Enable URL previews in complement homeserver config. (#14198) | Jonathan de Jong | 2022-10-18 | 1 | -0/+2 |
* | Flush stdout/err in Dockerfile-workers before replacing the current process (... | realtyem | 2022-10-18 | 2 | -17/+21 |
* | Cache Rust build cache when building docker images (#14130) | Erik Johnston | 2022-10-17 | 1 | -1/+3 |
* | Strip whitespace from worker types in Dockerfile-workers (#14165) | realtyem | 2022-10-14 | 1 | -4/+2 |
* | Merge remote-tracking branch 'origin/release-v1.69' into develop | Patrick Cloke | 2022-10-14 | 1 | -1/+7 |
|\ |
|
| * | Fix docker build OOMing in CI for arm64 builds (#14173) | Erik Johnston | 2022-10-13 | 1 | -0/+6 |
| * | Fix pinning Rust deps in docker images (#14129) | Erik Johnston | 2022-10-11 | 1 | -1/+1 |
* | | Set LD_PRELOAD to load jemalloc in Dockerfile-workers. (#14182) | realtyem | 2022-10-14 | 1 | -1/+11 |
* | | Stabilize the threads API. (#14175) | Patrick Cloke | 2022-10-14 | 1 | -0/+1 |
* | | Mark /relations endpoint as usable on workers. (#14028) | Patrick Cloke | 2022-10-12 | 2 | -0/+28 |
* | | Use minimal Rust installation in docker images and CI (#14141) | David Robertson | 2022-10-12 | 2 | -2/+2 |
* | | Fix broken links to README (#14093) | David Robertson | 2022-10-06 | 1 | -1/+1 |
* | | Complement test image: capture logs from nginx (#14063) | Richard van der Hoff | 2022-10-05 | 1 | -1/+5 |
|/ |
|
* | Dockerfile for tests: align comments with current behavior (#13867) | Mathieu Velten | 2022-09-27 | 1 | -13/+9 |
* | Fix Docker build when Rust .so has been build locally first (#13811) | Mathieu Velten | 2022-09-16 | 1 | -3/+5 |
* | complement: init postgres DB directly inside the target image (#13819) | Mathieu Velten | 2022-09-16 | 1 | -11/+9 |
* | Add a stub Rust crate (#12595) | Erik Johnston | 2022-09-06 | 2 | -2/+22 |
* | Bump docker image to use stable poetry version (#13688) | Erik Johnston | 2022-09-01 | 1 | -10/+1 |
* | Document that the `DOCKER_BUILDKIT=1` flag is needed to build the docker imag... | reivilibre | 2022-08-12 | 1 | -1/+1 |
* | synapse-workers docker: copy nginx and redis in from base images (#13447) | Richard van der Hoff | 2022-08-04 | 2 | -36/+59 |
* | Install cryptography build dependencies in requirements image. (#13372) | Jasper Spaans | 2022-08-03 | 1 | -1/+2 |
* | Enable Complement CI tests in the 'latest deps' test run. (#13213) | reivilibre | 2022-08-01 | 1 | -2/+22 |
* | Call out buildkit is required when building test docker images (#13338) | Brendan Abolivier | 2022-07-21 | 3 | -0/+6 |
* | Rate limit joins per-room (#13276) | David Robertson | 2022-07-19 | 1 | -0/+4 |
* | Use and recommend poetry 1.1.14, up from 1.1.12 (#13285) | David Robertson | 2022-07-15 | 1 | -1/+1 |
* | Docker: copy postgres from base image (#13279) | Richard van der Hoff | 2022-07-15 | 2 | -34/+50 |
* | Add the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` envir... | reivilibre | 2022-07-05 | 3 | -6/+27 |
* | [Complement] Allow device_name lookup over federation (#13167) | Till | 2022-07-04 | 1 | -0/+2 |
* | Enable Complement testing in the 'Twisted Trunk' CI runs. (#13079) | reivilibre | 2022-07-01 | 1 | -1/+8 |
* | Improve startup times in Complement test runs against workers, particularly i... | reivilibre | 2022-06-30 | 5 | -3/+43 |
* | Refactor the Dockerfile-workers configuration script to use Jinja2 templates ... | reivilibre | 2022-06-27 | 3 | -38/+42 |
* | Add a Subject Alternative Name to the certificate generated for Complement te... | reivilibre | 2022-06-16 | 1 | -3/+19 |
* | Complement: use SQLite by default (#13075) | Richard van der Hoff | 2022-06-16 | 2 | -2/+2 |
* | Change default `sync_response_cache_duration` (#13042) | Erik Johnston | 2022-06-15 | 1 | -0/+6 |
* | Use updated `update_user_directory_from_worker` options in Complement tests. ... | reivilibre | 2022-06-15 | 1 | -3/+3 |
* | Collapse Docker build commands in Complement CI runs to make the logs easier ... | reivilibre | 2022-06-15 | 3 | -6/+6 |
* | Merge the Complement testing Docker images into a single, multi-purpose image... | reivilibre | 2022-06-08 | 15 | -361/+247 |
* | Add the `batch_send` endpoint to generic workers (#12868) | Nick Mills-Barrett | 2022-05-25 | 1 | -0/+1 |
* | Pin poetry.core in Docker images (#12853) | Erik Johnston | 2022-05-24 | 1 | -1/+1 |
* | Support registering Application Services when running with workers under Comp... | reivilibre | 2022-05-23 | 3 | -1/+30 |
* | Fix Complement `TestCanRegisterAdmin` with workers, by adding Complement's sh... | reivilibre | 2022-05-23 | 1 | -0/+6 |
* | Remove Caddy from the Synapse workers image used in Complement. (#12818) | reivilibre | 2022-05-23 | 6 | -93/+37 |
* | Update configs used by Complement to allow more invites (#12731) | Till | 2022-05-13 | 2 | -0/+24 |
* | Tweaks to workers-under-complement (#12637) | Richard van der Hoff | 2022-05-09 | 1 | -3/+3 |
* | Add the `notify_appservices_from_worker` configuration option (superseding `n... | reivilibre | 2022-05-06 | 1 | -2/+2 |
* | Use supervisord to supervise Postgres and Caddy in the Complement image. (#12... | reivilibre | 2022-04-27 | 8 | -12/+43 |
* | Mark Dockerfile as requiring BuildKit (#12541) | Jason Robinson | 2022-04-26 | 1 | -0/+1 |
* | disallow-untyped-defs in `docker` and `stubs` directories (#12528) | David Robertson | 2022-04-25 | 2 | -28/+36 |
* | Await un-partial-stating after a partial-state join (#12399) | Richard van der Hoff | 2022-04-21 | 1 | -1/+3 |
* | Dump setuptools; correct pyproject version number (#12478) | David Robertson | 2022-04-20 | 1 | -4/+2 |
* | Dockerfile-workers: reduce the amount we install (#12464) | Richard van der Hoff | 2022-04-14 | 3 | -13/+26 |
* | complement-synapse-workers: factor out separate entry point script (#12467) | Richard van der Hoff | 2022-04-14 | 2 | -33/+57 |
* | Dockerfile-workers: give the master its own log config (#12466) | Richard van der Hoff | 2022-04-13 | 1 | -17/+31 |
* | Workaround pip bug installing latest treq and not-latest twisted from hashes ... | David Robertson | 2022-04-12 | 1 | -1/+1 |
* | Enable certificate checking during complement tests (#12435) | Richard van der Hoff | 2022-04-11 | 2 | -12/+0 |
* | Fix up healthcheck generation for workers docker image (#12405) | Richard van der Hoff | 2022-04-11 | 2 | -10/+9 |
* | Move complement setup stuff into the Synapse repo (#12404) | Richard van der Hoff | 2022-04-11 | 9 | -23/+442 |
* | Add missing type definitions for scripts in docker folder (#12280) | Jorge Florian | 2022-04-08 | 1 | -4/+5 |
* | Poetry: use locked environment in Docker images (#12385) | David Robertson | 2022-04-07 | 2 | -25/+63 |
* | README-testing.md: fix minor error | Richard van der Hoff | 2022-03-31 | 1 | -1/+1 |
* | Remove `dockerfile-pgtests` (#12336) | David Robertson | 2022-03-31 | 2 | -49/+0 |
* | Move synctl into `synapse._scripts` and expose as an entrypoint (#12140) | David Robertson | 2022-03-04 | 1 | -1/+1 |
* | Move scripts directory inside synapse, exposing as setuptools entry_points (#... | David Robertson | 2022-03-02 | 1 | -1/+0 |
* | Use Python 3.9 in Synapse dockerfiles by default (#12112) | Andrew Morgan | 2022-03-01 | 1 | -2/+2 |
* | Docker: remove `VOLUME` directive (#11997) | Richard van der Hoff | 2022-02-15 | 1 | -2/+0 |
* | Drop support for and remove references to EOL Python 3.6 (#11683) | Shay | 2022-01-21 | 2 | -2/+2 |
* | Use buildkit's cache feature to speed up docker builds (#11691) | Richard van der Hoff | 2022-01-12 | 1 | -5/+21 |
* | Improve Docker docs for use with Postgres (#11640) | Callum Macdonald | 2022-01-05 | 1 | -0/+4 |
* | Drop Bionic from Debian builds (#11633) | Shay | 2022-01-03 | 1 | -5/+4 |
* | Create healthcheck script for synapse-workers container (#11429) | Michael Kaye | 2021-11-26 | 3 | -0/+22 |
* | Remove code invalidated by deprecated config flag 'trust_identity_servers_for... | Shay | 2021-11-23 | 1 | -8/+0 |
* | Add support for `/_matrix/media/v3` APIs (#11371) | Aaron R | 2021-11-17 | 1 | -11/+11 |
* | Docker: avoid changing userid unnecessarily (#11209) | Richard van der Hoff | 2021-11-01 | 2 | -23/+27 |
* | Fix Shellcheck SC2006: Use $(...) notation | Dan Callahan | 2021-10-22 | 1 | -2/+2 |
* | Fix Shellcheck SC2086: Quote to prevent splitting | Dan Callahan | 2021-10-22 | 1 | -1/+1 |
* | Fix Shellcheck SC2154: variable possibly undefined | Dan Callahan | 2021-10-22 | 1 | -1/+1 |
* | fix relative link in docker readme (#11144) | Richard van der Hoff | 2021-10-21 | 1 | -1/+2 |
* | Fix debian package builds. (#10931) | Erik Johnston | 2021-09-28 | 1 | -2/+3 |
* | Update postgresql testing script (#10906) | David Robertson | 2021-09-24 | 2 | -7/+24 |
* | Fix frontend_proxy jinja script in docker workers (#10783) | kegsay | 2021-09-08 | 1 | -1/+1 |
* | Make `PeriodicallyFlushingMemoryHandler` the default logging handler. (#10518) | reivilibre | 2021-08-17 | 1 | -7/+20 |
* | Fix deb build script to set prerelease flag correctly (#10500) | Richard van der Hoff | 2021-08-01 | 1 | -5/+4 |
* | Drop xenial-support hacks (#10429) | Richard van der Hoff | 2021-07-21 | 1 | -7/+11 |
* | Set section for prerelease debs (#10391) | Richard van der Hoff | 2021-07-14 | 1 | -0/+14 |
* | Fix broken links in INSTALL.md (#10331) | Dirk Klimpel | 2021-07-08 | 1 | -2/+2 |
* | Remove support for ACME v1 (#10194) | Brendan Abolivier | 2021-06-17 | 1 | -6/+0 |
* | Fix broken link to README at root of repo (#10132) | Chris Castle | 2021-06-07 | 1 | -1/+1 |
* | Run complement with Synapse workers manually. (#10039) | Patrick Cloke | 2021-05-24 | 1 | -4/+4 |
* | Fix docker image to not log at `/homeserver.log` (#10045) | Sergio Miguéns | 2021-05-24 | 1 | -1/+3 |
* | Docker healthcheck timings - add startup delay and changed interval (#9913) | Christopher May-Townsend | 2021-05-05 | 2 | -4/+15 |
* | Add a dockerfile for running a set of Synapse worker processes (#9162) | Andrew Morgan | 2021-04-14 | 10 | -6/+866 |
* | Add note to docker docs explaining platform support (#9801) | Andrew Morgan | 2021-04-14 | 1 | -3/+6 |
* | Put opencontainers labels to the final image (#9765) | Johannes Wienke | 2021-04-08 | 1 | -5/+5 |
* | Replace `room_invite_state_types` with `room_prejoin_state` (#9700) | Richard van der Hoff | 2021-03-30 | 1 | -8/+0 |
* | Make pip install faster in Docker build for Complement testing (#9610) | Eric Eastwood | 2021-03-26 | 1 | -43/+41 |
* | Merge branch 'master' into develop | Erik Johnston | 2021-03-26 | 1 | -20/+23 |
|\ |
|
| * | Explicitly upgrade openssl in docker file and enforce new version of cryptogr... | Erik Johnston | 2021-03-26 | 1 | -20/+23 |
* | | Use interpreter from $PATH instead of absolute paths in various scripts using... | Quentin Gliech | 2021-03-25 | 2 | -2/+2 |
* | | Include opencontainers labels in Docker image (#9612) | Johannes Wienke | 2021-03-22 | 1 | -0/+5 |
|/ |
|
* | Install jemalloc in docker image (#8553) | Mathieu Velten | 2021-03-16 | 3 | -2/+16 |
* | Remove vestiges of uploads_path config (#9462) | Richard van der Hoff | 2021-02-22 | 2 | -2/+0 |
* | Add rustc to Docker image build environment (#9405) | Dan Callahan | 2021-02-15 | 1 | -0/+2 |
* | Fix Debian builds on Xenial (#9254) | Dan Callahan | 2021-01-29 | 1 | -0/+1 |
* | Replace 'perspectives' config block with 'trusted_key_servers' in docker home... | Andrew Morgan | 2021-01-19 | 1 | -6/+4 |
* | Fix failures in Debian packaging (#9079) | Dan Callahan | 2021-01-12 | 1 | -2/+10 |
* | Add 'xmlsec1' to dependency list github/release-v1.24.0 release-v1.24.0 | Erik Johnston | 2020-12-09 | 1 | -1/+2 |
* | Remove version pin prometheus_client dependency (#8875) | Jordan Bancino | 2020-12-04 | 1 | -1/+1 |
* | Cap the version of prometheus_client to <v0.9.0 in the dockerfile (#8767) | Andrew Morgan | 2020-11-17 | 1 | -1/+2 |
* | Use Python 3.8 in Docker images by default (#8698) | Dan Callahan | 2020-11-02 | 1 | -1/+1 |
* | Docker: support passing additional commandline args to synapse (#8390) | Samuel Philipp | 2020-10-11 | 2 | -18/+43 |
* | Increase default max_upload_size from 10M to 50M (#8502) | Mateusz Przybyłowicz | 2020-10-09 | 1 | -1/+1 |
* | Add required Debian dependencies to allow docker builds on the arm platform (... | Christopher May-Townsend | 2020-08-26 | 1 | -3/+10 |
* | Add healthcheck for default localhost 8008 port on /health endpoint. (#8147) | Christopher May-Townsend | 2020-08-24 | 2 | -0/+33 |
* | Move setting of Filter into code. | Erik Johnston | 2020-08-11 | 1 | -6/+0 |
* | Add help for creating a user via docker (#7885) | Michael Kaye | 2020-07-17 | 1 | -0/+15 |
* | Switch to Debian:Slim from Alpine for the docker image (#7839) | Christopher May-Townsend | 2020-07-17 | 2 | -40/+29 |
* | Add libwebp dependency to Dockerfile (#7791) | Juho Vanhanen | 2020-07-06 | 1 | -0/+2 |
* | Switch back to upstream dh-virtualenv (#7621) | Richard van der Hoff | 2020-06-03 | 1 | -1/+1 |
* | Refresh apt cache when building dh_virtualenv docker image (#7555) | Richard van der Hoff | 2020-05-22 | 1 | -2/+4 |
* | Merge branch 'master' into develop | Patrick Cloke | 2020-05-19 | 1 | -7/+8 |
|\ |
|
| * | update dh-virtualenv (#7526) | Richard van der Hoff | 2020-05-19 | 1 | -7/+8 |
* | | Update runtime docker image to Alpine v3.11 | Cédric Laubacher | 2020-05-03 | 1 | -1/+1 |
|/ |
|
* | Kill off deprecated "config-on-the-fly" docker mode (#6918) | Richard van der Hoff | 2020-02-18 | 2 | -40/+32 |
* | bump the version of Alpine Linux used in the docker images (#6897) | Richard van der Hoff | 2020-02-12 | 1 | -1/+1 |
* | Add working build command for docker image (#6390) | Andrew Morgan | 2019-11-23 | 1 | -0/+12 |
* | Docker: Change permissions for data dir before attempting to write to it (#6389) | Andrew Morgan | 2019-11-20 | 1 | -3/+3 |
* | Merge remote-tracking branch 'origin/master' into develop | Richard van der Hoff | 2019-10-31 | 1 | -2/+3 |
|\ |
|
| * | Clarify environment variable usage when running in Docker (#6181) | Anton Lazarev | 2019-10-30 | 1 | -2/+3 |
* | | Fix broken URL in docker/README.md (#6264) | Tobia De Koninck | 2019-10-28 | 1 | -1/+1 |
|/ |
|
* | Fix logging config for the docker image (#6197) | Richard van der Hoff | 2019-10-18 | 1 | -0/+2 |
* | Docker: support SYNAPSE_WORKER envvar (#6058) | Michael Kaye | 2019-09-19 | 2 | -1/+4 |
* | Docker packaging should not su-exec or chmod if already running as UID/GID (#... | Michael Kaye | 2019-09-03 | 1 | -35/+49 |
* | Typographical corrections in docker/README (#5921) | Victor Goff | 2019-08-28 | 1 | -5/+5 |
* | Fix debian packages for sid being called buster. (#5775) | Erik Johnston | 2019-07-30 | 2 | -1/+7 |
* | Improve `Depends` specs in debian package. (#5675) | Richard van der Hoff | 2019-07-17 | 1 | -0/+3 |
* | Add missing space in default logging file format generated by the Docker imag... | Slavi Pantaleev | 2019-07-12 | 1 | -1/+1 |
* | Upgrade Alpine Linux used in the Docker image (3.8 -> 3.10) (#5619) | Slavi Pantaleev | 2019-07-12 | 1 | -2/+2 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Remove SMTP_* env var functionality from docker conf (#5596) | Andrew Morgan | 2019-07-03 | 1 | -19/+0 |
* | Add ability to set timezone for Docker container (#5383) | Amir Zarrinkafsh | 2019-07-02 | 2 | -1/+2 |
* | Docker image: Add a migrate_config mode (#5567) | Richard van der Hoff | 2019-06-27 | 3 | -17/+57 |
* | Docker image: open the non-TLS port by default. (#5568) | Richard van der Hoff | 2019-06-27 | 1 | -0/+1 |
* | Deprecate the env var way of running the docker image (#5566) | Richard van der Hoff | 2019-06-27 | 2 | -154/+94 |
* | Merge pull request #5565 from matrix-org/rav/docker/fix_log_config | Richard van der Hoff | 2019-06-27 | 2 | -1/+13 |
|\ |
|
| * | Docker: generate our own log config | Richard van der Hoff | 2019-06-26 | 1 | -1/+8 |
| * | Add support for SYNAPSE_CONFIG_DIR | Richard van der Hoff | 2019-06-26 | 2 | -0/+5 |
* | | Merge pull request #5563 from matrix-org/rav/docker/data_dir | Richard van der Hoff | 2019-06-27 | 2 | -4/+24 |
|\| |
|
| * | Docker image: add support for SYNAPSE_DATA_DIR parameter | Richard van der Hoff | 2019-06-26 | 2 | -4/+17 |
| * | document supported env vars for docker 'generate' option | Richard van der Hoff | 2019-06-26 | 1 | -0/+7 |
* | | Docker: only run --generate-keys when generating config on-the-fly. | Richard van der Hoff | 2019-06-26 | 1 | -7/+21 |
* | | improve logging for generate_config_from_template | Richard van der Hoff | 2019-06-26 | 1 | -1/+2 |
|/ |
|
* | isort | Richard van der Hoff | 2019-06-25 | 1 | -4/+5 |
* | Add a main() function | Richard van der Hoff | 2019-06-25 | 1 | -8/+11 |
* | Factor out a run_generate_config function | Richard van der Hoff | 2019-06-25 | 1 | -17/+28 |
* | Factor out "generate_config_from_template" | Richard van der Hoff | 2019-06-25 | 1 | -41/+81 |
* | Increase default log level for docker image to INFO. (#5547) | Richard van der Hoff | 2019-06-25 | 1 | -5/+2 |
* | Update docker image to use Python 3.7. (#5546) | Richard van der Hoff | 2019-06-25 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -19/+39 |
* | Include xmlsec in the docker image | Richard van der Hoff | 2019-06-18 | 1 | -1/+3 |
* | Remove Postgres 9.4 support (#5448) | Amber Brown | 2019-06-18 | 2 | -3/+3 |
* | Change to absolute path for contrib/docker | Neil Johnson | 2019-06-13 | 1 | -1/+1 |
* | Update README.md (#5222) | Steffen | 2019-05-22 | 1 | -1/+1 |
* | Merge branch 'master' into develop | Richard van der Hoff | 2019-05-03 | 1 | -1/+2 |
|\ |
|
| * | Debian: we now need libpq-dev. | Richard van der Hoff | 2019-05-03 | 1 | -1/+2 |
* | | Fix handling of SYNAPSE_NO_TLS in docker image (#5005) | *=0=1=4=* | 2019-04-25 | 2 | -2/+15 |
* | | Add systemd-python to optional dependencies (#4339) | Silke Hofstra | 2019-04-16 | 1 | -0/+2 |
* | | Correct default POSTGRES_USER in Docker README (#4987) | *=0=1=4=* | 2019-04-04 | 1 | -2/+3 |
* | | Add -p argument for docker run command example | Jurrie Overgoor | 2019-03-29 | 1 | -0/+1 |
* | | Fix typo in TLS filenames | Jurrie Overgoor | 2019-03-29 | 1 | -2/+2 |
|/ |
|
* | Document the `generate` option for the docker image. | Richard van der Hoff | 2019-03-07 | 1 | -4/+37 |
* | Fix debian build dockerfile github/release-v0.99.1 release-v0.99.1 | Richard van der Hoff | 2019-02-14 | 1 | -1/+5 |
* | Remove redundant entries from docker config | Richard van der Hoff | 2019-02-11 | 2 | -24/+1 |
* | Enable ACME support in the docker image (#4566) | Richard van der Hoff | 2019-02-05 | 5 | -41/+115 |
* | Docker: only copy what we need to the build image (#4562) | Richard van der Hoff | 2019-02-05 | 1 | -1/+4 |
* | Require ECDH key exchange & remove dh_params (#4429) | Amber Brown | 2019-01-22 | 1 | -1/+0 |
* | Rewrite build_debian_packages github/release-v0.34.1.1 release-v0.34.1.1 | Richard van der Hoff | 2019-01-12 | 1 | -46/+0 |
* | fix docker build to install optional deps github/release-v0.34.1 release-v0.34.1 | Richard van der Hoff | 2019-01-09 | 1 | -3/+1 |
* | Install the optional dependencies into the debian package (#4325) | Richard van der Hoff | 2019-01-02 | 2 | -18/+33 |
* | buster is a thing | Richard van der Hoff | 2018-12-20 | 1 | -1/+8 |
* | Debian packaging via dh_virtualenv (#4285) | Richard van der Hoff | 2018-12-20 | 3 | -0/+115 |
* | Remove obsolete settings from docker homeserver.yaml | Richard van der Hoff | 2018-12-04 | 1 | -3/+1 |
* | Remove riot.im from the list of trusted Identity Servers in the default confi... | Neil Johnson | 2018-11-20 | 1 | -1/+3 |
* | Make Docker image listening on ipv6 as well as ipv4 | Cédric Laudrel | 2018-10-25 | 1 | -2/+2 |
* | Ship the email templates as package_data | Richard van der Hoff | 2018-10-17 | 1 | -1/+3 |
* | Further reduce the size of the docker image (#3972) | Richard van der Hoff | 2018-10-01 | 1 | -25/+46 |
* | Update Dockerfile | Jan Christian Grünhage | 2018-09-25 | 1 | -1/+0 |
* | make python 3 work in the docker container | Jan Christian Grünhage | 2018-09-20 | 2 | -2/+5 |
* | Add a way to run tests in PostgreSQL in Docker (#3699) | Amber Brown | 2018-09-20 | 2 | -0/+32 |
* | Added description for "SYNAPSE_MAX_UPLOAD_SIZE" variable. | Simon Dwyer | 2018-09-16 | 1 | -1/+1 |
* | Added description for "SYNAPSE_MAX_UPLOAD_SIZE" variable. | Simon Dwyer | 2018-09-16 | 1 | -0/+1 |
* | Added 'MAX_UPLOAD_SIZE' variable and set default to "10M" | Simon Dwyer | 2018-09-16 | 1 | -1/+1 |
* | add runtime dependencies | Jan Christian Grünhage | 2018-09-10 | 1 | -5/+10 |
* | Move COPY before RUN and merge RUNs | Mathijs van Gorcum | 2018-09-10 | 1 | -5/+5 |
* | Remove build requirements after building | Mathijs van Gorcum | 2018-09-10 | 1 | -2/+3 |
* | update docker base-image to alpine 3.8 | Jan Christian Grünhage | 2018-08-09 | 1 | -1/+1 |
* | Update README.md | Michael Kaye | 2018-08-03 | 1 | -1/+1 |
* | Address SPAG issues | Michael Kaye | 2018-08-02 | 1 | -2/+4 |
* | Refactor docker locations and README. | Michael Kaye | 2018-08-02 | 5 | -0/+471 |