summary refs log tree commit diff
path: root/synapse/handlers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '0cd2938bc' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-225-1/+17
|\
| * Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-205-1/+17
* | Merge commit 'fa50e4bf4' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-2/+0
|\|
| * Give `public_baseurl` a default value (#9159)Richard van der Hoff2021-01-201-2/+0
* | Merge commit '73b03722f' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-224-10/+173
|\|
| * Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-184-10/+173
* | Merge commit '2b467d0b6' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-223-4/+4
|\|
| * Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128)Richard van der Hoff2021-01-182-3/+3
| * Ensure the user ID is serialized in the payload instead of used as an instanc...Patrick Cloke2021-01-181-1/+1
* | Merge commit '9de6b9411' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-7/+20
|\|
| * Land support for multiple OIDC providers (#9110)Richard van der Hoff2021-01-151-7/+20
* | Merge commit 'd34c6e127' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-6/+16
|\|
| * Store an IdP ID in the OIDC session (#9109)Richard van der Hoff2021-01-151-6/+16
| * Merge pull request #9091 from matrix-org/rav/error_on_bad_ssoRichard van der Hoff2021-01-152-31/+39
| |\
* | | Merge commit '631dd06f2' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-98/+148
|\| |
| * | Split OidcProvider out of OidcHandler (#9107)Richard van der Hoff2021-01-141-98/+148
* | | Merge commit '420031906' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-31/+39
|\ \ \ | | |/ | |/|
| * | Move `complete_sso_ui_auth` into SSOHandlerRichard van der Hoff2021-01-132-28/+13
| * | Give the user a better error when they present bad SSO credsRichard van der Hoff2021-01-131-5/+28
| |/
* | Merge commit 'dc3c83a93' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-17/+20
|\|
| * Extract OIDCProviderConfig objectRichard van der Hoff2021-01-131-17/+20
* | Fix mypy check failAndrew Morgan2021-04-221-3/+1
* | Merge commit '98a64b7f7' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-226-175/+306
|\|
| * Preparatory refactors of OidcHandler (#9067)Richard van der Hoff2021-01-131-141/+163
| * Remove user's avatar URL and displayname when deactivated. (#8932)Dirk Klimpel2021-01-122-3/+23
| * UI Auth via SSO: redirect the user to an appropriate SSO. (#9081)Richard van der Hoff2021-01-123-18/+110
| * Kill off `HomeServer.get_ip_from_request()` (#9080)Richard van der Hoff2021-01-121-7/+2
| * Remove SynapseRequest.get_user_agent (#9069)Richard van der Hoff2021-01-122-5/+6
* | Merge commit 'a03d71dc9' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-12/+36
|\|
| * Allow running sendToDevice on workers (#9044)Erik Johnston2021-01-071-8/+23
| * Ensure that remote users' device list resyncing always happens on master (#9043)Erik Johnston2021-01-071-4/+13
* | Merge commit '0312266ee' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-216-27/+163
|\|
| * Handle a display name / avatar URL not included in a federation request. (#9023)Patrick Cloke2021-01-061-2/+2
| * Implement MSC2176: Updated redaction rules (#8984)Patrick Cloke2021-01-051-1/+1
| * Add initial support for a "pick your IdP" page (#9017)Richard van der Hoff2021-01-054-3/+24
| * Combine the SSO Redirect Servlets (#9015)Richard van der Hoff2021-01-044-23/+138
* | Merge commit '2fe0fb21f' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-212-32/+61
|\|
| * Add type hints to the receipts and user directory handlers. (#8976)Patrick Cloke2021-01-042-32/+61
* | Merge commit '1c9a85056' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-215-44/+80
|\|
| * Use the SSO handler helpers for CAS registration/login. (#8856)Patrick Cloke2021-01-032-39/+77
| * Check if group IDs are valid before using them. (#8977)Patrick Cloke2020-12-301-1/+1
| * Add additional type hints to the storage module. (#8980)Patrick Cloke2020-12-302-4/+2
* | Merge commit '9999eb2d0' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-212-68/+89
|\|
| * Add type hints to admin and room list handlers. (#8973)Patrick Cloke2020-12-292-68/+89
* | Merge commit '4218473f9' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-213-70/+163
|\|
| * Refactor the CAS handler in prep for using the abstracted SSO code. (#8958)Patrick Cloke2020-12-182-66/+158
| * Send the location of the web client to the IS when inviting via 3PIDs. (#8930)Patrick Cloke2020-12-181-0/+5
* | Merge commit '28877fade' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-213-48/+297
|\|
| * Implement a username picker for synapse (#8942)Richard van der Hoff2020-12-182-40/+273
| * Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-181-8/+24
* | Merge commit 'a7a913918' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-203-3/+14
|\|
| * Merge remote-tracking branch 'origin/erikj/as_mau_block' into developErik Johnston2020-12-182-2/+13
| |\
| | * Correctly handle AS registerations and add testErik Johnston2020-12-172-2/+13
| * | Try and drop stale extremities. (#8929)Erik Johnston2020-12-181-1/+1
* | | Merge commit 'c9c1c9d82' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-201-2/+6
|\| |
| * | Fix a bug that deactivated users appear in the directory (#8933)Dirk Klimpel2020-12-171-2/+6
* | | Merge commit 'ff5c4da12' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-203-82/+75
|\| |
| * | Push login completion down into SsoHandler (#8941)Richard van der Hoff2020-12-163-82/+75
* | | Merge commit 'bd30cfe86' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-163-8/+10
|\| |
| * | Do not assume that the contents dictionary includes history_visibility. (#8945)Patrick Cloke2020-12-163-8/+10
* | | Merge commit '01333681b' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-162-14/+35
|\| |
| * | Preparatory refactoring of the SamlHandlerTestCase (#8938)Richard van der Hoff2020-12-151-0/+23
| * | Fix startup failure with localdb_enabled: False (#8937)Richard van der Hoff2020-12-141-14/+12
* | | Merge commit 'f14428b25' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-169-37/+43
|\| |
| * | Allow spam-checker modules to be provide async methods. (#8890)David Teller2020-12-119-22/+21
| * | Honour AS ratelimit settings for /login requests (#8920)Erik Johnston2020-12-111-3/+4
| * | Don't ratelimit autojoining of rooms (#8921)Erik Johnston2020-12-112-11/+17
* | | Merge commit 'c64002e1c' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-162-28/+50
|\| |
| * | Refactor `SsoHandler.get_mxid_from_sso` (#8900)Richard van der Hoff2020-12-102-28/+50
* | | Merge commit 'cf7d3c90d' into dinsicAndrew Morgan2021-04-166-56/+186
|\| |
| * | Simplify the flow for SSO UIA (#8881)Richard van der Hoff2020-12-085-40/+142
| * | Merge tag 'v1.24.0rc2' into developPatrick Cloke2020-12-042-6/+23
| |\|
| * | Merge pull request #8858 from matrix-org/rav/sso_uiaRichard van der Hoff2020-12-021-15/+43
| |\ \
| | * | UIA: offer only available auth flowsRichard van der Hoff2020-12-021-15/+43
| * | | Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-022-4/+4
| |/ /
* | | Port "Add support for no_proxy and case insensitive env variables" from mainl...Andrew Morgan2021-03-222-5/+5
* | | Send a ver query parameter for make_knock (#83)Andrew Morgan2021-02-171-1/+6
* | | Show knock rooms in the public room directory and inform clients they can be ...Andrew Morgan2021-02-101-0/+1
* | | Add knocking support (#81)Andrew Morgan2021-02-096-54/+461
* | | Remove riot email registration backwards compatibility hackAndrew Morgan2021-01-291-10/+0
* | | Merge commit '693dab487' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-6/+23
|\ \ \ | | |/ | |/|
| * | Fix a regression that mapping providers should be able to redirect users. (#8...Patrick Cloke2020-12-042-6/+23
| |/
* | Merge commit '53b12688d' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-313-48/+53
|\|
| * Fix a regression when grandfathering SAML users. (#8855)Patrick Cloke2020-12-023-47/+52
| * Add basic SAML tests for mapping users. (#8800)Patrick Cloke2020-12-021-1/+1
* | Merge commit 'd3ed93504' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-75/+313
|\|
| * Create a `PasswordProvider` wrapper object (#8849)Richard van der Hoff2020-12-021-55/+148
| * Support "identifier" dicts in UIA (#8848)Richard van der Hoff2020-12-011-24/+161
| * Don't offer password login when it is disabled (#8835)Richard van der Hoff2020-12-011-1/+9
* | Merge commit '09ac0569f' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-1/+2
|\|
| * Allow per-room profile to be used for server notice user (#8799)Mathieu Velten2020-11-301-1/+9
| * Simplify the way the `HomeServer` object caches its internal attributes. (#8...Jonathan de Jong2020-11-301-1/+2
* | Merge commit 'a090b8620' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-6/+11
|\|
| * Add `force_purge` option to delete-room admin api. (#8843)Richard van der Hoff2020-11-301-6/+11
* | Merge commit '7c4344747' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-316-275/+423
|\|
| * Speed up remote invite rejection database call (#8815)Andrew Morgan2020-11-251-5/+11
| * Support trying multiple localparts for OpenID Connect. (#8801)Patrick Cloke2020-11-253-134/+232
| * Properly report user-agent/IP during registration of SSO users. (#8784)Patrick Cloke2020-11-234-122/+171
| * Improve logging of the mapping from SSO IDs to Matrix IDs. (#8773)Andrew Morgan2020-11-232-5/+12
* | Merge commit '8ca120df7' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-315-13/+36
|\|
| * Improve error checking for OIDC/SAML mapping providers (#8774)Patrick Cloke2020-11-192-5/+26
| * SAML: Allow specifying the IdP entityid to use. (#8630)Ben Banfield-Zanin2020-11-191-1/+2
| * Consistently use room_id from federation request body (#8776)Richard van der Hoff2020-11-191-5/+5
| * Improve appservice handler to send only the most recent read receipts when no...Will Hunt2020-11-182-2/+3
| * Abstract shared SSO code. (#8765)Patrick Cloke2020-11-173-113/+146
| * Use TYPE_CHECKING instead of magic MYPY variable. (#8770)Patrick Cloke2020-11-171-3/+2
| * Add admin API for logging in as a user (#8617)Erik Johnston2020-11-179-35/+70
* | Merged commit 'deff8f628' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-3113-150/+223
* | Merge commit 'f12589547' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-21/+25
|\|
| * Generalise _locally_reject_invite (#8751)Andrew Morgan2020-11-161-17/+19
| * Generalise _maybe_store_room_on_invite (#8754)Andrew Morgan2020-11-131-4/+6
* | Merge commit '89700dfb8' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-4/+9
|\|
| * Catch exceptions in password_providers (#8636)Nicolai Søborg2020-11-111-4/+9
* | Merge commit 'c3119d153' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-2/+9
|\|
| * Block clients from sending server ACLs that lock the local server out. (#8708)Erik Johnston2020-11-031-0/+3
| * Improve error messages of non-str displayname/avatar_url (#8705)Andrew Morgan2020-11-021-2/+6
* | Merge commit 'ef2d62701' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-317-36/+49
|\|
| * Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-292-6/+9
| * Fix cache call signature to accept `on_invalidate`. (#8684)Erik Johnston2020-10-291-5/+7
| * Optimise createRoom with multiple invites (#8559)Richard van der Hoff2020-10-292-13/+24
* | Merge commit 'c97da1e45' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-313-43/+58
|\|
| * Merge pull request #8678 from matrix-org/rav/fix_frozen_eventsRichard van der Hoff2020-10-281-3/+2
| |\
| | * Remove frozendict_json_encoder and support frozendicts everywhereRichard van der Hoff2020-10-281-3/+2
| * | Add type hints to application services. (#8655)Patrick Cloke2020-10-282-41/+57
* | | Merge commit '88e1d0c52' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-36/+20
|\| |
| * | Abstract code for stripping room state into a separate method (#8671)Andrew Morgan2020-10-271-28/+7
| * | Don't unnecessarily start bg process while handling typing. (#8668)Erik Johnston2020-10-271-8/+13
* | | Merge commit '24229fac0' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-313-13/+54
|\| |
| * | e2e: ensure we have both master and self-signing key (#8455)Jonas Jelten2020-10-261-5/+22
| * | Add type hints for account validity handler (#8620)Patrick Cloke2020-10-262-8/+25
| * | Merge branch 'release-v1.22.0' into developErik Johnston2020-10-261-3/+4
| |\|
| * | Fix get|set_type_stream_id_for_appservice store functions (#8648)Will Hunt2020-10-261-6/+6
| * | Check status codes that profile handler returns (#8580)LEdoian2020-10-261-0/+7
* | | Merge commit '7a3adbd7a' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-10/+11
|\ \ \ | | |/ | |/|
| * | Fix get|set_type_stream_id_for_appservice store functions (#8648)Will Hunt2020-10-261-6/+6
| * | Properly handle presence events for application services. (#8656)Patrick Cloke2020-10-261-4/+5
* | | Merge commit '2b7c18087' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-3117-45/+73
|\ \ \ | | |/ | |/|
| * | Start fewer opentracing spans (#8640)Erik Johnston2020-10-261-7/+43
| * | Fix typos and spelling errors. (#8639)Patrick Cloke2020-10-2314-26/+26
| * | Fix handling of User-Agent headers with bad utf-8. (#8632)Erik Johnston2020-10-234-12/+4
* | | Merge commit 'b19b63e6b' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-1/+4
|\| |
| * | Don't 500 for invalid group IDs (#8628)Erik Johnston2020-10-221-1/+4
| |/
* | Merge commit 'de5cafe98' into dinsicAndrew Morgan2020-12-314-54/+75
|\|
| * Add type hints to profile and base handlers. (#8609)Patrick Cloke2020-10-213-37/+65
| * Consistently use wrap_as_background_task in more places (#8599)Patrick Cloke2020-10-202-16/+6
| * Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569)Jonathan de Jong2020-10-191-3/+5
* | Merge commit '3ee17585c' into dinsicAndrew Morgan2020-12-316-78/+248
|\|
| * Fix modifying events in `ThirdPartyRules` modules (#8564)Richard van der Hoff2020-10-161-1/+6
| * Merge pull request #8535 from matrix-org/rav/third_party_events_updatesRichard van der Hoff2020-10-152-71/+74
| |\
| | * Allow ThirdPartyRules modules to replace event contentRichard van der Hoff2020-10-131-2/+62
| | * Move third_party_rules check to event creation timeRichard van der Hoff2020-10-132-52/+13
| | * Remove redundant calls to third_party_rules in `on_send_{join,leave}`Richard van der Hoff2020-10-131-19/+1
| * | Send some ephemeral events to appservices (#8437)Will Hunt2020-10-154-7/+169
* | | Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-3124-317/+470
|\| |
| * | Merge pull request #8537 from matrix-org/rav/simplify_locally_reject_inviteRichard van der Hoff2020-10-153-52/+38
| |\ \
| | * | Simplify `_locally_reject_invite`Richard van der Hoff2020-10-132-45/+35
| | * | Remove redundant `token_id` parameter to create_eventRichard van der Hoff2020-10-133-7/+3
| | |/
| * / Fix not sending events over federation when using sharded event persisters (#...Erik Johnston2020-10-141-4/+7
| |/
| * Move additional tasks to the background worker, part 4 (#8513)Patrick Cloke2020-10-135-30/+24
| * Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston2020-10-133-12/+58
| * Add type hints to response cache. (#8507)Patrick Cloke2020-10-093-6/+10
| * Allow modules to create and send events into rooms (#8479)Andrew Morgan2020-10-091-6/+5
| * Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-099-44/+11
| * Add type hints to some handlers (#8505)Patrick Cloke2020-10-095-19/+49
| * Add typing information to the device handler. (#8407)Patrick Cloke2020-10-071-35/+54
| * Fix returning incorrect prev_batch token in incremental sync (#8486)Erik Johnston2020-10-071-1/+6
| * Add support for MSC2697: Dehydrated devices (#8380)Hubert Chathi2020-10-071-2/+82
| * Merge pull request #8463 from matrix-org/rav/clean_up_event_handlingRichard van der Hoff2020-10-073-90/+78
| |\
| | * update wordingRichard van der Hoff2020-10-071-2/+3
| | * kill off `send_nonmember_event`Richard van der Hoff2020-10-052-51/+27
| | * pull up event.sender assertionRichard van der Hoff2020-10-052-4/+5
| | * Move shadow-ban check down into `handle_new_client_event`.Richard van der Hoff2020-10-051-8/+24
| | * De-duplicate duplicate handlingRichard van der Hoff2020-10-052-38/+32
| * | Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464)Richard van der Hoff2020-10-071-0/+7
| * | Add support for MSC2732: olm fallback keys (#8312)Hubert Chathi2020-10-062-0/+24
| |/
| * Allow ThirdPartyEventRules modules to manipulate public room state (#8292)Andrew Morgan2020-10-052-0/+19
| * Remove stream ordering from Metadata dict (#8452)Richard van der Hoff2020-10-053-7/+13
| * Do not assume that account data is of the correct form. (#8454)Patrick Cloke2020-10-052-11/+14
| * Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-022-2/+2
| * Add config option for always using "userinfo endpoint" for OIDC (#7658)BBBSnowball2020-10-011-4/+7
| * Enable mypy checking for unreachable code and fix instances. (#8432)Patrick Cloke2020-10-014-5/+3
* | Allow users to click account renewal links multiple times without hitting an ...Andrew Morgan2020-12-302-22/+70
* | Allow per-room profile to be used for server notice user (#8799)Mathieu Velten2020-12-141-1/+9
* | Update mypy to 0.790 to resolve mypy CI errors (#72)Andrew Morgan2020-12-111-3/+5
* | Fix type errorAndrew Morgan2020-10-211-0/+3
* | Merge commit 'cc40a59b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2111-45/+164
|\|
| * Make token serializing/deserializing async (#8427)Erik Johnston2020-09-305-20/+22
| * Allow additional SSO properties to be passed to the client (#8413)Patrick Cloke2020-09-302-4/+112
| * Merge pull request #8420 from matrix-org/rav/state_res_statsRichard van der Hoff2020-09-301-5/+8
| |\
| | * Move `resolve_events_with_store` into StateResolutionHandlerRichard van der Hoff2020-09-291-5/+8
| * | Various clean ups to room stream tokens. (#8423)Erik Johnston2020-09-296-16/+22
| |/
* | Merge commit '8238b55e0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-4/+9
|\|
| * Mypy fixes for `synapse.handlers.federation` (#8422)Richard van der Hoff2020-09-291-4/+9
* | Merge commit 'f43c66d23' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-212-14/+13
|\|
| * Fix handling of connection timeouts in outgoing http requests (#8400)Richard van der Hoff2020-09-291-13/+12
| * A pair of tiny cleanups in the federation request code. (#8401)Richard van der Hoff2020-09-281-1/+1
* | Merge commit '31acc5c30' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-214-29/+45
|\|
| * Allow existing users to login via OpenID Connect. (#8345)Tdxdxoz2020-09-251-15/+27
| * Add EventStreamPosition type (#8388)Erik Johnston2020-09-243-14/+18
* | Merge commit '2983049a7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-48/+54
|\|
| * Factor out `_send_dummy_event_for_room` (#8370)Richard van der Hoff2020-09-231-48/+54
* | Merge commit '4325be1a5' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2120-29/+47
|\|
| * Create function to check for long names in devices (#8364)Dionysis Grigoropoulos2020-09-221-6/+24
| * Fix a bad merge from release-v1.20.0. (#8354)Patrick Cloke2020-09-181-1/+1
| * Merge tag 'v1.20.0rc5' into developPatrick Cloke2020-09-182-12/+61
| |\
| * | Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-1820-23/+23
* | | Merge commit '43f2b67e4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-12/+61
|\ \ \ | | |/ | |/|
| * | Intelligently select extremities used in backfill. (#8349)Erik Johnston2020-09-182-12/+61
* | | Merge commit '837293c31' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2014-159/+201
|\ \ \ | | |/ | |/|
| * | Switch metaclass initialization to python 3-compatible syntax (#8326)Jonathan de Jong2020-09-161-3/+1
| * | Use slots in attrs classes where possible (#8296)Patrick Cloke2020-09-146-29/+15
| * | Improve SAML error messages (#8248)Patrick Cloke2020-09-142-61/+112
| * | Add experimental support for sharding event persister. Again. (#8294)Erik Johnston2020-09-144-32/+47
| * | Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281)Erik Johnston2020-09-117-27/+26
| * | Clean up `Notifier.on_new_room_event` code path (#8288)Erik Johnston2020-09-102-7/+0
* | | Merge commit 'a3a90ee03' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-205-95/+7
|\| |
| * | Remove some unused distributor signals (#8216)Patrick Cloke2020-09-094-93/+5
| * | Fixup pusher pool notifications (#8287)Erik Johnston2020-09-092-2/+2
| * | Revert "Fixup pusher pool notifications"Erik Johnston2020-09-092-2/+2
| * | Fixup pusher pool notificationsErik Johnston2020-09-092-2/+2
* | | Merge commit 'e45b83411' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-205-49/+34
|\| |
| * | Fix mypy error on develop (#8282)Erik Johnston2020-09-081-3/+6
| * | Add types to StreamToken and RoomStreamToken (#8279)Erik Johnston2020-09-081-3/+2
| * | Clean up types for PaginationConfig (#8250)Erik Johnston2020-09-084-44/+27
| |/
* | Merge commit '17fa4c7ca' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2025-32/+32
|\|
| * Stop sub-classing object (#8249)Patrick Cloke2020-09-0425-32/+32
* | Merge commit '9f8abdcc3' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-204-47/+32
|\|
| * Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-044-47/+32
* | Merge commit 'be16ee59a' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-203-79/+106
|\|
| * Add type hints to more handlers (#8244)Erik Johnston2020-09-033-79/+106
* | Merge commit '208e1d3eb' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-10/+12
|\|
| * Fix typing for `@cached` wrapped functions (#8240)Erik Johnston2020-09-031-5/+5
| * Fix typing for SyncHandler (#8237)Erik Johnston2020-09-031-5/+7
* | Merge commit '112266eaf' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-15/+18
|\|
| * Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-021-15/+18
* | Merge commit '0d4f614fd' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-204-32/+47
|\|
| * Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-024-32/+47
* | Merge commit 'abeab964d' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-1/+13
|\|
| * Fix errors when updating the user directory with invalid data (#8223)Patrick Cloke2020-09-012-1/+13
* | Merge commit '5bf8e5f55' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-204-23/+10
|\|
| * Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-012-20/+5
| * Move and rename `get_devices_with_keys_by_user` (#8204)Richard van der Hoff2020-09-011-1/+3
| * Rename `get_e2e_device_keys` to better reflect its purpose (#8205)Richard van der Hoff2020-08-291-2/+2
* | Merge commit 'd2ac767de' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-23/+26
|\|
| * Convert ReadWriteLock to async/await. (#8202)Patrick Cloke2020-08-281-23/+26
* | Merge commit 'aec708517' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-1/+4
|\|
| * Convert state and stream stores and related code to async (#8194)Patrick Cloke2020-08-281-1/+1
| * Ensure that the OpenID Connect remote ID is a string. (#8190)Patrick Cloke2020-08-281-0/+3
* | Merge commit '5c03134d0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-204-12/+108
|\|
| * Convert additional database code to async/await. (#8195)Patrick Cloke2020-08-281-2/+2