summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to use dmypy (#9692)Erik Johnston2021-03-263-10/+23
* Enable addtional flake8-bugbear linting checks. (#9659)Jonathan de Jong2021-03-241-1/+1
* Allow providing credentials to HTTPS_PROXY (#9657)Andrew Morgan2021-03-221-0/+40
* Merge branch 'develop' into babolivier/msc3026Brendan Abolivier2021-03-192-55/+167
|\
| * Consistently check whether a password may be set for a user. (#9636)Dirk Klimpel2021-03-181-55/+118
| * Make federation catchup send last event from any server. (#9640)Erik Johnston2021-03-181-0/+49
* | Implement MSC3026: busy presence stateBrendan Abolivier2021-03-181-0/+20
|/
* Ensure we use a copy of the event content dict before modifying it in seriali...Andrew Morgan2021-03-173-0/+134
* Enable flake8-bugbear, but disable most checks. (#9499)Jonathan de Jong2021-03-161-1/+1
* Add SSO attribute requirements for OIDC providers (#9609)Hubbe2021-03-161-0/+132
* Return m.change_password.enabled=false if local database is disabled (#9588)Dirk Klimpel2021-03-161-4/+32
* Pass SSO IdP information to spam checker's registration function (#9626)Andrew Morgan2021-03-161-0/+31
* Add support for stable MSC2858 API (#9617)Richard van der Hoff2021-03-161-16/+27
* Fix remaining mypy issues due to Twisted upgrade. (#9608)Patrick Cloke2021-03-152-28/+18
* Don't go into federation catch up mode so easily (#9561)Erik Johnston2021-03-151-1/+2
* Fix additional type hints from Twisted 21.2.0. (#9591)Patrick Cloke2021-03-121-3/+5
* Add tests for blacklisting reactor/agent. (#9563)Patrick Cloke2021-03-111-2/+124
* Use the chain cover index in get_auth_chain_ids. (#9576)Patrick Cloke2021-03-101-3/+73
* JWT OIDC secrets for Sign in with Apple (#9549)Richard van der Hoff2021-03-093-24/+166
* Fix additional type hints. (#9543)Patrick Cloke2021-03-093-12/+19
* Handle image transparency better when thumbnailing. (#9473)Patrick Cloke2021-03-091-8/+21
* Add ResponseCache tests. (#9458)Jonathan de Jong2021-03-081-0/+131
* Add a basic test for purging rooms. (#9541)Patrick Cloke2021-03-081-26/+45
* Record the SSO Auth Provider in the login token (#9510)Richard van der Hoff2021-03-044-50/+55
* Fix additional type hints from Twisted upgrade. (#9518)Patrick Cloke2021-03-031-11/+24
* (Hopefully) stop leaking file descriptors in media repo. (#9497)Patrick Cloke2021-03-011-36/+55
* Add support for no_proxy and case insensitive env variables (#9372)Tim Leung2021-02-261-44/+73
* SSO: redirect to public URL before setting cookies (#9436)Richard van der Hoff2021-02-264-27/+65
* Test that we require validated email for email pushers (#9496)Erik Johnston2021-02-251-2/+32
* Clean up `ShardedWorkerHandlingConfig` (#9466)Erik Johnston2021-02-244-4/+4
* Remove vestiges of uploads_path config (#9462)Richard van der Hoff2021-02-221-1/+0
* Add an `order_by` field to list users' media admin API. (#8978)Dirk Klimpel2021-02-221-21/+225
* Remove cache for get_shared_rooms_for_users (#9416)Andrew Morgan2021-02-221-34/+41
* Regenerate exact thumbnails if missing (#9438)Erik Johnston2021-02-191-3/+66
|\
| * Add testErik Johnston2021-02-191-3/+66
* | Fix style checking due to updated black.Patrick Cloke2021-02-191-1/+4
* | Be smarter about which hosts to send presence to when processing room joins (...Andrew Morgan2021-02-191-4/+10
* | Add a config option to prioritise local users in user directory search result...Andrew Morgan2021-02-191-0/+94
* | Add configs to make profile data more private (#9203)AndrewFerr2021-02-191-1/+5
|/
* Parse ui_auth.session_timeout as a duration (instead of treating it as ms) (#...Rishabh Arya2021-02-181-1/+1
* Reduce the memory usage of previewing media files. (#9421)Patrick Cloke2021-02-181-4/+5
* Add the shadow-banning status to the display user admin API. (#9400)Dirk Klimpel2021-02-172-0/+3
* Support for form_post in OIDC responses (#9376)Richard van der Hoff2021-02-171-13/+13
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-1681-635/+1407
* Clean up caching/locking of OIDC metadata load (#9362)Richard van der Hoff2021-02-162-26/+206
* Handle missing data in power levels events during room upgrade. (#9395)Patrick Cloke2021-02-161-0/+153
* Convert additional test-cases to homeserver test case. (#9396)Patrick Cloke2021-02-164-331/+213
* Merge tag 'v1.27.0rc2' into developPatrick Cloke2021-02-113-1/+13
|\
| * Backout changes for automatically calculating the public baseurl. (#9313)Patrick Cloke2021-02-113-1/+13
* | Convert some test cases to use HomeserverTestCase. (#9377)Patrick Cloke2021-02-115-516/+301
* | Combine the CAS & SAML implementations for required attributes. (#9326)Patrick Cloke2021-02-112-3/+105
* | Handle additional errors when previewing URLs. (#9333)Patrick Cloke2021-02-081-11/+92
* | Merge pull request #9150 from Yoric/develop-contextDavid Teller2021-02-081-0/+84
|\ \
| * | FIXUP: linterDavid Teller2021-01-281-1/+3
| * | FIXUP: Now testing that the user is admin!David Teller2021-01-281-1/+35
| * | New API /_synapse/admin/rooms/{roomId}/context/{eventId}David Teller2021-01-281-0/+48
* | | Merge branch 'erikj/media_spam_checker' into developErik Johnston2021-02-041-0/+94
|\ \ \
| * | | Add check_media_file_for_spam spam checker hookErik Johnston2021-02-041-0/+94
| | |/ | |/|
* | | Handle empty rooms when generating email notifications. (#9257)Patrick Cloke2021-02-041-2/+49
* | | Merge branch 'social_login_hotfixes' into developRichard van der Hoff2021-02-031-4/+12
|\ \ \
| * | | Merge remote-tracking branch 'origin/release-v1.27.0' into social_login_hotfixesRichard van der Hoff2021-02-031-47/+0
| |\| |
| * | | Social login UI polish (#9301)Richard van der Hoff2021-02-031-4/+12
* | | | Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240)Patrick Cloke2021-02-031-1/+60
| |/ / |/| |
* | | Honour ratelimit flag for application services for invite ratelimiting (#9302)Erik Johnston2021-02-031-47/+0
|/ /
* | Add an admin API to get the current room state (#9168)Travis Ralston2021-02-021-0/+15
* | Put OIDC callback URI under /_synapse/client. (#9288)Richard van der Hoff2021-02-011-9/+6
* | Refactor email summary generation. (#9260)Patrick Cloke2021-02-011-0/+30
* | Merge branch 'social_login' into developRichard van der Hoff2021-02-015-36/+40
|\ \
| * | Replace username picker with a template (#9275)Richard van der Hoff2021-02-011-3/+2
| * | Improve styling and wording of SSO redirect confirm template (#9272)Richard van der Hoff2021-02-013-18/+22
| * | Fix SSO on workers (#9271)Richard van der Hoff2021-02-012-16/+5
| * | Split out a separate endpoint to complete SSO registration (#9262)Richard van der Hoff2021-02-011-1/+13
* | | Ratelimit invites by room and target user (#9258)Erik Johnston2021-01-292-1/+127
* | | Ratelimit 3PID /requestToken API (#9238)Erik Johnston2021-01-284-8/+97
| |/ |/|
* | Merge branch 'social_login' into developRichard van der Hoff2021-01-272-2/+93
|\|
| * Implement MSC2858 support (#9183)Richard van der Hoff2021-01-272-2/+93
* | Precompute joined hosts and store in Redis (#9198)Erik Johnston2021-01-261-16/+25
* | Try to recover from unknown encodings when previewing media. (#9164)Patrick Cloke2021-01-261-0/+29
* | Add an admin API for shadow-banning users. (#9209)Patrick Cloke2021-01-252-6/+66
* | Merge tag 'v1.26.0rc2' into developPatrick Cloke2021-01-251-0/+12
|\|
| * Fix chain cover update to handle events with duplicate auth events (#9210)Erik Johnston2021-01-221-0/+12
* | Handle missing content keys when calculating presentable names. (#9165)Patrick Cloke2021-01-252-1/+230
* | Return a 404 if no valid thumbnail is found. (#9163)Patrick Cloke2021-01-211-1/+24
* | Add tests for List Users Admin API (#9045)Dirk Klimpel2021-01-211-27/+196
|/
* Prefix idp_id with "oidc-" (#9189)Richard van der Hoff2021-01-211-1/+1
* Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-201-1/+1
* Give `public_baseurl` a default value (#9159)Richard van der Hoff2021-01-202-10/+0
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-6/+106
* Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128)Richard van der Hoff2021-01-184-82/+181
* Fix test failure due to bad mergeRichard van der Hoff2021-01-151-1/+3
* Make chain cover index bg update go faster (#9124)Erik Johnston2021-01-151-31/+186
* Land support for multiple OIDC providers (#9110)Richard van der Hoff2021-01-151-2/+2
* Add an admin API endpoint to protect media. (#9086)Patrick Cloke2021-01-151-3/+5
* Avoid raising the body exceeded error multiple times. (#9108)Patrick Cloke2021-01-152-2/+103
* Improve UsernamePickerTestCase (#9112)Richard van der Hoff2021-01-154-125/+113
* Store an IdP ID in the OIDC session (#9109)Richard van der Hoff2021-01-151-1/+2
* Merge pull request #9091 from matrix-org/rav/error_on_bad_ssoRichard van der Hoff2021-01-151-0/+27
|\
| * Add a test for wrong user returned by SSORichard van der Hoff2021-01-131-0/+27
* | Fix event chain bg update. (#9118)Erik Johnston2021-01-141-0/+8
* | Add background update for add chain cover index (#9029)Erik Johnston2021-01-141-0/+114
* | Split OidcProvider out of OidcHandler (#9107)Richard van der Hoff2021-01-141-45/+48
|/
* Add a test for UI-Auth-via-SSO (#9082)Richard van der Hoff2021-01-133-42/+226
* Add basic domain validation for `DomainSpecificString.is_valid`. (#9071)Patrick Cloke2021-01-131-0/+4
* Merge branch 'master' into developErik Johnston2021-01-131-0/+130
|\
| * Don't apply the IP range blacklist to proxy connections (#9084)Marcus2021-01-121-0/+130
* | Preparatory refactors of OidcHandler (#9067)Richard van der Hoff2021-01-131-24/+37
* | Remove user's avatar URL and displayname when deactivated. (#8932)Dirk Klimpel2021-01-125-3/+284
* | Handle bad JSON data being returned from the federation API. (#9070)Patrick Cloke2021-01-121-1/+1
* | Remove SynapseRequest.get_user_agent (#9069)Richard van der Hoff2021-01-123-4/+3
* | Also support remote users on the joined_rooms admin API. (#8948)David Teller2021-01-111-6/+52
* | Removes unnecessary declarations in the tests for the admin API. (#9063)Dirk Klimpel2021-01-116-17/+0
* | Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-113-25/+737
* | Merge pull request #9036 from matrix-org/rav/multi_idp/testsRichard van der Hoff2021-01-082-36/+249
|\ \
| * | Add some tests for the IDP picker flowRichard van der Hoff2021-01-072-3/+191
| * | Fix type hints in test_login.pyRichard van der Hoff2021-01-071-24/+54
| * | black-format tests/rest/client/v1/test_login.pyRichard van der Hoff2021-01-071-11/+6
* | | Fix validate_config on nested objects (#9054)Richard van der Hoff2021-01-081-0/+53
* | | Improve the performance of calculating ignored users in large rooms (#9024)Patrick Cloke2021-01-071-0/+120
|/ /
* | Skip unit tests which require optional dependencies (#9031)Richard van der Hoff2021-01-076-13/+89
* | Empty iterables should count towards cache usage. (#9028)Patrick Cloke2021-01-061-23/+50
* | Implement MSC2176: Updated redaction rules (#8984)Patrick Cloke2021-01-051-21/+164
* | Combine the SSO Redirect Servlets (#9015)Richard van der Hoff2021-01-041-1/+1
|/
* Add type hints to the crypto module. (#8999)Patrick Cloke2021-01-041-5/+5
* Use the SSO handler helpers for CAS registration/login. (#8856)Patrick Cloke2021-01-031-0/+121
* Fix RoomDirectoryFederationTests and make them actually run (#8998)Andrew Morgan2020-12-302-21/+18
* Drop the unused local_invites table. (#8979)Patrick Cloke2020-12-291-1/+0
* Support PyJWT v2.0.0. (#8986)Patrick Cloke2020-12-221-4/+12
* Allow server admin to get admin bit in rooms where local user is an admin (#8...Erik Johnston2020-12-181-0/+138
* Fix mainline ordering in state res v2 (#8971)Erik Johnston2020-12-181-1/+56
* Implement a username picker for synapse (#8942)Richard van der Hoff2020-12-182-2/+149
* Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-181-31/+63
* Merge remote-tracking branch 'origin/erikj/as_mau_block' into developErik Johnston2020-12-181-2/+44
|\
| * Update tests/test_mau.pyErik Johnston2020-12-171-1/+2
| * Correctly handle AS registerations and add testErik Johnston2020-12-171-2/+43
* | Try and drop stale extremities. (#8929)Erik Johnston2020-12-181-0/+334
* | Fix `UsersListTestCase` (#8964)Richard van der Hoff2020-12-171-6/+4
* | Use the simple dictionary in full text search for the user directory (#8959)Brendan Abolivier2020-12-171-0/+23
* | Fix a bug that deactivated users appear in the directory (#8933)Dirk Klimpel2020-12-172-2/+88
* | Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel2020-12-173-3/+112
* | Add a maximum size for well-known lookups. (#8950)Patrick Cloke2020-12-161-0/+27
* | Push login completion down into SsoHandler (#8941)Richard van der Hoff2020-12-161-4/+4
* | Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke2020-12-163-9/+9
* | Merge pull request #8951 from matrix-org/rav/username_picker_2Richard van der Hoff2020-12-162-82/+105
|\ \
| * | Make `_make_callback_with_userinfo` asyncRichard van der Hoff2020-12-151-68/+83
| * | Remove spurious mocking of complete_sso_loginRichard van der Hoff2020-12-151-2/+0
| * | Test `get_extra_attributes` fallbackRichard van der Hoff2020-12-152-12/+22
* | | lintRichard van der Hoff2020-12-155-7/+3
* | | Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-1559-983/+742
* | | Remove redundant reading of SynapseRequest.argsRichard van der Hoff2020-12-151-9/+1
* | | Skip redundant check on `request.args`Richard van der Hoff2020-12-151-2/+1
* | | remove 'response' result from `_get_shared_rooms`Richard van der Hoff2020-12-151-8/+9
* | | Replace `request.code` with `channel.code`Richard van der Hoff2020-12-158-22/+22
|/ /
* | Preparatory refactoring of the SamlHandlerTestCase (#8938)Richard van der Hoff2020-12-153-54/+102
* | Fix startup failure with localdb_enabled: False (#8937)Richard van der Hoff2020-12-141-0/+23
* | Various clean-ups to the logging context code (#8935)Patrick Cloke2020-12-144-10/+7
* | Preparatory refactoring of the OidcHandlerTestCase (#8911)Richard van der Hoff2020-12-141-141/+145
* | Allow spam-checker modules to be provide async methods. (#8890)David Teller2020-12-111-2/+2
* | Improve tests for structured logging. (#8916)Patrick Cloke2020-12-111-27/+46
* | Add number of local devices to Room Details Admin API (#8886)Dirk Klimpel2020-12-112-0/+60
* | Don't ratelimit autojoining of rooms (#8921)Erik Johnston2020-12-111-0/+16
* | Default to blacklisting reserved IP ranges and add a whitelist. (#8870)Patrick Cloke2020-12-091-1/+1
* | Skip the SAML tests if xmlsec1 isn't available. (#8905)Patrick Cloke2020-12-091-0/+23
* | Add X-Robots-Tag header to stop crawlers from indexing media (#8887)Aaron Raimist2020-12-081-0/+13
* | Call set_avatar_url with target_user, not user_id (#8872)Will Hunt2020-12-071-1/+6
* | Do not raise a 500 exception when previewing empty media. (#8883)Patrick Cloke2020-12-071-11/+16
* | Add authentication to replication endpoints. (#8853)Patrick Cloke2020-12-042-8/+120
* | Pass room_id to get_auth_chain_difference (#8879)Erik Johnston2020-12-042-12/+20
* | Add additional validation to pusher URLs. (#8865)Patrick Cloke2020-12-043-27/+89
* | Merge tag 'v1.24.0rc2' into developPatrick Cloke2020-12-042-2/+29
|\|
| * Fix a regression that mapping providers should be able to redirect users. (#8...Patrick Cloke2020-12-042-2/+29
* | Fix errorcode for disabled registration (#8867)Richard van der Hoff2020-12-031-0/+1
* | Merge remote-tracking branch 'origin/develop' into rav/remove_unused_mocksRichard van der Hoff2020-12-029-95/+279
|\ \
| * \ Merge pull request #8858 from matrix-org/rav/sso_uiaRichard van der Hoff2020-12-028-57/+279
| |\ \
| | * | UIA: offer only available auth flowsRichard van der Hoff2020-12-023-18/+193
| | * | Factor out FakeResponse from test_oidcRichard van der Hoff2020-12-022-16/+28
| | * | fix up various test casesRichard van der Hoff2020-12-024-16/+37
| | * | Add `create_resource_dict` method to HomeserverTestCaseRichard van der Hoff2020-12-021-7/+21
| | |/
| * | remove unused FakeResponse (#8864)Richard van der Hoff2020-12-021-26/+0
* | | remove unused DeferredMockCallableRichard van der Hoff2020-12-021-90/+1
* | | remove unused `resource_for_federation`Richard van der Hoff2020-12-022-18/+13
* | | Remove redundant mockingRichard van der Hoff2020-12-025-36/+5
|/ /
* | Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-0228-40/+52
* | Correctly handle unpersisted events when calculating auth chain difference. (...Erik Johnston2020-12-022-1/+132
|/
* Fix a regression when grandfathering SAML users. (#8855)Patrick Cloke2020-12-022-1/+41
* Add basic SAML tests for mapping users. (#8800)Patrick Cloke2020-12-022-17/+153
* Create a `PasswordProvider` wrapper object (#8849)Richard van der Hoff2020-12-021-2/+3
* Allow specifying room version in 'RestHelper.create_room_as' and add typing (...Andrew Morgan2020-12-021-2/+25
* Support "identifier" dicts in UIA (#8848)Richard van der Hoff2020-12-012-18/+26
* Don't offer password login when it is disabled (#8835)Richard van der Hoff2020-12-011-3/+105
* Add some tests for `password_auth_providers` (#8819)Richard van der Hoff2020-12-011-0/+486
* Fix broken testcase (#8851)Richard van der Hoff2020-12-011-1/+0
* Add a config option to change whether unread push notification counts are per...Andrew Morgan2020-11-301-2/+161
* Simplify the way the `HomeServer` object caches its internal attributes. (#8...Jonathan de Jong2020-11-305-14/+17
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-256-10/+118
* Support trying multiple localparts for OpenID Connect. (#8801)Patrick Cloke2020-11-251-1/+87
* Improve error checking for OIDC/SAML mapping providers (#8774)Patrick Cloke2020-11-191-20/+69
* Consistently use room_id from federation request body (#8776)Richard van der Hoff2020-11-191-1/+0
* Fix tests on develop (#8777)Erik Johnston2020-11-181-16/+0
* Merge pull request #8761 from matrix-org/rav/test_request_renderingRichard van der Hoff2020-11-1758-813/+102
|\
| * Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-1644-629/+0
| * Remove redundant calls to `render()`Richard van der Hoff2020-11-1613-106/+32
| * Make `make_request` actually render the requestRichard van der Hoff2020-11-169-68/+57
| * Fix the URL in the URL preview testsRichard van der Hoff2020-11-161-19/+22
* | Abstract shared SSO code. (#8765)Patrick Cloke2020-11-171-7/+7
* | Add admin API for logging in as a user (#8617)Erik Johnston2020-11-176-42/+265
|/
* Merge pull request #8757 from matrix-org/rav/pass_site_to_make_requestRichard van der Hoff2020-11-1616-88/+227
|\
| * fixup testRichard van der Hoff2020-11-161-0/+1
| * Merge branch 'develop' into rav/pass_site_to_make_requestRichard van der Hoff2020-11-169-33/+33
| |\
| * | use global make_request() directly where we have a custom ResourceRichard van der Hoff2020-11-1511-60/+154
| * | fix dict handling for make_request()Richard van der Hoff2020-11-152-3/+2
| * | pass a Site into make_requestRichard van der Hoff2020-11-154-20/+68
| * | pass a Site into RestHelperRichard van der Hoff2020-11-152-6/+7
* | | Move `wait_until_result` into `FakeChannel` (#8758)Richard van der Hoff2020-11-162-25/+23
| |/ |/|
* | Rename `create_test_json_resource` to `create_test_resource` (#8759)Richard van der Hoff2020-11-166-23/+15
* | Add a `custom_headers` param to `make_request` (#8760)Richard van der Hoff2020-11-163-11/+23
|/
* Add an admin API for users' media statistics (#8700)Dirk Klimpel2020-11-051-0/+485
* Add `displayname` to Shared-Secret Registration for admins (#8722)Dirk Klimpel2020-11-052-8/+132
* Consolidate purge table lists to prevent desyncronisation (#8713)Andrew Morgan2020-11-041-67/+38
* Block clients from sending server ACLs that lock the local server out. (#8708)Erik Johnston2020-11-031-0/+57
* Implement and use an @lru_cache decorator (#8595)Richard van der Hoff2020-10-301-1/+59
* Fail test cases if they fail to await all awaitables (#8690)Patrick Cloke2020-10-302-2/+38
* Fix race for concurrent downloads of remote media. (#8682)Erik Johnston2020-10-302-1/+278
* Fix unit tests (#8689)Erik Johnston2020-10-291-1/+1
* Gracefully handle a pending logging connection during shutdown. (#8685)Patrick Cloke2020-10-291-0/+16
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-2910-33/+30
* Support generating structured logs in addition to standard logs. (#8607)Patrick Cloke2020-10-295-400/+258
* Don't require hiredis to run unit tests (#8680)Erik Johnston2020-10-291-1/+10
* Add an admin APIs to allow server admins to list users' pushers (#8610)Dirk Klimpel2020-10-281-0/+124
* Tell Black to format code for Python 3.5 (#8664)Dan Callahan2020-10-275-6/+6
* Add admin API to list users' local media (#8647)Dirk Klimpel2020-10-271-0/+282
* Split admin API for reported events into a detail and a list view (#8539)Dirk Klimpel2020-10-261-13/+183
* Add an admin api to delete local media. (#8519)Dirk Klimpel2020-10-261-0/+568
* Fix a bug in the joined_rooms admin API (#8643)Dirk Klimpel2020-10-261-1/+15
* Fix get|set_type_stream_id_for_appservice store functions (#8648)Will Hunt2020-10-261-0/+56
* Add field `total` to device list in admin API (#8644)Dirk Klimpel2020-10-261-0/+17
* Start fewer opentracing spans (#8640)Erik Johnston2020-10-261-12/+8
* Fix handling of User-Agent headers with bad utf-8. (#8632)Erik Johnston2020-10-231-6/+18
* Fix email notifications for invites without local state. (#8627)Erik Johnston2020-10-231-0/+29
* Don't instansiate Requester directly (#8614)Erik Johnston2020-10-225-11/+11
* Merge pull request #8572 from matrix-org/rav/cache_hacking/2Richard van der Hoff2020-10-213-237/+385
|\
| * Add some more testsRichard van der Hoff2020-10-212-0/+147
| * Push some deferred wrangling down into DeferredCacheRichard van der Hoff2020-10-212-12/+11
| * Combine the two sets of tests for CacheDescriptorRichard van der Hoff2020-10-212-228/+230
* | Limit AS transactions to 100 events (#8606)Will Hunt2020-10-211-0/+41
* | Separate the TCP and terse JSON formatting code. (#8587)Patrick Cloke2020-10-211-1/+1
|/
* Remove some extraneous @unittest.INFOs on unit tests (#8592)Andrew Morgan2020-10-202-2/+0
* Fix 'LruCache' object has no attribute '_on_resize' (#8591)Richard van der Hoff2020-10-191-1/+7
* Add `DeferredCache.get_immediate` method (#8568)Richard van der Hoff2020-10-191-4/+23
* Include a simple message in email notifications that include encrypted conten...Patrick Cloke2020-10-191-1/+14
* Make LruCache register its own metrics (#8561)Richard van der Hoff2020-10-161-2/+2