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

1214 upgrade 1.11.89 #1216

Merged
merged 106 commits into from
Jan 15, 2025
Merged

1214 upgrade 1.11.89 #1216

merged 106 commits into from
Jan 15, 2025

Conversation

MarcWadai
Copy link
Contributor

closes #1214

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]>
* 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>
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>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ncryptionEnabledInRoom` in RoomView (#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
richvdh and others added 25 commits December 4, 2024 23:01
* 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/element-web#28061
Signed-off-by: Michael Telatynski <[email protected]>
…e displayed in the banner when pinned. (#28655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* 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]>
* 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 117bee787f624cf67c014a92138f23faef8a8548)

Co-authored-by: Florian Duros <[email protected]>
@MarcWadai MarcWadai force-pushed the 1214-upgrade-1.11.89 branch from 93232e9 to cf7b494 Compare January 14, 2025 17:30
@MarcWadai MarcWadai force-pushed the 1214-upgrade-1.11.89 branch from cf7b494 to 40d7134 Compare January 14, 2025 17:37
@MarcWadai MarcWadai merged commit 8581d23 into develop_tchap Jan 15, 2025
7 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.

Upgrade element 1.11.89
9 participants