summary refs log tree commit diff
path: root/scripts-dev/mypy_synapse_plugin.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-02Fix bug in remote thumbnail search (#8438)Richard van der Hoff2-20/+24
#7124 changed the behaviour of remote thumbnails so that the thumbnailing method was included in the filename of the thumbnail. To support existing files, it included a fallback so that we would check the old filename if the new filename didn't exist. Unfortunately, it didn't apply this logic to storage providers, so any thumbnails stored on such a storage provider was broken.
2020-10-02Fix DB query on startup for negative streams. (#8447)Erik Johnston2-1/+2
For negative streams we have to negate the internal stream ID before querying the DB. The effect of this bug was to query far too many rows, slowing start up time, but we would correctly filter the results afterwards so there was no ill effect.
2020-10-02Convert additional templates to Jinja (#8444)Patrick Cloke9-116/+121
This converts a few more of our inline HTML templates to Jinja. This is somewhat part of #7280 and should make it a bit easier to customize these in the future.
2020-10-02Fix malformed log line in new federation "catch up" logic (#8442)Richard van der Hoff2-1/+2
2020-10-01Do not expose the experimental appservice login flow to clients. (#8440)Patrick Cloke2-2/+1
2020-10-01fix remote thumbnails?Richard van der Hoff1-5/+21
2020-10-01update changelog v1.21.0rc1Richard van der Hoff2-2/+1
2020-10-01fix a logging error in thumbnailer (#8435)Richard van der Hoff2-1/+2
Introduced in #8236
2020-10-01changelog fixesRichard van der Hoff1-2/+1
2020-10-01fix version numberRichard van der Hoff2-3/+3
we're not doing a final release yet!
2020-10-011.21.0Richard van der Hoff87-87/+103
2020-10-01Enable mypy checking for unreachable code and fix instances. (#8432)Patrick Cloke17-53/+38
2020-10-01Revert "Temporary fix to ensure kde can contact matrix.org if stuff breaks"Richard van der Hoff1-4/+0
This reverts commit d90b0946ed775ca228895dd9f7e63bd16bed6391. We believe this is no longer required.
2020-10-01Remove redundant `EventCreationHandler._is_worker_app` attributeRichard van der Hoff1-3/+1
This was added in 1c347c84bf/#7544 as a temporary optimisation. That was never merged to develop, since it conflicted with #7492. The merge cf92310da forgot to remove it.
2020-10-01Fix typo in commentRichard van der Hoff1-1/+1
I think this came from a bad merge
2020-10-01Remove dangling changelog.d filesRichard van der Hoff4-4/+0
These result from PRs which were cherry-picked from release branches.