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

Upgrade to v3.100.0 rc.0 #7

Merged
merged 117 commits into from
May 28, 2024
Merged

Upgrade to v3.100.0 rc.0 #7

merged 117 commits into from
May 28, 2024

Conversation

MarcWadai
Copy link

@MarcWadai MarcWadai commented May 27, 2024

Conflicts found

  • AccessibleButton
  • DecryptionFailureBody
  • RoomSummaryCard
  • Thread summary

florianduros and others added 30 commits April 12, 2024 14:56
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>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…uld be hidden (matrix-org#12434)

* use the same logic in prevews as the timeline to hide events that should not be shown

* skip any events we should hide, don't need to special case Replace events as we should be ignoring them(getContent() will use replacingEvent)

* lint
* `DecryptionFailureTracker`: stronger typing

Use `DecryptionFailureCode` rather than string

* `DecryptionFailureTracker`: remove use of `DecryptionError`

The second argument to `MatrixEventEvent.Decrypted` callbacks is deprecatedf,
and we can get the info we need direct from the event. This means that we no
longer need to reference the internal `DecryptionError` class in the js-sdk.

* `DecryptionFailureTracker`: use a different Posthog code for historical UTDs

* Update for new UTD error codes
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <[email protected]>
* Collect decryption failure translations together

They are not specific to threads.

* Revert changes to non-english languages
* Move the TAC to above the button

This isn't what the designs say, but there is a (bug/feature)* in
radix where it will turn a mouseup event within the menu into a
click so that it activates the menu option that's under your cursor
when you lift the button, even if you pressed the button down on
a different item. Unfortunately it forgot to check that the mouse
down happened in the menu, so if the menu appears under the cursor,
the cursor, it will immediately select whatever option appeared under
the cursor.

I think the simplest solution here is to just move the menu above the
TAC button. This also makes it consistent† with quick settings.

*delete as applicable
†Not actually consistent because it fades in a different way

* Update snapshots
RiotRobot and others added 24 commits May 7, 2024 12:25
* Change b tag to h3 tag

* Remove margin

* Update snapshots
…ules (matrix-org#12510)

* Fix beta notifications reconciliation for `.m.rule.is_room_mention`

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

* Same fix for `.m.rule.is_user_mention`

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

---------

Signed-off-by: Michael Telatynski <[email protected]>
* Add room topic to right panel room info

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

* Tweak styles

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

* Update snapshot

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

* Iterate

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

* Update snapshots

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

* Iterate

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

* Add snapshot tests

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

* Update snapshots

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

---------

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

* Collapse UserSettings tabs to just icons on narrow screens

* Add screenshot test

* Better comment formatting.

Co-authored-by: Richard van der Hoff <[email protected]>

* Comment the media query

Co-authored-by: Richard van der Hoff <[email protected]>

---------

Co-authored-by: Richard van der Hoff <[email protected]>
* remove old pre-join UTD logic

and add a playwright test for new pre-join UTD

* remove variable that isn't used any more

* add missing synapse template

* remove unused variable (again) and run prettier

* add test that we can jump to an event before our latest join membership event

* modify default template instead of creating a new template
…matrix-org#12495)

* Fix `element-desktop-ssoid being` included in OIDC Authorization call

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

* Split out oidc callback url into its own method

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

* Fix unexpected hash on oidc callback url

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

* Update src/BasePlatform.ts

Co-authored-by: Richard van der Hoff <[email protected]>

---------

Signed-off-by: Michael Telatynski <[email protected]>
Co-authored-by: Richard van der Hoff <[email protected]>
* Remove redundant option

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

* Stabilise app download dialog screenshot test

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

* Try to stabilise user menu opening in playwright tests

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

* Stabilise one-to-one-chat.spec.ts

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

* Stabilise kick.spec.ts

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

* Iterate

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

* Discard changes to playwright/element-web-test.ts

---------

Signed-off-by: Michael Telatynski <[email protected]>
…atrix-org#12514)

* Fix `element-desktop-ssoid being` included in OIDC Authorization call

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

* Split out oidc callback url into its own method

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

* Allow explicit configuration of OIDC dynamic registration metadata

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

* Fix test

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

* Fix unexpected hash on oidc callback url

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

* undefined > []

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

---------

Signed-off-by: Michael Telatynski <[email protected]>
* Fix well-known lookup for sliding sync labs check

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

* Add test

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

* Iterate

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

---------

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

* Terminate playback worker on destroy

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

* Reuse single PlaybackWorker between all Playbacks

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

* ...

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

---------

Signed-off-by: Michael Telatynski <[email protected]>
…editor (matrix-org#12459)

* Use `AccessibleButton` in `RovingAccessibleTooltipButton`

* Update snapshots

* Update @vector-im/compound-web

* Update composer

* Update formating buttons

* Update snapshots

* Remove placement

* Update snapshots

* Use kbd

* Update ``@vector-im/compound-web`
@MarcWadai MarcWadai force-pushed the upgrade-v3.100.0-rc.0 branch from 01af87e to cab3d52 Compare May 27, 2024 15:53
@MarcWadai MarcWadai force-pushed the upgrade-v3.100.0-rc.0 branch from cab3d52 to 79a390f Compare May 28, 2024 08:13
@MarcWadai MarcWadai merged commit df47422 into develop_tchap May 28, 2024
10 of 19 checks passed
MarcWadai pushed a commit that referenced this pull request Oct 8, 2024
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.