Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Andrew Morgan | 2021-04-27 | 1 | -2/+1 |
|\ | |||||
| * | Remove `synapse.types.Collection` (#9856) | Richard van der Hoff | 2021-04-22 | 1 | -2/+1 |
| | | | | | | This is no longer required, since we have dropped support for Python 3.5. | ||||
* | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Andrew Morgan | 2021-04-19 | 1 | -1/+0 |
|\| | |||||
| * | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` | ||||
* | | Merge remote-tracking branch 'origin/release-v1.27.0' into matrix-org-hotfixes | Erik Johnston | 2021-02-02 | 1 | -1/+2 |
|\| | |||||
| * | Add type hints to various handlers. (#9223) | Patrick Cloke | 2021-01-26 | 1 | -1/+2 |
| | | | | | | | | With this change all handlers except the e2e_* ones have type hints enabled. | ||||
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2021-01-26 | 1 | -2/+2 |
|\| | |||||
| * | Use execute_batch in more places (#9188) | Erik Johnston | 2021-01-21 | 1 | -2/+2 |
| | | | | | | | | | | * Use execute_batch in more places * Newsfile | ||||
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Richard van der Hoff | 2020-10-01 | 1 | -2/+2 |
|\| | |||||
| * | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py | ||||
* | | Merge branch 'develop' into matrix-org-hotfixes | Brendan Abolivier | 2020-09-03 | 1 | -6/+9 |
|\| | |||||
| * | Convert additional databases to async/await part 3 (#8201) | Patrick Cloke | 2020-09-01 | 1 | -6/+9 |
| | | |||||
* | | Merge branch 'develop' into matrix-org-hotfixes | Brendan Abolivier | 2020-08-13 | 1 | -1/+1 |
|/ | |||||
* | Convert additional database stores to async/await (#8045) | Patrick Cloke | 2020-08-07 | 1 | -34/+35 |
| | |||||
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -0/+710 |