summary refs log tree commit diff
path: root/scripts-dev/mypy_synapse_plugin.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-29Support PyJWT v2.0.0. (#8986)Patrick Cloke2-4/+13
2020-12-14Allow per-room profile to be used for server notice user (#8799)Mathieu Velten2-1/+10
2020-12-11Remove the CI requirement for newsfiles (#73)Andrew Morgan1-11/+0
2020-12-11Fix users info for remote users (#71)Mathieu Velten2-2/+2
2020-12-11Update mypy to 0.790 to resolve mypy CI errors (#72)Andrew Morgan4-7/+9
2020-10-29Override any missing default power level keys with DINUM's defaults when crea...Andrew Morgan3-18/+85
2020-10-271.22.0 v1.22.0 github/release-v1.22.0 release-v1.22.0Erik Johnston3-1/+13
2020-10-26Fixup changelog v1.22.0rc2Erik Johnston1-3/+1
2020-10-26Expand changelog entryErik Johnston1-1/+1
2020-10-261.22.0rc2Erik Johnston5-4/+12
2020-10-26Fix get|set_type_stream_id_for_appservice store functions (#8648)Will Hunt4-13/+85
2020-10-26Properly handle presence events for application services. (#8656)Patrick Cloke2-4/+6
2020-10-26Fix user_daily_visits to not have duplicate rows for UA. (#8654)Erik Johnston2-4/+6
2020-10-26Start fewer opentracing spans (#8640)Erik Johnston8-53/+96
2020-10-23Fix typos and spelling errors. (#8639)Patrick Cloke41-60/+63
2020-10-23Fix handling of User-Agent headers with bad utf-8. (#8632)Erik Johnston8-28/+33
2020-10-23Fix email notifications for invites without local state. (#8627)Erik Johnston3-13/+58
2020-10-22Remove unused OPTIONS handlers. (#8621)Patrick Cloke14-64/+2
2020-10-22Fixup changelog even more v1.22.0rc1Erik Johnston1-2/+1
2020-10-22Fixup changelog some moreErik Johnston1-7/+3
2020-10-22Don't 500 for invalid group IDs (#8628)Erik Johnston2-1/+5
2020-10-22Fixup changelogErik Johnston1-4/+4
2020-10-221.22.0rc1Erik Johnston89-88/+106
2020-10-22Type hints for RegistrationStore (#8615)Erik Johnston4-74