Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-18 | Update test logging to be able to accept braces (#8335) | Jonathan de Jong | 2 | -2/+2 | |
2020-09-18 | Fix ratelimiting for federation `/send` requests. (#8342) | Erik Johnston | 4 | -17/+54 | |
c.f. #8295 for rationale | |||||
2020-09-17 | Move lint dependencies to extras_require (#8330) | Jonathan de Jong | 4 | -12/+10 | |
Lint dependencies can now be installed with pip install -e ".[lint]" This should help keep the version in sync between tox and documentation. | |||||
2020-09-17 | blacklist MSC2753 sytests until it's implemented in synapse (#8285) | Matthew Hodgson | 2 | -0/+9 | |
Dendrite's implementing MSC2753 over at https://github.com/matrix-org/dendrite/pull/1370 to prove the implementation for MSC purposes, and so sytest has sprouted tests for it over at https://github.com/matrix-org/sytest/pull/944. But we don't want them to run on synapse until synapse implements it. | |||||
2020-09-17 | Remove obsolete __future__ imports (#8337) | Jonathan de Jong | 19 | -40/+2 | |
2020-09-17 | Use admin_patterns for all admin APIs. (#8331) | Patrick Cloke | 7 | -26/+20 | |
This reduces duplication of the admin prefix in regular expressions. | |||||
2020-09-17 | Fix a potential bug of UnboundLocalError (#8329) | Jonathan de Jong | 2 | -5/+9 | |
Replaced with less buggier control flow | |||||
2020-09-16 | Switch metaclass initialization to python 3-compatible syntax (#8326) | Jonathan de Jong | 8 | -26/+16 | |
2020-09-16 | 1.20.0rc4 v1.20.0rc4 | Patrick Cloke | 2 | -1/+8 | |
2020-09-16 | 1.19.2 |