- Nov 16, 2021
-
-
reivilibre authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Patrick Cloke authored
-
David Robertson authored
-
Ashwin Nair authored
Signed-off-by:
Ashwin S. Nair <58840757+Ashwin-exe@users.noreply.github.com>
-
- Nov 15, 2021
-
-
David Robertson authored
It already seems to pass mypy. I wonder what changed, given that it was on the exclusion list. So this commit consists of me ensuring `--disallow-untyped-defs` passes and a minor fixup to a function that returned either `True` or `None`.
-
David Robertson authored
-
Tulir Asokan authored
* Add support for the stable version of MSC2778 Signed-off-by:
Tulir Asokan <tulir@maunium.net> * Expect m.login.application_service in login and password provider tests Signed-off-by:
Tulir Asokan <tulir@maunium.net>
-
- Nov 13, 2021
-
-
Shay authored
* remove unused tables room_stats_historical and user_stats_historical * update changelog number * Bump schema compat version comment * make linter happy * Update comment to give more info Co-authored-by:
reivilibre <oliverw@matrix.org> Co-authored-by:
reivilibre <oliverw@matrix.org>
-
- Nov 12, 2021
-
-
David Robertson authored
I was sad that I couldn't do better for `_curr_state_delta_stream_cache`. At least it's explicitly called out in a comment with #TODO.
-
Patrick Cloke authored
This was only checking the __init__ files in modules instead of all files in a module, which don't pass yet.
-
David Robertson authored
* Prefer `HTTPStatus` over plain `int` This is an Opinion that no-one has seemed to object to yet. * `--disallow-untyped-defs` for `tests.rest.client.test_directory` * Improve synapse's annotations for deleting aliases * Test case for deleting a room alias * Changelog
-
Shay authored
* change display names/avatar URLS to None if they contain null bytes * add changelog * add POC test, requested changes * add a saner test and remove old one * update test to verify that display name has been changed to None * make test less fragile
-
Patrick Cloke authored
-
David Robertson authored
* Make DataStore inherit from EventForwardExtremitiesStore before CacheInvalidationWorkerStore the former implicitly inherits from the latter, so they should be ordered like this when used.
-
David Robertson authored
* Annotate HomeserverTestCase.servlets * Correct annotation of federation_auth_origin * Use AnyStr custom_headers instead of a Union This allows (str, str) and (bytes, bytes). This disallows (str, bytes) and (bytes, str) * DomainSpecificString.SIGIL is a ClassVar
-
Patrick Cloke authored
-
Patrick Cloke authored
-
reivilibre authored
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Nov 11, 2021
-
-
David Robertson authored
I'm not sure why this was excluded---it seemed to be passing for me. But it's easy enough to fixup.
-
David Robertson authored
-
David Robertson authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Dirk Klimpel authored
-
Patrick Cloke authored
-
- Nov 10, 2021
-
-
Neeeflix authored
Signed-off-by:
Jonas Zeunert <jonas@zeunert.org>
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Andrew Morgan authored
-
Richard van der Hoff authored
as of #11012, these parameters are unused.
-
Olivier Wilkinson (reivilibre) authored
Synapse 1.47.0rc2 (2021-11-10) ============================== This fixes an issue with publishing the Debian packages for 1.47.0rc1. It is otherwise identical to 1.47.0rc1.
-
Olivier Wilkinson (reivilibre) authored
-
Olivier Wilkinson (reivilibre) authored
-
Olivier Wilkinson (reivilibre) authored
-
- Nov 09, 2021
-
-
Stanislav Motylkov authored
-
Patrick Cloke authored
This was due to a conflict between #11282, which changed mypy configuration, and #11228, a normal change.
-
Dan Callahan authored
Signed-off-by:
Dan Callahan <danc@element.io>
-
Andrew Morgan authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-