Skip to content
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

element-web v1.11.89 #14

Merged
merged 103 commits into from
Dec 19, 2024
Merged

element-web v1.11.89 #14

merged 103 commits into from
Dec 19, 2024

Conversation

hazzuk
Copy link
Member

@hazzuk hazzuk commented Dec 19, 2024

No description provided.

t3chguy and others added 30 commits November 6, 2024 14:55
Signed-off-by: Michael Telatynski <[email protected]>
This is no longer needed as the right panel always corresponds to the currently viewed room/space only.

Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
* Remove Twemoji SBIX font in favour of COLRv0

as it is supported everywhere we need it

Signed-off-by: Michael Telatynski <[email protected]>

* Remove unused mock

Signed-off-by: Michael Telatynski <[email protected]>

---------

Signed-off-by: Michael Telatynski <[email protected]>
…t-hq#28476)

* Add support for new shield codes in JS SDK

* change string used for shield message

* fix test
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…t-hq#28563)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update linkify to v4.1.4

* Fix types

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]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…q#28555)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ncryptionEnabledInRoom` in RoomView (element-hq#28278)

* Replace `MatrixClient.isRoomEncrypted` by `MatrixClient.CryptoApi.isEncryptionEnabledInRoom` in RoomView

* Add `isRoomEncrypted` to room

* Update e2eStatus and urlPreview when isRoomEncrypted is computed

* Fix e2e test

* Add tests when user verification change

* Reduced abusive timeout in e2e test
Signed-off-by: Michael Telatynski <[email protected]>
Co-authored-by: t3chguy <[email protected]>
Co-authored-by: Michael Telatynski <[email protected]>
* Update dependency caniuse-lite to v1.0.30001684

* 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 typescript-eslint monorepo to v8.15.0

* Add linter exception

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]>
Co-authored-by: t3chguy <[email protected]>
Co-authored-by: Michael Telatynski <[email protected]>
…to dbkr/stateafter

# Conflicts:
#	test/unit-tests/components/structures/RoomView-test.tsx
#	test/unit-tests/components/structures/TimelinePanel-test.tsx
florianduros and others added 27 commits December 4, 2024 14:11
* Fix settings header

* Fix gap between subsection

* Update tests

* Update e2e tests

* Update snapshots
)

* increase ringing timeout from 10 seconds to 90 seconds

* increase ringing timeout from 10 seconds to 90 seconds

* increase max age of incoming notify event to 15 seconds which triggers a call ringingn notification/toast
…dly-buffers

Remove usages of Buffer so we don't need to ship the polyfill
* Playwright: improve failure report when an unexpected shield exists

If we discover an E2E shield when we didn't expect one, let's make the error
message more helpful by checking the tooltip.

* Playwright: fix (hopefully) flaky shields test

Wait for our user to fetch the bot's identity before running the test, to work
around a race in the shield logic.

Hopefully, fixes element-hq#28061
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…hq#28658)

* Rename CreateCrossSigningDialog to InitialCryptoSetup

because it will soon encompass things other than just creating cross
signing.

* Fix name & tests

* Fix import

* Remove code creating key backup

Because this was split out from my key backup by default PR

* Fix comment

* Convert to named export
* Stash initial work to bring TSC from over 6 mins to under 1 minute

Signed-off-by: Michael Telatynski <[email protected]>

* Stabilise types

Signed-off-by: Michael Telatynski <[email protected]>

* Fix incorrect props to AccessibleButton

Signed-off-by: Michael Telatynski <[email protected]>

* Swap AccessibleButton element types to match the props they provide

Signed-off-by: Michael Telatynski <[email protected]>

* Changed my mind, remove spurious previously ignored props

Signed-off-by: Michael Telatynski <[email protected]>

* Update snapshots

Signed-off-by: Michael Telatynski <[email protected]>

---------

Signed-off-by: Michael Telatynski <[email protected]>
…hq#28668)

* add delay in test to allow Alice to fetch Bob's device keys

* wait until we see bob's device, rather than hard-coding a timeout

* Fix comment

Co-authored-by: Florian Duros <[email protected]>

* fix lint

---------

Co-authored-by: Florian Duros <[email protected]>
(cherry picked from commit 117bee7)

Co-authored-by: Florian Duros <[email protected]>
@hazzuk hazzuk changed the title element-web vv1.11.89 Latest element-web v1.11.89 Dec 19, 2024
Copy link

Cloudflare Pages deployment

Latest commit 1202a52531061e342a72c0d2bca3861ccd8d77e5
Status ✅ Deployed!
URL https://fb33f9ad.elecord-web.pages.dev

@hazzuk hazzuk merged commit dde9c2c into master Dec 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants