- Jan 08, 2019
-
-
Erik Johnston authored
* Correctly retry and back off if we get a HTTPerror response * Refactor request sending to have better excpetions MatrixFederationHttpClient blindly reraised exceptions to the caller without differentiating "expected" failures (e.g. connection timeouts etc) versus more severe problems (e.g. programming errors). This commit adds a RequestSendFailed exception that is raised when "expected" failures happen, allowing the TransactionQueue to log them as warnings while allowing us to log other exceptions as actual exceptions.
-
- Jan 07, 2019
-
-
Amber Brown authored
-
Jason Robinson authored
* Fix command hint to generate a config file When trying to start Synapse without a config file, it will complain and give a hint towards what command to run. This hinted command is missing the "report_stats" parameter, which is required with either yes or no value. Add this to the command. Not an ideal situation but makes the given command work without the user getting another error, even though it might be unclear what "report_stats" represents. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Travis Ralston authored
As per https://github.com/matrix-org/matrix-doc/issues/1339
-
Richard van der Hoff authored
* Raise a ConfigError if an invalid resource is specified * Require Jinja 2.9 for the consent resource * changelog
-
- Jan 06, 2019
-
-
Michael Telatynski authored
Signed-off-by:
Michael Telatynski <7t3chguy@gmail.com>
-
- Jan 04, 2019
-
-
Richard van der Hoff authored
... to allow installation alongside our matrix-synapse transitional package.
-
- Jan 02, 2019
-
-
Matthew Hodgson authored
-
Aaron authored
* Update README to not lie about required restart Signed-off-by:
Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Neil Johnson authored
-
Aaron authored
* Update PR template to use absolute links Signed-off-by:
Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Richard van der Hoff authored
Make sure we don't put the _trial_temp directory in the package target directory. Fixes https://github.com/matrix-org/synapse/issues/4322
-
Richard van der Hoff authored
since #4298, the optional dependencies are no longer installed with a simple `pip install .`, which meant that they were not being included in the debian package. The easy fix to that is dh_virtualenv --extras, but that needs dh_virtualenv 1.1...
-
- Dec 29, 2018
-
-
Amber Brown authored
-
- Dec 28, 2018
-
-
Krithin Sitaram authored
* Remove mention of lt-cred-mech in the sample coturn config. See https://github.com/coturn/coturn/pull/262 for more context. Also clean up some minor formatting issues while I'm here. * Add changelog. Signed-off-by:
Krithin Sitaram <krithin@gmail.com>
-
- Dec 24, 2018
-
-
Will Hunt authored
-
Richard van der Hoff authored
... as per MSC1730.
-
- Dec 21, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
These settings are not supposed to be under 'listeners'.
-
Amber Brown authored
-
Amber Brown authored
Make the dependencies more like a standard Python project and hook up the optional dependencies to setuptools (#4298)
-
Maarten de Vries authored
prometheus_client 0.5 has a named-tuple Sample type with more member than the old plain tuple had. This commit makes sure the unit test detects this and changes the way it reads the sample. Signed-off-by:
Maarten de Vries <maarten@de-vri.es>
-
Richard van der Hoff authored
Give the image the right tag, so that we can push it.
-
- Dec 20, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
David Baker authored
* Add 'sandbox' to the CSP for media repo * Changelog
-
- Dec 19, 2018
-
-
Nathan Pennie authored
-
- Dec 18, 2018
-
-
Erik Johnston authored
-
Neil Johnson authored
* ensure can report mau stats when hs.config.mau_stats_only is set
-
- Dec 14, 2018
-
-
Neil Johnson authored
Allow for the creation of a support user. A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits.
-
- Dec 13, 2018
-
-
Nad Chishtie authored
* Improved static/index.html look, feel and content. * Added accessibility tags to in-line SVG. * Grammar.
-
Amber Brown authored
-
Amber Brown authored
-
Nad Chishtie authored
* Improved static/index.html look, feel and content. * Added accessibility tags to in-line SVG. * Grammar.
-
- Dec 11, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
... otherwise it hangs
-
Richard van der Hoff authored
This is largely a precursor for the removal of the bundled webclient. The idea is to present a page at / which reassures people that something is working, and to give them some links for next steps. The welcome page lives at `/_matrix/static/`, so is enabled alongside the other `static` resources (which, in practice, means the client API is enabled). We'll redirect to it from `/` if we have nothing better to display there. It would be nice to have a way to disable it (in the same way that you might disable the nginx welcome page), but I can't really think of a good way to do that without a load of ickiness. It's based on the work done by @krombel for #2601.
-
Richard van der Hoff authored
This is based on the work done by @krombel in #2601.
- Dec 10, 2018
-
-
David Baker authored
* Add 'sandbox' to the CSP for media repo * Changelog
-