-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1152 upgrade merge react sdk #1161
base: develop_tchap
Are you sure you want to change the base?
Commits on Oct 4, 2024
-
Remove more bits surrounding hmr
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3628569 - Browse repository at this point
Copy the full SHA 3628569View commit details -
Add support for rendering media captions (#43)
* Add support for rendering media captions * Run prettier * Deduplicate body props * Add basic test * Fix import order in test * Fix test?
Configuration menu - View commit details
-
Copy full SHA for 5fbc5af - Browse repository at this point
Copy the full SHA 5fbc5afView commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0cb947 - Browse repository at this point
Copy the full SHA a0cb947View commit details
Commits on Oct 8, 2024
-
Remove usage of deprecated
CryptoEvent
s (#126)* Remove usage of `CryptoEvent.DeviceVerificationChanged` * Remove usage of `CryptoEvent.KeySignatureUploadFailure` * Remove usage of `CryptoEvent.Warning` * Merge `CryptoEvent.DevicesUpdated` and `CryptoEvent.WillUpdateDevices` behaviour
Configuration menu - View commit details
-
Copy full SHA for 31bd10e - Browse repository at this point
Copy the full SHA 31bd10eView commit details -
Refactor stores and their relationship to the MatrixClientPeg (#124)
* Refactor stores and their relationship to the MatrixClientPeg to avoid import cycles and webpack weirdness Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 197168b - Browse repository at this point
Copy the full SHA 197168bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a33d55 - Browse repository at this point
Copy the full SHA 2a33d55View commit details -
Merge pull request #28152 from element-hq/t3chguy/remove-hmr
Remove broken HMR support
Configuration menu - View commit details
-
Copy full SHA for 8720a7c - Browse repository at this point
Copy the full SHA 8720a7cView commit details -
Deduplicate media & voip icons using Compound Design Tokens (#129)
* Deduplicate media & voip icons using Compound Design Tokens Signed-off-by: Michael Telatynski <[email protected]> * Update tests Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df4a223 - Browse repository at this point
Copy the full SHA df4a223View commit details -
Configuration menu - View commit details
-
Copy full SHA for b318c40 - Browse repository at this point
Copy the full SHA b318c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb80d5 - Browse repository at this point
Copy the full SHA 7cb80d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d77b2a - Browse repository at this point
Copy the full SHA 8d77b2aView commit details
Commits on Oct 9, 2024
-
Improve logging in SessionLock (#133)
some more diagnostics for this, to help resolve https://github.com/element-hq/element-desktop/issues/1495
Configuration menu - View commit details
-
Copy full SHA for b79343d - Browse repository at this point
Copy the full SHA b79343dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 450ad1d - Browse repository at this point
Copy the full SHA 450ad1dView commit details -
Fix vertical overflow on the mobile register screen (#137)
* Fix vertical overflow on the mobile register screen * Change to border-box to include padding in height so the register button can be scrolled fully in to view.
Configuration menu - View commit details
-
Copy full SHA for a2cee6b - Browse repository at this point
Copy the full SHA a2cee6bView commit details -
Fix bell icons on room list hover being black squares (#135)
* Fix bell icons on room list hover being black squares The EchoStore wasn't being set up and therefore missed the client being injected. Patch from @t3chguy. * Fix tests ...by mocking out createClient so it doesn't try to start a real client. * More mocks * Don't need this anymore either
Configuration menu - View commit details
-
Copy full SHA for 5f113c4 - Browse repository at this point
Copy the full SHA 5f113c4View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e5cf1b - Browse repository at this point
Copy the full SHA 4e5cf1bView commit details -
This seems to be causing a lot of weirdness, presumably because there's another missing thing like in #135, but I don't know what it might be and it feels like it might take a while to find. Backing these changes out to fix develop while we sort it out. Fixes element-hq/element-web#28179
Configuration menu - View commit details
-
Copy full SHA for 3a59556 - Browse repository at this point
Copy the full SHA 3a59556View commit details -
Upgrade emojibase-bindings and remove local handling of emoticon vari…
…ations (#127) * Updgrade emojibase-bindings and remove local handling of emoticon variations * bump bindings to fix issue of mission emojis with version == 0 * update lockfile * test emoji variation in RTE
Configuration menu - View commit details
-
Copy full SHA for c71dc6b - Browse repository at this point
Copy the full SHA c71dc6bView commit details
Commits on Oct 11, 2024
-
Fix flaky crypto playwright tests (#143)
* Playwright: wait for sync to arrive after joining rooms Fix a couple of flaky tests which were not waiting for the /sync to complete after joining a room. * Playwright: add a comment about a broken helper * playwright: fix more flakiness in the shields test This bit can take a while as well. * Update playwright/pages/client.ts Co-authored-by: R Midhun Suresh <[email protected]> * Add a timeout to `awaitRoomMembership` --------- Co-authored-by: R Midhun Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 771d4a8 - Browse repository at this point
Copy the full SHA 771d4a8View commit details
Commits on Oct 14, 2024
-
Ubuntu 24 seems to have slightly different kerning / aliasing so we'll need to update all out screenshots. In the meantime, pin to 22.
Configuration menu - View commit details
-
Copy full SHA for 03186e4 - Browse repository at this point
Copy the full SHA 03186e4View commit details -
Replace
MatrixClient.checkSecretStorageKey
by `MatrixClient.SecretS……torage.checkKey` (#142)
Configuration menu - View commit details
-
Copy full SHA for 3bc0439 - Browse repository at this point
Copy the full SHA 3bc0439View commit details -
Configuration menu - View commit details
-
Copy full SHA for 786a028 - Browse repository at this point
Copy the full SHA 786a028View commit details -
Upgrade to latest compound-web package (#84)
* Upgrade to latest compound-web package * Use a custom render function for jest tests This way we don't need to manually wrap our components with <TooltipProvider> * Pin wrap-ansi to fix broken yarn install * Add playwright helper to find tooltip from element and use it in the failing test * Exclude floating-ui divs/spans from axe testing This is rendered outside .MatrixChat by compound and contains all the tooltips. * Wrap outermost components with TooltipProvider * Remove onChange and use onSelect for toggle * Fix jest tests and update snapshots * Use vector-im/matrix-wysiwig --------- Co-authored-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91e84f7 - Browse repository at this point
Copy the full SHA 91e84f7View commit details -
Remove feature_dehydration (#138)
* Remove feature_dehydration * Remove remaining old dehydration * Update test
Configuration menu - View commit details
-
Copy full SHA for 63986f8 - Browse repository at this point
Copy the full SHA 63986f8View commit details -
Deduplicate icons using Compound Design Tokens (#150)
* Deduplicate icons using Compound Design Tokens Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Update snapshot Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d770e2a - Browse repository at this point
Copy the full SHA d770e2aView commit details -
Update design of files list in right panel (#144)
* Update design of files list in right panel Signed-off-by: Michael Telatynski <[email protected]> * Make i18n script happier Signed-off-by: Michael Telatynski <[email protected]> * Improve coverage Signed-off-by: Michael Telatynski <[email protected]> * Improve coverage Signed-off-by: Michael Telatynski <[email protected]> * Improve coverage Signed-off-by: Michael Telatynski <[email protected]> * Discard changes to src/components/structures/MessagePanel.tsx * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Update tests Signed-off-by: Michael Telatynski <[email protected]> * Fix flaky screenshot test Signed-off-by: Michael Telatynski <[email protected]> * Update screenshot Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0750625 - Browse repository at this point
Copy the full SHA 0750625View commit details
Commits on Oct 15, 2024
-
Replace
MatrixClient.userHasCrossSigningKeys
by `MatrixClient.getCr……ypto.userHasCrossSigningKeys` (#148)
Configuration menu - View commit details
-
Copy full SHA for 503d900 - Browse repository at this point
Copy the full SHA 503d900View commit details -
Replace
MatrixClient.prepareToEncrypt
by `MatrixClient.getCrypto.pr……epareToEncrypt` (#146)
Configuration menu - View commit details
-
Copy full SHA for bce0263 - Browse repository at this point
Copy the full SHA bce0263View commit details -
Configuration menu - View commit details
-
Copy full SHA for b428b4a - Browse repository at this point
Copy the full SHA b428b4aView commit details -
* Update to Compound v7 Signed-off-by: Michael Telatynski <[email protected]> * Update snapshots Signed-off-by: Michael Telatynski <[email protected]> * Update test Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9e943d - Browse repository at this point
Copy the full SHA d9e943dView commit details -
[create-pull-request] automated change (#51)
Co-authored-by: dbkr <[email protected]> Co-authored-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51a5cf6 - Browse repository at this point
Copy the full SHA 51a5cf6View commit details -
Always show link new device flow even if unsupported (#147)
* Always show link new device flow even if unsupported Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Update screenshot Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d58c9fa - Browse repository at this point
Copy the full SHA d58c9faView commit details -
Remove redundant yarn.lock entry for widget-api (#35)
Co-authored-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f670b8 - Browse repository at this point
Copy the full SHA 0f670b8View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b084ff2 - Browse repository at this point
Copy the full SHA b084ff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0ae8d - Browse repository at this point
Copy the full SHA bc0ae8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80018bc - Browse repository at this point
Copy the full SHA 80018bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ed8e8 - Browse repository at this point
Copy the full SHA 07ed8e8View commit details -
Merge matrix-react-sdk into element-web
Merge remote-tracking branch 'repomerge/t3chguy/repomerge' into t3chguy/repo-merge Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0ee7f7 - Browse repository at this point
Copy the full SHA f0ee7f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b914c0 - Browse repository at this point
Copy the full SHA 8b914c0View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd62350 - Browse repository at this point
Copy the full SHA fd62350View commit details -
Merge branch 'develop' of https://github.com/vector-im/element-web in…
…to t3chguy/repo-merge # Conflicts: # package.json
Configuration menu - View commit details
-
Copy full SHA for 643d130 - Browse repository at this point
Copy the full SHA 643d130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f0d79 - Browse repository at this point
Copy the full SHA 65f0d79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13184f0 - Browse repository at this point
Copy the full SHA 13184f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d928a7b - Browse repository at this point
Copy the full SHA d928a7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3793c6d - Browse repository at this point
Copy the full SHA 3793c6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67659ab - Browse repository at this point
Copy the full SHA 67659abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c0c4c - Browse repository at this point
Copy the full SHA 68c0c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f31b15 - Browse repository at this point
Copy the full SHA 0f31b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0007d3d - Browse repository at this point
Copy the full SHA 0007d3dView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f78f6b3 - Browse repository at this point
Copy the full SHA f78f6b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4094d24 - Browse repository at this point
Copy the full SHA 4094d24View commit details -
[create-pull-request] automated change (#52)
Co-authored-by: dbkr <[email protected]> (cherry picked from commit 3256499d4bacbf8cb527c1261c65f805de346c53)
Configuration menu - View commit details
-
Copy full SHA for a22e9e8 - Browse repository at this point
Copy the full SHA a22e9e8View commit details -
Deduplicate more icons using Compound Design Tokens (#132)
* Deduplicate more icons using Compound Design Tokens Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> (cherry picked from commit 7448bd52e2ff354917d6e5f769ca052961c13aa0)
Configuration menu - View commit details
-
Copy full SHA for 146968d - Browse repository at this point
Copy the full SHA 146968dView commit details -
Replace
MatrixClient.isCryptoEnabled
byMatrixClient.getCrypto
(#140Configuration menu - View commit details
-
Copy full SHA for 571ada3 - Browse repository at this point
Copy the full SHA 571ada3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1407e2f - Browse repository at this point
Copy the full SHA 1407e2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f44174b - Browse repository at this point
Copy the full SHA f44174bView commit details -
Merge pull request #28173 from element-hq/florianduros/remove-feature…
…-dehydration Remove feature_dehydration
Configuration menu - View commit details
-
Copy full SHA for 2b99496 - Browse repository at this point
Copy the full SHA 2b99496View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ae64fe - Browse repository at this point
Copy the full SHA 8ae64feView commit details -
Use new
CryptoEvent
import (#128)* Use new `CryptoEvent` import * Remove remaining old `CryptoEvent` import * Replace `import` by `import type`
Configuration menu - View commit details
-
Copy full SHA for b483fdd - Browse repository at this point
Copy the full SHA b483fddView commit details -
Merge branch 'develop' of https://github.com/vector-im/element-web in…
…to t3chguy/repo-merge
Configuration menu - View commit details
-
Copy full SHA for 75b0a83 - Browse repository at this point
Copy the full SHA 75b0a83View commit details
Commits on Oct 17, 2024
-
Update dependency @sentry/browser to v8.33.0 [SECURITY] (#28194)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 82f96dc - Browse repository at this point
Copy the full SHA 82f96dcView commit details -
Update babel monorepo (#28196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 71d0b39 - Browse repository at this point
Copy the full SHA 71d0b39View commit details -
Update dependency @types/react to v17.0.83 (#28138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1ea31f4 - Browse repository at this point
Copy the full SHA 1ea31f4View commit details -
Update dependency @matrix-org/spec to v1.12.0 (#28200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4035598 - Browse repository at this point
Copy the full SHA 4035598View commit details -
Update dependency @formatjs/intl-segmenter to v11.5.9 (#28197)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ea5cba3 - Browse repository at this point
Copy the full SHA ea5cba3View commit details -
Remove references to
MatrixClient.crypto
(#28204)* Remove `VerificationExplorer` * Remove `remakeolm` slash command * Remove call to `crypto.cancelAndResendAllOutgoingKeyRequests` * Remove crypto mock in `LoginWithQR-test.tsx` * Remove `StopGadWidgetDriver.sendToDevice` * Remove remaining mock
Configuration menu - View commit details
-
Copy full SHA for 7236953 - Browse repository at this point
Copy the full SHA 7236953View commit details -
Update dependency typescript to v5.6.3 (#28198)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d25f203 - Browse repository at this point
Copy the full SHA d25f203View commit details -
Update dependency eslint-plugin-unicorn to v56 (#28202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e277793 - Browse repository at this point
Copy the full SHA e277793View commit details -
Update dependency stylelint to v16.10.0 (#28201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fa419a0 - Browse repository at this point
Copy the full SHA fa419a0View commit details -
* Update browserslist * Update tests Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a6dac0 - Browse repository at this point
Copy the full SHA 9a6dac0View commit details -
[create-pull-request] automated change (#28212)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4a780e - Browse repository at this point
Copy the full SHA d4a780eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4a254a - Browse repository at this point
Copy the full SHA f4a254aView commit details -
Update dependency @types/node to v18.19.56 (#28137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eedeb2c - Browse repository at this point
Copy the full SHA eedeb2cView commit details -
Pin GHA runner versions (#28215)
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cff2b5 - Browse repository at this point
Copy the full SHA 2cff2b5View commit details -
Fix network dropdown missing checkbox & aria-checked (#28220)
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c19991 - Browse repository at this point
Copy the full SHA 0c19991View commit details -
Deflake unskippable verification (#28222)
Discovering what is the correct way of asserting that an element is *not* on screen with Playwright, which apparently is nontrivial.
Configuration menu - View commit details
-
Copy full SHA for 1fc0122 - Browse repository at this point
Copy the full SHA 1fc0122View commit details -
Fix Ctrl+F shortcut not working with minimised room summary card (#28…
…223) Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9bea77 - Browse repository at this point
Copy the full SHA a9bea77View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb383ef - Browse repository at this point
Copy the full SHA cb383efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f35353 - Browse repository at this point
Copy the full SHA 8f35353View commit details
Commits on Oct 18, 2024
-
[create-pull-request] automated change (#28230)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e799164 - Browse repository at this point
Copy the full SHA e799164View commit details -
Second batch: remove deprecated calls on
MatrixClient
(#28227)* Replace `MatrixClient.forceDiscardSession` call by `MatrixClient.CryptoApi.forceDiscardSession` * Remove `MatrixClient.scheduleAllGroupSessionsForBackup` mock
Configuration menu - View commit details
-
Copy full SHA for 85d2bf3 - Browse repository at this point
Copy the full SHA 85d2bf3View commit details -
Replace
Matrix.getKeyBackupEnabled
by `MatrixClient.CryptoApi.getAc……tiveSessionBackupVersion` (#28225) * Migrating deprecated sync `MatrixClient.getKeyBackupEnabled` to async `MatrixClient.CryptoApi.getActiveSessionBackupVersion` in `NewRecoveryMethodDialog`. Rewrite `NewRecoveryMethodDialog` into a functional component to make it easier to handle the new async method. * Migrating deprecated sync `MatrixClient.getKeyBackupEnabled` to async `MatrixClient.CryptoApi.getActiveSessionBackupVersion` in `MatrixChat`.
Configuration menu - View commit details
-
Copy full SHA for 1bb482f - Browse repository at this point
Copy the full SHA 1bb482fView commit details -
[create-pull-request] automated change (#28234)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6771bd6 - Browse repository at this point
Copy the full SHA 6771bd6View commit details -
Fix develop changelog parsing (#28232)
* Fix develop changelog parsing and DRY it Signed-off-by: Michael Telatynski <[email protected]> * duh Signed-off-by: Michael Telatynski <[email protected]> * Improve coverage Signed-off-by: Michael Telatynski <[email protected]> * Typeguards! Signed-off-by: Michael Telatynski <[email protected]> * Discard changes to test/unit-tests/components/views/dialogs/__snapshots__/ChangelogDialog-test.tsx.snap --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06d1239 - Browse repository at this point
Copy the full SHA 06d1239View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44b23d2 - Browse repository at this point
Copy the full SHA 44b23d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0105f56 - Browse repository at this point
Copy the full SHA 0105f56View commit details -
Configuration menu - View commit details
-
Copy full SHA for e09e15b - Browse repository at this point
Copy the full SHA e09e15bView commit details -
Add reactions to html export (#28210)
* Absorb the matrix-react-sdk repository (#28192) Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florian Duros <[email protected]> Co-authored-by: Kim Brose <[email protected]> Co-authored-by: Florian Duros <[email protected]> Co-authored-by: R Midhun Suresh <[email protected]> Co-authored-by: dbkr <[email protected]> Co-authored-by: ElementRobot <[email protected]> Co-authored-by: dbkr <[email protected]> Co-authored-by: David Baker <[email protected]> Co-authored-by: Michael Telatynski <[email protected]> Co-authored-by: Richard van der Hoff <[email protected]> Co-authored-by: David Langley <[email protected]> Co-authored-by: Michael Weimann <[email protected]> Co-authored-by: Timshel <[email protected]> Co-authored-by: Sahil Silare <[email protected]> Co-authored-by: Will Hunt <[email protected]> Co-authored-by: Hubert Chathi <[email protected]> Co-authored-by: Andrew Ferrazzutti <[email protected]> Co-authored-by: Robin <[email protected]> Co-authored-by: Tulir Asokan <[email protected]> * Update dependency @sentry/browser to v8.33.0 [SECURITY] (#28194) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update babel monorepo (#28196) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency @types/react to v17.0.83 (#28138) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency @matrix-org/spec to v1.12.0 (#28200) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency @formatjs/intl-segmenter to v11.5.9 (#28197) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Remove references to `MatrixClient.crypto` (#28204) * Remove `VerificationExplorer` * Remove `remakeolm` slash command * Remove call to `crypto.cancelAndResendAllOutgoingKeyRequests` * Remove crypto mock in `LoginWithQR-test.tsx` * Remove `StopGadWidgetDriver.sendToDevice` * Remove remaining mock * Update dependency typescript to v5.6.3 (#28198) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency eslint-plugin-unicorn to v56 (#28202) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency stylelint to v16.10.0 (#28201) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update browserslist (#28199) * Update browserslist * Update tests Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]> * Add reactions to html export and add test * Add reaction to snapshot test * Update snapshot output * Remove logging * Add reaction to html export screenshot test. * lint * Update reference screenshot. --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: Michael Telatynski <[email protected]> Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florian Duros <[email protected]> Co-authored-by: Kim Brose <[email protected]> Co-authored-by: Florian Duros <[email protected]> Co-authored-by: R Midhun Suresh <[email protected]> Co-authored-by: dbkr <[email protected]> Co-authored-by: ElementRobot <[email protected]> Co-authored-by: dbkr <[email protected]> Co-authored-by: Richard van der Hoff <[email protected]> Co-authored-by: Michael Weimann <[email protected]> Co-authored-by: Timshel <[email protected]> Co-authored-by: Sahil Silare <[email protected]> Co-authored-by: Will Hunt <[email protected]> Co-authored-by: Hubert Chathi <[email protected]> Co-authored-by: Andrew Ferrazzutti <[email protected]> Co-authored-by: Robin <[email protected]> Co-authored-by: Tulir Asokan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59cd518 - Browse repository at this point
Copy the full SHA 59cd518View commit details -
Update all non-major dependencies (#28136)
* Absorb the matrix-react-sdk repository (#28192) Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florian Duros <[email protected]> Co-authored-by: Kim Brose <[email protected]> Co-authored-by: Florian Duros <[email protected]> Co-authored-by: R Midhun Suresh <[email protected]> Co-authored-by: dbkr <[email protected]> Co-authored-by: ElementRobot <[email protected]> Co-authored-by: dbkr <[email protected]> Co-authored-by: David Baker <[email protected]> Co-authored-by: Michael Telatynski <[email protected]> Co-authored-by: Richard van der Hoff <[email protected]> Co-authored-by: David Langley <[email protected]> Co-authored-by: Michael Weimann <[email protected]> Co-authored-by: Timshel <[email protected]> Co-authored-by: Sahil Silare <[email protected]> Co-authored-by: Will Hunt <[email protected]> Co-authored-by: Hubert Chathi <[email protected]> Co-authored-by: Andrew Ferrazzutti <[email protected]> Co-authored-by: Robin <[email protected]> Co-authored-by: Tulir Asokan <[email protected]> * Update dependency @sentry/browser to v8.33.0 [SECURITY] (#28194) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update babel monorepo (#28196) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency @types/react to v17.0.83 (#28138) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency @matrix-org/spec to v1.12.0 (#28200) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency @formatjs/intl-segmenter to v11.5.9 (#28197) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Remove references to `MatrixClient.crypto` (#28204) * Remove `VerificationExplorer` * Remove `remakeolm` slash command * Remove call to `crypto.cancelAndResendAllOutgoingKeyRequests` * Remove crypto mock in `LoginWithQR-test.tsx` * Remove `StopGadWidgetDriver.sendToDevice` * Remove remaining mock * Update dependency typescript to v5.6.3 (#28198) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency eslint-plugin-unicorn to v56 (#28202) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency stylelint to v16.10.0 (#28201) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update browserslist (#28199) * Update browserslist * Update tests Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]> * Update all non-major dependencies * Pin posthog-js Signed-off-by: Michael Telatynski <[email protected]> * Update snapshots for re-resizable Signed-off-by: Michael Telatynski <[email protected]> * Pin re-resizable Signed-off-by: Michael Telatynski <[email protected]> * Update snapshot and improve playwright workflow to account for symlinked matrix-js-sdk Signed-off-by: Michael Telatynski <[email protected]> * Revert snapshot Signed-off-by: Michael Telatynski <[email protected]> * Update package.json * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Fix screenshot flakiness Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: Michael Telatynski <[email protected]> Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florian Duros <[email protected]> Co-authored-by: Kim Brose <[email protected]> Co-authored-by: Florian Duros <[email protected]> Co-authored-by: R Midhun Suresh <[email protected]> Co-authored-by: dbkr <[email protected]> Co-authored-by: ElementRobot <[email protected]> Co-authored-by: dbkr <[email protected]> Co-authored-by: Richard van der Hoff <[email protected]> Co-authored-by: David Langley <[email protected]> Co-authored-by: Michael Weimann <[email protected]> Co-authored-by: Timshel <[email protected]> Co-authored-by: Sahil Silare <[email protected]> Co-authored-by: Will Hunt <[email protected]> Co-authored-by: Hubert Chathi <[email protected]> Co-authored-by: Andrew Ferrazzutti <[email protected]> Co-authored-by: Robin <[email protected]> Co-authored-by: Tulir Asokan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c305f8 - Browse repository at this point
Copy the full SHA 8c305f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8052e6 - Browse repository at this point
Copy the full SHA d8052e6View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c6bf81 - Browse repository at this point
Copy the full SHA 6c6bf81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 837e27e - Browse repository at this point
Copy the full SHA 837e27eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d68f2c - Browse repository at this point
Copy the full SHA 9d68f2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a436a - Browse repository at this point
Copy the full SHA e5a436aView commit details -
Deduplicate icons using Compound Design Tokens (#28219)
* Deduplicate icons using Compound Design Tokens Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90e8c13 - Browse repository at this point
Copy the full SHA 90e8c13View commit details -
Co-authored-by: Florian Duros <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d9b40c - Browse repository at this point
Copy the full SHA 4d9b40cView commit details -
Remove openDesk variant (#28237)
* Remove opendesk variant This method of shipping the openDesk variant is no longer required. A separate pipeline now publishes to https://gitlab.opencode.de/bmi/opendesk/components/supplier/Element/images/container_registry/1216. * Remove additional vanilla switch
Configuration menu - View commit details
-
Copy full SHA for d638d5d - Browse repository at this point
Copy the full SHA d638d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c308f - Browse repository at this point
Copy the full SHA 51c308fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e93233 - Browse repository at this point
Copy the full SHA 4e93233View commit details -
Replace
MatrixClient.isRoomEncrypted
by `MatrixClient.CryptoApi.isE……ncryptionEnabledInRoom` in `ContentMessages.ts` (#28238)
Configuration menu - View commit details
-
Copy full SHA for fad4573 - Browse repository at this point
Copy the full SHA fad4573View commit details -
Replace legacy Tooltips with Compound tooltips (#28231)
* Ditch legacy Tooltips in favour of Compound Signed-off-by: Michael Telatynski <[email protected]> * Remove dead code Signed-off-by: Michael Telatynski <[email protected]> * Extract markdown CodeBlock into React component Signed-off-by: Michael Telatynski <[email protected]> * Upgrade compound Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26430a3 - Browse repository at this point
Copy the full SHA 26430a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 249c0fd - Browse repository at this point
Copy the full SHA 249c0fdView commit details
Commits on Oct 21, 2024
-
Close right panel chat when minimising maximised voip widget (#28241)
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3294c6b - Browse repository at this point
Copy the full SHA 3294c6bView commit details -
- Remove deprecated
MatrixClient.keyBackupKeyFromPassword
call. (#2……8233) - The `keyBackupKeyFromPassword` call is bound to the `keyCallback` props in `RestoreKeyBackupDialog` which is not used in `CreateSecretStorageDialog` - Remove code bound to `keyCallback` props
Configuration menu - View commit details
-
Copy full SHA for 061c821 - Browse repository at this point
Copy the full SHA 061c821View commit details -
Stabilise audio-player reply button clicking in playwright (#28243)
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c278d2f - Browse repository at this point
Copy the full SHA c278d2fView commit details -
Deduplicate icons using Compound (#28239)
* Deduplicate icons using Compound Signed-off-by: Michael Telatynski <[email protected]> * Update snapshots Signed-off-by: Michael Telatynski <[email protected]> * Update e2e tests Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02e0aca - Browse repository at this point
Copy the full SHA 02e0acaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b45b06e - Browse repository at this point
Copy the full SHA b45b06eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a98e5 - Browse repository at this point
Copy the full SHA 26a98e5View commit details -
First batch: remove deprecated calls on
MatrixClient
(#28207)* Remove `initCrypto` mocking * Remove `MatrixClient.downloadKeys` mocking * Remove `MatrixClient.getStoredDevice` mocking * Replace `MatrixClient.setGlobalBlacklistUnverifiedDevices` by `MatrixClient.CryptoApi.globalBlacklistUnverifiedDevices` * Remove `MatrixClient.getStoredCrossSigningForUser` mocking * Replace `MatrixClient.legacyDeviceVerification` by `MatrixClient.CryptoApi.requestDeviceVerification` * Remove `MatrixClient.isCrossSigningReady` mock * Replace `MatrixClient.bootstrapCrossSigning` by `MatrixClient.getCrypto.bootstrapCrossSigning` * Replace `MatrixClient.getCryptoTrustCrossSignedDevices` by `MatrixClient.getCrypto.getTrustCrossSignedDevices` * Replace `MatrixClient.hasSecretStorageKey` by `MatrixClient.SecretStorage.hasKey` * Replace `MatrixClient.getDefaultSecretStorageKeyId` by `MatrixClient.SecretStorage.getDefaultKeyId` * Remove `MatrixClient.encryptAndSendToDevices` call
Configuration menu - View commit details
-
Copy full SHA for 46d1392 - Browse repository at this point
Copy the full SHA 46d1392View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdaad67 - Browse repository at this point
Copy the full SHA bdaad67View commit details -
Small tweaks & improvements (#28253)
* Ignore playwright generated files in git & prettier Signed-off-by: Michael Telatynski <[email protected]> * Correct .editorconfig Signed-off-by: Michael Telatynski <[email protected]> * Fix jest coverage errors Signed-off-by: Michael Telatynski <[email protected]> * Exclude scripts & type defs from coverage Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7720197 - Browse repository at this point
Copy the full SHA 7720197View commit details -
* Upgrade target to es2021 Signed-off-by: Michael Telatynski <[email protected]> * Upgrade target to es2021 Signed-off-by: Michael Telatynski <[email protected]> * Upgrade to es2022 Signed-off-by: Michael Telatynski <[email protected]> * Upgrade to es2022 Signed-off-by: Michael Telatynski <[email protected]> * Fix babel config Signed-off-by: Michael Telatynski <[email protected]> * Fix babel config Signed-off-by: Michael Telatynski <[email protected]> * Fix React contexts Signed-off-by: Michael Telatynski <[email protected]> * Fix types Signed-off-by: Michael Telatynski <[email protected]> * Fix React state Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Update to React 18 Signed-off-by: Michael Telatynski <[email protected]> * Update to React 18 Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Install @testing-library/dom Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Update lockfile Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Yarn lock update * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8800ef - Browse repository at this point
Copy the full SHA d8800efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e59492 - Browse repository at this point
Copy the full SHA 5e59492View commit details -
playwright: remove flaky check (#28260)
This sometimes happens too quickly for us to test. Fixes: #27585
Configuration menu - View commit details
-
Copy full SHA for 3c8ac6f - Browse repository at this point
Copy the full SHA 3c8ac6fView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a1f86f - Browse repository at this point
Copy the full SHA 4a1f86fView commit details -
Replace
IBootstrapCrossSigningOpts
byBootstrapCrossSigningOpts
t……o use CryptoApi type instead of old crypto type. (#28263)
Configuration menu - View commit details
-
Copy full SHA for 1ec2f92 - Browse repository at this point
Copy the full SHA 1ec2f92View commit details -
Hide scroll to bottom button in pinned message e2e test (#28255)
* Hide scroll to bottom button in pinned message e2e test * Remove redundant mask * Update playwright/e2e/pinned-messages/pinned-messages.spec.ts Co-authored-by: Michael Telatynski <[email protected]> --------- Co-authored-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 539025c - Browse repository at this point
Copy the full SHA 539025cView commit details -
Refactor CreateCrossSigningDialog (#28218)
* Refactor CreateCrossSigningDialog * Converts CreateCrossSigningDialog to a functional component * Pulls logic out to its own class * Updates usage of deprecated cross signing bootstrap method on client to be on the crypto object and updates test to match Moved from element-hq/matrix-react-sdk#131 * Add mock here too * Use the right mock * Remove duplicate mock * Stray jest mock line * Un-move mocks * tsdoc * Typo Co-authored-by: Andy Balaam <[email protected]> --------- Co-authored-by: Andy Balaam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19ef326 - Browse repository at this point
Copy the full SHA 19ef326View commit details -
Switch away from deprecated ReactDOM findDOMNode (#28259)
* Remove unused method getVisibleDecryptionFailures Signed-off-by: Michael Telatynski <[email protected]> * Switch away from ReactDOM findDOMNode Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4cf388 - Browse repository at this point
Copy the full SHA d4cf388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26cd13a - Browse repository at this point
Copy the full SHA 26cd13aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a96020 - Browse repository at this point
Copy the full SHA 6a96020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df72ce - Browse repository at this point
Copy the full SHA 1df72ceView commit details
Commits on Oct 23, 2024
-
[create-pull-request] automated change (#28272)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 305d60f - Browse repository at this point
Copy the full SHA 305d60fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83777a6 - Browse repository at this point
Copy the full SHA 83777a6View commit details -
Fix other devices not being decorated as such (#28279)
* Fix other devices not being decorated as such Signed-off-by: Michael Telatynski <[email protected]> * Update snapshots --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5cad0c2 - Browse repository at this point
Copy the full SHA 5cad0c2View commit details
Commits on Oct 24, 2024
-
[create-pull-request] automated change (#28283)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e73a832 - Browse repository at this point
Copy the full SHA e73a832View commit details -
Replace
MatrixClient.isRoomEncrypted
by `MatrixClient.CryptoApi.isE……ncryptionEnabledInRoom` in `SecurityRoomSettingsTab` (#28281)
Configuration menu - View commit details
-
Copy full SHA for 6d0d237 - Browse repository at this point
Copy the full SHA 6d0d237View commit details -
Remove abandoned MSC3886, MSC3903, MSC3906 implementations (#28274)
* Remove abandoned MSC3886, MSC3903, MSC3906 implementations Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Remove stale snapshots * Improve coverage Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b5348e - Browse repository at this point
Copy the full SHA 5b5348eView commit details -
Playwright: deflake verification tests (#28289)
Wait for the QR code to be rendered, in an attempt to deflake these two
Configuration menu - View commit details
-
Copy full SHA for 1cf1a0c - Browse repository at this point
Copy the full SHA 1cf1a0cView commit details
Commits on Oct 25, 2024
-
[create-pull-request] automated change (#28294)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdf0f1d - Browse repository at this point
Copy the full SHA bdf0f1dView commit details -
Enable React StrictMode (#28258)
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da5c97f - Browse repository at this point
Copy the full SHA da5c97fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de5c84 - Browse repository at this point
Copy the full SHA 7de5c84View commit details
Commits on Oct 28, 2024
-
Update screenshot for timezone difference (#28309)
* Update screenshot for timezone difference Signed-off-by: Michael Telatynski <[email protected]> * Update screenshot Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef60526 - Browse repository at this point
Copy the full SHA ef60526View commit details -
Excluding floating-ui portals as part of hiding tooltips in Playwrigh…
…t screenshots (#28287) * Excluding floating-ui portals as part of hiding tooltips in Playwright screenshots Signed-off-by: Michael Telatynski <[email protected]> * Update screenshot Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 954ff0a - Browse repository at this point
Copy the full SHA 954ff0aView commit details -
[create-pull-request] automated change (#28304)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86bb0ec - Browse repository at this point
Copy the full SHA 86bb0ecView commit details -
Add PostHog codes for trust requirement failures (#28292)
* Add PostHog codes for trust requirement failures * add tests for new codes
Configuration menu - View commit details
-
Copy full SHA for de9a2cc - Browse repository at this point
Copy the full SHA de9a2ccView commit details -
Fix 'remove alias' button in room settings (#28269)
* fixed 'remove alias' button * fixed 'close button' --------- Co-authored-by: Florian Duros <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2c7870 - Browse repository at this point
Copy the full SHA a2c7870View commit details -
Remove unused icons & styles (#28288)
* Remove stale _LegacyRoomHeader.pcss and icons Signed-off-by: Michael Telatynski <[email protected]> * Remove unused icons Signed-off-by: Michael Telatynski <[email protected]> * Ensure legacy header styles are not used by HTML export Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4dc904 - Browse repository at this point
Copy the full SHA f4dc904View commit details -
Enable Element Call by default on release instances (#28313)
Update button label to say it is a Beta Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79c9563 - Browse repository at this point
Copy the full SHA 79c9563View commit details -
Enable Element Call by default on release instances (#28313)
Signed-off-by: Michael Telatynski <[email protected]> (cherry picked from commit 79c9563) Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ce515a - Browse repository at this point
Copy the full SHA 9ce515aView commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10a63b3 - Browse repository at this point
Copy the full SHA 10a63b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dabe672 - Browse repository at this point
Copy the full SHA dabe672View commit details -
Remove upgrade encryption in
DeviceListener
and `SetupEncryptionToa……st` (#28299) * Remove upgrade encryption in `DeviceListener` and `SetupEncryptionToast` * Update comments to `2 different toasts`
Configuration menu - View commit details
-
Copy full SHA for e5b55db - Browse repository at this point
Copy the full SHA e5b55dbView commit details -
Merge branch 'develop' into staging
# Conflicts: # package.json # yarn.lock
Configuration menu - View commit details
-
Copy full SHA for 1d49a46 - Browse repository at this point
Copy the full SHA 1d49a46View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95c3027 - Browse repository at this point
Copy the full SHA 95c3027View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ebfaad - Browse repository at this point
Copy the full SHA 8ebfaadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 849f2c9 - Browse repository at this point
Copy the full SHA 849f2c9View commit details -
Update dependency @formatjs/intl-segmenter to v11.7.1 (#28324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 99542c9 - Browse repository at this point
Copy the full SHA 99542c9View commit details -
Update dependency axe-core to v4.10.2 (#28320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 13bfb51 - Browse repository at this point
Copy the full SHA 13bfb51View commit details -
Update dependency @testing-library/jest-dom to v6.6.2 (#28319)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 76b9c27 - Browse repository at this point
Copy the full SHA 76b9c27View commit details -
Update dependency stylelint-scss to v6.8.1 (#28321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ff51c2 - Browse repository at this point
Copy the full SHA 2ff51c2View commit details -
Update playwright to v1.48.2 (#28322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a4e4ac4 - Browse repository at this point
Copy the full SHA a4e4ac4View commit details -
Update dependency @matrix-org/analytics-events to ^0.28.0 (#28325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e606b5f - Browse repository at this point
Copy the full SHA e606b5fView commit details -
Update dependency @vector-im/compound-design-tokens to v1.9.0 (#28327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3e8f55f - Browse repository at this point
Copy the full SHA 3e8f55fView commit details -
Update dependency uuid to v11 (#28332)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a743a9 - Browse repository at this point
Copy the full SHA 8a743a9View commit details -
Update dependency node to v22 (#28329)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7408a83 - Browse repository at this point
Copy the full SHA 7408a83View commit details -
Update typescript-eslint monorepo to v8.11.0 (#28328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7daa8b2 - Browse repository at this point
Copy the full SHA 7daa8b2View commit details -
Update dependency eslint-plugin-react-hooks to v5 (#28330)
* Update dependency eslint-plugin-react-hooks to v5 * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7b3337 - Browse repository at this point
Copy the full SHA a7b3337View commit details -
Update dependency @sentry/browser to v8.35.0 (#28326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fbc96f4 - Browse repository at this point
Copy the full SHA fbc96f4View commit details -
* Update react-types * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c45ca5 - Browse repository at this point
Copy the full SHA 5c45ca5View commit details
Commits on Oct 30, 2024
-
Use new CryptoApi.encryptToDeviceMessages() to send encrypted to-devi…
…ce messages from widgets (#28315)
Configuration menu - View commit details
-
Copy full SHA for c23c9df - Browse repository at this point
Copy the full SHA c23c9dfView commit details -
Remove "Upgrade your encryption" flow in
CreateSecretStorageDialog
……(#28290) * Remove "Upgrade your encryption" flow * Rename and remove tests * Remove `BackupTrustInfo` * Get keybackup when bootstraping the secret storage. * Update src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx Co-authored-by: Richard van der Hoff <[email protected]> --------- Co-authored-by: Richard van der Hoff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 386b782 - Browse repository at this point
Copy the full SHA 386b782View commit details
Commits on Oct 31, 2024
-
[create-pull-request] automated change (#28345)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0ffddf - Browse repository at this point
Copy the full SHA e0ffddfView commit details -
Documentation fix: missing comma and I would also take the ellipsis a…
…way (#17233) * Missing coma and I would also take the ellipsis away took me a while to find the mistake and "comment" and I think it'll take other even longer... * use json5 --------- Co-authored-by: Travis Ralston <[email protected]> Co-authored-by: Richard van der Hoff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bb9f2e - Browse repository at this point
Copy the full SHA 4bb9f2eView commit details -
Pass nodeRef to CSSTransition to avoid ReactDOM.findDOMNode (#28339)
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 195337d - Browse repository at this point
Copy the full SHA 195337dView commit details -
[create-pull-request] automated change (#28119)
Co-authored-by: Johennes <[email protected]> Co-authored-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23613ac - Browse repository at this point
Copy the full SHA 23613acView commit details
Commits on Nov 1, 2024
-
[create-pull-request] automated change (#28359)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3ece9d - Browse repository at this point
Copy the full SHA a3ece9dView commit details -
[create-pull-request] automated change (#28360)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a27dfa1 - Browse repository at this point
Copy the full SHA a27dfa1View commit details -
Specify a local address when exposing ports with Docker (#20891)
* Specify a local address when exposing ports with Docker cf. https://docs.docker.com/engine/reference/commandline/run/#publish-or-expose-port--p---expose Signed-off-by: Richard Gibson <[email protected]> * Provide and explain docker run examples with and without confinement to localhost Signed-off-by: Richard Gibson <[email protected]> * Update README.md Co-authored-by: Richard Gibson <[email protected]> --------- Signed-off-by: Richard Gibson <[email protected]> Co-authored-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8fd98a - Browse repository at this point
Copy the full SHA b8fd98aView commit details -
Remove boilerplate around dispatcher and settings watchers (#28338)
* Remove boilerplate around dispatcher and settings watchers Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d9982f - Browse repository at this point
Copy the full SHA 2d9982fView commit details -
Move state update listeners from constructor to componentDidMount (#2…
…8341) * Move state update listeners from constructor to componentDidMount Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0899165 - Browse repository at this point
Copy the full SHA 0899165View commit details
Commits on Nov 4, 2024
-
[create-pull-request] automated change (#28372)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e30471 - Browse repository at this point
Copy the full SHA 8e30471View commit details -
Remove unused Security customisations module (#28350)
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00d46f1 - Browse repository at this point
Copy the full SHA 00d46f1View commit details -
Show developer jump to event button on all events with associations (…
…#28351) Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1ef099 - Browse repository at this point
Copy the full SHA b1ef099View commit details -
Wire up analytics for Legacy/EC/Jitsi voip options (#28348)
* Wire up analytics for Legacy/EC/Jitsi voip options Signed-off-by: Michael Telatynski <[email protected]> * Update @matrix-org/analytics-events Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ccbdb2 - Browse repository at this point
Copy the full SHA 1ccbdb2View commit details -
Fix markdown escaping wrongly passing html through (#28363)
* Fix markdown escaping wrongly passing html through Signed-off-by: Michael Telatynski <[email protected]> * Add comment Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38e5eee - Browse repository at this point
Copy the full SHA 38e5eeeView commit details -
Switch ModalManager to the React 18 createRoot API (#28336)
* Remove boilerplate around dispatcher and settings watchers Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Move state update listeners from constructor to componentDidMount Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Switch ModalManager to the React 18 createRoot API Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 502cc91 - Browse repository at this point
Copy the full SHA 502cc91View commit details -
Update the display of decryption failures due to failed trust require…
…ment (#28300) * update the display of decryption failures due to failed trust requirement * add test for not showing shield
Configuration menu - View commit details
-
Copy full SHA for 2631b90 - Browse repository at this point
Copy the full SHA 2631b90View commit details
Commits on Nov 5, 2024
-
[create-pull-request] automated change (#28377)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7d96b6 - Browse repository at this point
Copy the full SHA d7d96b6View commit details -
Move navigator message listener registration to be synchronously atta…
…ched (#28340) to silence Chrome warning Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9d9c42 - Browse repository at this point
Copy the full SHA c9d9c42View commit details -
Show message type prefix in thread root & reply previews (#28361)
* Extract EventPreview from PinnedMessageBanner Signed-off-by: Michael Telatynski <[email protected]> * Show message type prefix in thread root previews Signed-off-by: Michael Telatynski <[email protected]> * Show message type prefix in thread reply preview Signed-off-by: Michael Telatynski <[email protected]> * Update tests Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aeabf3b - Browse repository at this point
Copy the full SHA aeabf3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4bd56 - Browse repository at this point
Copy the full SHA 6e4bd56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1598445 - Browse repository at this point
Copy the full SHA 1598445View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ce6dc - Browse repository at this point
Copy the full SHA a6ce6dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b6ed44 - Browse repository at this point
Copy the full SHA 0b6ed44View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24fabff - Browse repository at this point
Copy the full SHA 24fabffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a355292 - Browse repository at this point
Copy the full SHA a355292View commit details -
Flatten Vector-override components (#28346)
* Flatten Vector-override components Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Improve coverage Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Ie Signed-off-by: Michael Telatynski <[email protected]> * delint Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d79a93 - Browse repository at this point
Copy the full SHA 9d79a93View commit details -
Remove redundant
switch_package_to_release
call (#28384)`switch_package_to_release` is now a no-op (there are no fields called `matrix_lib_*` in matrix-js-sdk's package.json), so everything after that is redundant.
Configuration menu - View commit details
-
Copy full SHA for 6042625 - Browse repository at this point
Copy the full SHA 6042625View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ef3b0b - Browse repository at this point
Copy the full SHA 9ef3b0bView commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7093c9a - Browse repository at this point
Copy the full SHA 7093c9aView commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f919d16 - Browse repository at this point
Copy the full SHA f919d16View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 464be37 - Browse repository at this point
Copy the full SHA 464be37View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f86099c - Browse repository at this point
Copy the full SHA f86099cView commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0103913 - Browse repository at this point
Copy the full SHA 0103913View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 458b4a4 - Browse repository at this point
Copy the full SHA 458b4a4View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c06eba - Browse repository at this point
Copy the full SHA 1c06ebaView commit details -
Install knip to keep the codebase in check
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82a6826 - Browse repository at this point
Copy the full SHA 82a6826View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21930a1 - Browse repository at this point
Copy the full SHA 21930a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3e976d - Browse repository at this point
Copy the full SHA f3e976dView commit details
Commits on Nov 6, 2024
-
[create-pull-request] automated change (#28392)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ff5a51 - Browse repository at this point
Copy the full SHA 3ff5a51View commit details -
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c64080 - Browse repository at this point
Copy the full SHA 1c64080View commit details -
[create-pull-request] automated change (#28391)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f8e982 - Browse repository at this point
Copy the full SHA 2f8e982View commit details -
Switch secondary React trees to the createRoot API (#28296)
* Switch secondary React trees to the createRoot API Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Add comment Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d06cf09 - Browse repository at this point
Copy the full SHA d06cf09View commit details -
Ignore
m.3pid_changes
for Identity service 3PID changes (#28375)Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88c72a1 - Browse repository at this point
Copy the full SHA 88c72a1View commit details -
Auto approvoce
io.element.call.reaction
capability for element call…… widgets (#28401)
Configuration menu - View commit details
-
Copy full SHA for 5057668 - Browse repository at this point
Copy the full SHA 5057668View commit details
Commits on Nov 7, 2024
-
[create-pull-request] automated change (#28403)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b92101a - Browse repository at this point
Copy the full SHA b92101aView commit details -
Deduplicate icons using Compound Design Tokens (#28381)
* Deduplicate icons using Compound Design Tokens Signed-off-by: Michael Telatynski <[email protected]> * Remove unused test images Signed-off-by: Michael Telatynski <[email protected]> * Update snapshots & screenshots Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74a919c - Browse repository at this point
Copy the full SHA 74a919cView commit details -
Handle authenticated media when downloading from ImageView (#28379)
* Handle authenticated media when downloading from ImageView Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da4672d - Browse repository at this point
Copy the full SHA da4672dView commit details -
Enable enable_authenticated_media in Playwright tests (#28395)
Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b604a6e - Browse repository at this point
Copy the full SHA b604a6eView commit details
Commits on Nov 8, 2024
-
[create-pull-request] automated change (#28409)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 536d6ad - Browse repository at this point
Copy the full SHA 536d6adView commit details -
[create-pull-request] automated change (#28408)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a6be72 - Browse repository at this point
Copy the full SHA 9a6be72View commit details -
Feed events to widgets as they are decrypted (even if out of order) (…
…#28376) * Refactor feeding of events to widgets This is a pure refactor with (hopefully) no behavior changes. * Feed events to widgets as they are decrypted (even if out of order) The code that feeds events to widgets tries to enforce that only events from the end of the timeline will be passed through. This is to prevent old, irrelevant events from being passed to widgets as the timeline is back-filled. However, since encrypted events need to be decrypted asynchronously, it's not possible to feed them to a widget in a strictly linear order without introducing some kind of blocking or unreliable delivery. This code has been dropping events when they're decrypted out of order, which we consider to be an undesirable behavior. The solution provided here is that, to reflect the asynchronous nature of decryption, encrypted events that arrive at the end of the timeline will be fed to a widget whenever they finish decrypting, even if this means feeding them out of order. For now we're not aware of any widgets that care about knowing the exact order of events in the timeline, but if such a need reveals itself later, we can explore adding ordering information to this part of the widget API. * Add braces to if
Configuration menu - View commit details
-
Copy full SHA for d0cddc5 - Browse repository at this point
Copy the full SHA d0cddc5View commit details
Commits on Nov 9, 2024
-
[create-pull-request] automated change (#28411)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17de661 - Browse repository at this point
Copy the full SHA 17de661View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29b7538 - Browse repository at this point
Copy the full SHA 29b7538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ff08f9 - Browse repository at this point
Copy the full SHA 4ff08f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f70105 - Browse repository at this point
Copy the full SHA 3f70105View commit details -
Add checks to validate the advertised mimetype and file extension of stickers, videos and images are coherent.
Configuration menu - View commit details
-
Copy full SHA for 6134cfd - Browse repository at this point
Copy the full SHA 6134cfdView commit details -
Let widget driver send error details (#28357)
* Let widget driver send error details * Match new widget API types * Don't @link across packages in case web documentation generation disallows it. * Update matrix-widget-api * Update matrix-js-sdk Include matrix-org/matrix-js-sdk#4507 to fix playwright CI
Configuration menu - View commit details
-
Copy full SHA for c8c1074 - Browse repository at this point
Copy the full SHA c8c1074View commit details -
Deduplicate icons using Compound Design Tokens (#28419)
* Deduplicate icons using Compound Design Tokens Signed-off-by: Michael Telatynski <[email protected]> * Update screenshots & snapshots Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db30bc5 - Browse repository at this point
Copy the full SHA db30bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0a313a - Browse repository at this point
Copy the full SHA c0a313aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bff17ff - Browse repository at this point
Copy the full SHA bff17ffView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6bc8080 - Browse repository at this point
Copy the full SHA 6bc8080View commit details -
[create-pull-request] automated change (#28424)
Co-authored-by: t3chguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e2e884 - Browse repository at this point
Copy the full SHA 1e2e884View commit details -
Add mimetype checks to stickers, image and video messages
Configuration menu - View commit details
-
Copy full SHA for a00c343 - Browse repository at this point
Copy the full SHA a00c343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 231073c - Browse repository at this point
Copy the full SHA 231073cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bebf44d - Browse repository at this point
Copy the full SHA bebf44dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe474a - Browse repository at this point
Copy the full SHA bbe474aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d1b702 - Browse repository at this point
Copy the full SHA 6d1b702View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bdd4f4 - Browse repository at this point
Copy the full SHA 4bdd4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08cb450 - Browse repository at this point
Copy the full SHA 08cb450View commit details -
Merge element 1.11.85 with matrix-react-sdk fusion
marc.sirisak committedNov 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 20e974b - Browse repository at this point
Copy the full SHA 20e974bView commit details -
tchap: Fix conflict with merge
marc.sirisak committedNov 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 35892f8 - Browse repository at this point
Copy the full SHA 35892f8View commit details
Commits on Nov 13, 2024
-
marc.sirisak committed
Nov 13, 2024 Configuration menu - View commit details
-
Copy full SHA for f7cbd67 - Browse repository at this point
Copy the full SHA f7cbd67View commit details
Commits on Nov 14, 2024
-
TCHAP : All patches ever 2 (include subtrees modification)
marc.sirisak committedNov 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 6216d94 - Browse repository at this point
Copy the full SHA 6216d94View commit details -
TCHAP: remove linked-dependencies subtree
marc.sirisak committedNov 14, 2024 Configuration menu - View commit details
-
Copy full SHA for f765606 - Browse repository at this point
Copy the full SHA f765606View commit details -
TCHAP: update matrix-react-sdk paths and ~tchap-web
marc.sirisak committedNov 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 285ed3d - Browse repository at this point
Copy the full SHA 285ed3dView commit details
Commits on Nov 18, 2024
-
TCHAP: update more paths and wrong merged files
marc.sirisak committedNov 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 4a23da4 - Browse repository at this point
Copy the full SHA 4a23da4View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e33f03 - Browse repository at this point
Copy the full SHA 7e33f03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bcc27a - Browse repository at this point
Copy the full SHA 3bcc27aView commit details
Commits on Nov 20, 2024
-
TCHAP: feat(patch): update matrix-js-sdk patch
marc.sirisak committedNov 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 46c5d92 - Browse repository at this point
Copy the full SHA 46c5d92View commit details -
Merge tag 'v1.11.86' into 1152-upgrade-merge-react-sdk
Release v1.11.86
marc.sirisak committedNov 20, 2024 Configuration menu - View commit details
-
Copy full SHA for a608a56 - Browse repository at this point
Copy the full SHA a608a56View commit details -
marc.sirisak committed
Nov 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 175b380 - Browse repository at this point
Copy the full SHA 175b380View commit details
Commits on Nov 21, 2024
-
marc.sirisak committed
Nov 21, 2024 Configuration menu - View commit details
-
Copy full SHA for d0242b9 - Browse repository at this point
Copy the full SHA d0242b9View commit details -
TCHAP: update space patch and fix translation
marc.sirisak committedNov 21, 2024 Configuration menu - View commit details
-
Copy full SHA for ce40d02 - Browse repository at this point
Copy the full SHA ce40d02View commit details -
TCHAP: specific tchap lint, removing src folder
marc.sirisak committedNov 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 35a3d54 - Browse repository at this point
Copy the full SHA 35a3d54View commit details -
TCHAP: lint test and add lowercase patch
marc.sirisak committedNov 21, 2024 Configuration menu - View commit details
-
Copy full SHA for a156c41 - Browse repository at this point
Copy the full SHA a156c41View commit details -
TCHAP: update prettier and esling config
marc.sirisak committedNov 21, 2024 Configuration menu - View commit details
-
Copy full SHA for b83a3bd - Browse repository at this point
Copy the full SHA b83a3bdView commit details
Commits on Nov 25, 2024
-
TCHAP: engine node fix to 20 for scalingo build
marc.sirisak committedNov 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 09b0d51 - Browse repository at this point
Copy the full SHA 09b0d51View commit details -
TCHAP: fix remove-passphrase-4S and css custom color
marc.sirisak committedNov 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 19c17eb - Browse repository at this point
Copy the full SHA 19c17ebView commit details