- Jan 11, 2019
-
-
Richard van der Hoff authored
Otherwise people can't upgrade from matrix-synapse without removing it first
-
- Jan 10, 2019
-
-
Amber Brown authored
-
Amber Brown authored
-
Amber Brown authored
Fix spontaneous logout
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fixes #4371
-
Richard van der Hoff authored
This is already fixed in 0.34.1, by 59f93bb This reverts commit efc522c5.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Jan 09, 2019
-
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
Use RequestSendFailed when fail to parse content type headers
-
- Jan 08, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Don't log stack traces for HTTP error responses
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
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 Raimist 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
Ensure synchrotrons can access is_support_user in the storage layer
-
Neil Johnson authored
-
jribal authored
Hi, the original docker-compose file did not work by default. You get federation port working but no client port. My proposal is to let federation port work as it is by default (8448) and let traefik handle client http/https traffic.
-
Aaron Raimist 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
-