Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-08 | Refactor request sending to have better excpetions (#4358) | Erik Johnston | 1 | -0/+18 | |
* 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. | |||||
2019-01-08 | Fix synapse.config.__main__ on python 3 (#4356) | Amber Brown | 2 | -1/+2 | |
2019-01-07 | Fix command hint to generate a config file (#4353) | Jason Robinson | 3 | -2/+8 | |
* 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> | |||||
2019-01-07 | Add GET account data routes (#4303) | Travis Ralston | 2 | -1/+34 | |
As per https://github.com/matrix-org/matrix-doc/issues/1339 | |||||
2019-01-07 | Check jinja version for consent resource (#4327) | Richard van der Hoff | 4 | -28/+75 | |
* Raise a ConfigError if an invalid resource is specified * Require Jinja 2.9 for the consent resource * changelog | |||||
2019-01-06 | fix the check for whether `is_url` to match all the other ones in codebase ↵ | Michael Telatynski | 2 | -3/+9 | |
(#3405) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> | |||||
2019-01-04 | Update debian Conflicts specifications (#4349) | Richard van der Hoff | 3 | -2/+14 | |
... to allow installation alongside our matrix-synapse transitional package. | |||||
2019-01-02 | fix NPE in /messages by checking if all events were filtered out (#4330) | Matthew Hodgson | 2 | -10/+12 | |
2019-01-02 | Update README to not lie about required restart (#4343) | Aaron Raimist | 2 | -2/+3 | |
* 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> | |||||
2019-01-02 | Ensure synchrotrons can access is_support_user in the storage layer | Neil Johnson | 2 | -25/+26 | |
2019-01-02 | Update docker-compose.yml (#4282) | jribal | 1 | -1/+1 | |
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. | |||||
2019-01-02 | Update PR template to use absolute links (#4341) | Aaron Raimist | 2 | -2/+3 | |
* 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> | |||||
2019-01-02 | Avoid packaging _trial_temp directory (#4326) | Richard van der Hoff | 2 | -2/+3 | |
Make sure we don't put the _trial_temp directory in the package target directory. Fixes https://github.com/matrix-org/synapse/issues/4322 | |||||
2019-01-02 | Install the optional dependencies into the debian package (#4325) | Richard van der Hoff | 5 | -20/+37 | |
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... | |||||
2018-12-29 | Remove v1 only REST APIs now we don't ship matrix console (#4334) | Amber Brown | 7 | -590/+45 | |
2018-12-28 | Remove mention of lt-cred-mech in the sample coturn config. (#4333) | Krithin Sitaram | 2 | -3/+3 | |
* 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> | |||||
2018-12-24 | Log roomid along with Unknown room (#4297) | Will Hunt | 2 | -1/+2 | |
2018-12-24 | Return well_known in /login response (#4319) | Richard van der Hoff | 3 | -7/+15 | |
... as per MSC1730. | |||||
2018-12-22 | Add a script to generate a clean config file (#4315) | Richard van der Hoff | 11 | -46/+157 | |
2018-12-22 | Fix indentation in default config (#4313) | Richard van der Hoff | 2 | -35/+36 | |
These settings are not supposed to be under 'listeners'. | |||||
2018-12-22 | Fix IP URL previews on Python 3 (#4215) | Amber Brown | 8 | -272/+590 | |
2018-12-22 | Make the dependencies more like a standard Python project and hook up the ↵ | Amber Brown | 7 | -158/+111 | |
optional dependencies to setuptools (#4298) | |||||
2018-12-21 | Fix test_metrics.py compatibility prometheus_client 0.5 | Maarten de Vries | 2 | -1/+24 | |
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> | |||||
2018-12-21 | Fix circleci config for synapse:latest docker upload | Richard van der Hoff | 2 | -2/+3 | |
Give the image the right tag, so that we can push it. | |||||
2018-12-20 | Mention updating extensions github/release-v0.34.0 release-v0.34.0 | Richard van der Hoff | 1 | -2/+7 | |
2018-12-20 | clarify that installing -py3 removes the old pkg | Richard van der Hoff | 1 | -3/+4 | |
2018-12-20 | buster is a thing | Richard van der Hoff | 1 | -1/+8 | |
2018-12-20 | Clarify that py2 packages will continue to exist v0.34.0 | Richard van der Hoff | 1 | -0/+4 | |
2018-12-20 | document supported python 3 versions | Richard van der Hoff | 2 | -5/+9 | |
2018-12-20 | more changelog fix | Richard van der Hoff | 1 | -1/+1 | |
2018-12-20 | minor changelog tweaks | Richard van der Hoff | 1 | -4/+4 | |
2018-12-20 | fix UPGRADE formatting | Richard van der Hoff | 1 | -6/+6 | |
2018-12-20 | Prepare 0.34 release | Richard van der Hoff | 7 | -24/+18 | |
2018-12-20 | Update log config for debian packages | Richard van der Hoff | 1 | -0/+1 | |
Better follow our own release notes. | |||||
2018-12-20 | Debian packaging via dh_virtualenv (#4285) | Richard van der Hoff | 36 | -509/+310 | |
2018-12-20 | import from package-debian-synapse | Amber Brown | 38 | -0/+2678 | |
2018-12-20 | Add 'sandbox' to CSP for media repo (#4284) | David Baker | 2 | -1/+3 | |
* A |