- Mar 25, 2021
-
-
Quentin Gliech authored
On NixOS, `bash` isn't under `/bin/bash` but rather in some directory in `$PATH`. Locally, I've been patching those scripts to make them work. `/usr/bin/env` seems to be the only [portable way](https://unix.stackexchange.com/questions/29608/why-is-it-better-to-use-usr-bin-env-name-instead-of-path-to-name-as-my ) to use binaries from the PATH as interpreters. Signed-off-by:
Quentin Gliech <quentingliech@gmail.com>
-
- Feb 16, 2021
-
-
Eric Eastwood authored
- Update black version to the latest - Run black auto formatting over the codebase - Run autoformatting according to [`docs/code_style.md `](https://github.com/matrix-org/synapse/blob/80d6dc9783aa80886a133756028984dbf8920168/docs/code_style.md) - Update `code_style.md` docs around installing black to use the correct version
-
- Dec 02, 2020
-
-
Johanna Dorothea Reichmann authored
The official dashboard uses data from these rules, but they were never added to the synapse-v2.rules. They are mentioned in this issue: https://github.com/matrix-org/synapse/issues/7917#issuecomment-661330409 , but never got added to the rules. Adding them results in all graphs in the "Event persist rate" section to function as intended. Signed-off-by:
Johanna Dorothea Reichmann <transcaffeine@finallycoffee.eu>
-
- Nov 26, 2020
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
Dirk Klimpel authored
-
- Oct 27, 2020
-
-
Michael Kaye authored
-
- Sep 17, 2020
-
-
Jonathan de Jong authored
-
- Sep 04, 2020
-
-
Patrick Cloke authored
-
- Jul 30, 2020
-
-
Patrick Cloke authored
-
- Jul 20, 2020
-
-
Andrew Morgan authored
Run `isort`, `flake8` and `black` over the `contrib/` directory and `synctl` script. The latter was already being done in CI, but now the linting script does it too. Fixes https://github.com/matrix-org/synapse/issues/7910
-
Karthikeyan Singaravelan authored
* Fix deprecation warnings due to invalid escape sequences. * Add changelog Signed-off-by:
Karthikeyan Singaravelan <tir.karthi@gmail.com>
-
- Jul 13, 2020
-
-
Richard van der Hoff authored
-
- Jun 17, 2020
-
-
lub authored
-
- Jun 16, 2020
-
-
Dagfinn Ilmari Mannsåker authored
-
- Jun 02, 2020
-
-
Richard van der Hoff authored
-
- May 28, 2020
-
-
David Rio Deiros authored
-
- Apr 08, 2020
-
-
Richard van der Hoff authored
Simplify and update this documentation, and make it part of the core dist.
-
- Mar 19, 2020
-
-
Richard van der Hoff authored
-
- Mar 01, 2020
-
-
Matthew Hodgson authored
-
- Feb 29, 2020
-
-
Sandro authored
Signed-off-by:
Sandro Jäckel <sandro.jaeckel@gmail.com>
-
- Feb 25, 2020
-
-
Fridtjof Mund authored
I made a mistake in https://github.com/matrix-org/synapse/pull/6921 - the quotes break the postgres container's startup script (or docker-compose), which makes initdb fail: https://github.com/matrix-org/synapse/pull/6921#issuecomment-590657154 Signed-off-by:
Fridtjof Mund <fridtjof@das-labor.org>
-
- Feb 14, 2020
-
-
Fridtjof Mund authored
Signed-off-by:
Fridtjof Mund <fridtjof@das-labor.org>
-
- Jan 08, 2020
-
-
Fabian Meyer authored
The mount in the form of ./matrix-config:/etc overwrites the contents of the container /etc folder. Since all valid ca certificates are stored in /etc, the synapse.push.httppusher, for example, cannot validate the certificate from matrix.org.
-
- Dec 09, 2019
-
-
Clifford Garwood II authored
-
- Dec 05, 2019
-
-
Andrew Morgan authored
This reverts commit dc874789.
-
Clifford Garwood II authored
Signed-off-by:
Clifford Garwood II <cliff@cigii.com>
-
Clifford Garwood II authored
Signed-off-by:
Clifford Garwood II <cliff@cigii.com>
-
- Oct 31, 2019
-
-
Amber Brown authored
* update version of black and also fix the mypy config being overridden
-
- Oct 23, 2019
-
-
Andrew Morgan authored
-
- Oct 18, 2019
-
-
przemas75 authored
-
- Sep 06, 2019
-
-
Andrew Morgan authored
Allow Synapse to send registration emails + choose Synapse or an external server to handle 3pid validation (#5987) This is a combination of a few different PRs, finally all being merged into `develop`: * #5875 * #5876 * #5868 (This one added the `/versions` flag but the flag itself was actually [backed out](https://github.com/matrix-org/synapse/commit/891afb57cbdf9867f2848341b29c75d6f35eef5a#diff-e591d42d30690ffb79f63bb726200891) in #5969. What's left is just giving /versions access to the config file, which could be useful in the future) * #5835 * #5969 * #5940 Clients should not actually use the new registration functionality until https://github.com/matrix-org/synapse/pull/5972 is merged. UPGRADE.rst, changelog entries and config file changes should all be reviewed closely before this PR is merged.
-
- Sep 05, 2019
-
-
Andrew Morgan authored
-
- Aug 09, 2019
-
-
Thomas Citharel authored
Was verbose option instead of -X, command didn't work Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Jul 23, 2019
-
-
Erik Johnston authored
-
- Jul 22, 2019
-
-
Erik Johnston authored
-
- Jul 03, 2019
-
-
Amber Brown authored
-
- Jun 27, 2019
-
-
Richard van der Hoff authored
This is mostly a documentation change, but also adds a default value for SYNAPSE_CONFIG_PATH, so that running from the generated config is the default, and will Just Work provided your config is in the right place.
-
- Jun 26, 2019
-
-
jon r authored
This points the reverse links at the intended location.
-
- Jun 25, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-