David Langley
644bf78e2a
Show the local echo in previews ( #12451 )
...
* show the local echo in previews
* a bit more coverage
2024-04-24 09:22:07 +00:00
Asim Mohammed Delvi
158e1110b1
Fixed the drag and drop of X ##27186 ( #12450 )
2024-04-24 08:56:59 +00:00
RiotRobot
28b202f59a
Merge branch 'master' into develop
2024-04-23 13:14:32 +00:00
RiotRobot
78992f458b
v1.11.65
2024-04-23 13:14:00 +00:00
RiotRobot
786c590dcf
Reset matrix-js-sdk back to develop branch
2024-04-23 13:08:43 +00:00
RiotRobot
bbf37ba7cf
Reset matrix-react-sdk back to develop branch
2024-04-23 13:08:32 +00:00
RiotRobot
c50556a957
Merge branch 'master' into develop
2024-04-23 13:08:18 +00:00
RiotRobot
4a895f6daf
v1.11.65
Dockerhub / Docker Buildx (suffix=-opendesk,onlatest=true, mv variants/openDesk/* ., opendesk) (push) Failing after 39s
Dockerhub / Docker Buildx (vanilla) (push) Failing after 45s
v1.11.65
2024-04-23 13:05:34 +00:00
RiotRobot
7f5af1ccdf
Upgrade dependency to matrix-react-sdk@3.98.0
2024-04-23 12:59:24 +00:00
RiotRobot
33c56e565d
Reset matrix-js-sdk back to develop branch
2024-04-23 12:57:29 +00:00
RiotRobot
5f9edc6049
Resetting package fields for development
2024-04-23 12:57:18 +00:00
RiotRobot
c778b0f908
Merge branch 'master' into develop
2024-04-23 12:57:17 +00:00
RiotRobot
0c40f6d26f
v3.98.0
2024-04-23 12:56:04 +00:00
RiotRobot
eac221c2d3
Upgrade dependency to matrix-js-sdk@32.1.0
2024-04-23 12:35:55 +00:00
RiotRobot
c3f8189f0f
Upgrade dependency to matrix-js-sdk@32.1.0
2024-04-23 12:35:46 +00:00
David Baker
427be433d0
Add analytics to activity toggles ( #12418 )
...
* Add analytics to activity toggles
Requires https://github.com/matrix-org/matrix-analytics-events/pull/101
* Add test
* Fix comment a bit
* Update to new analytics events package
2024-04-22 16:15:29 +00:00
David Baker
c5b98a5e93
Merge pull request #27377 from element-hq/dbkr/enable_tac_develop
...
Enable the TAC in develop
2024-04-22 13:59:40 +00:00
David Baker
8fb847ed36
Enable TAC in nightly config ( #1635 )
...
While we work through fixing all the tests on https://github.com/matrix-org/matrix-react-sdk/pull/12439
enable the TAC on nightly so we can get wider testing.
2024-04-22 13:31:23 +01:00
David Baker
88c49e7c50
Enable the TAC in develop
...
While we work through fixing all the tests on https://github.com/matrix-org/matrix-react-sdk/pull/12439 enable the TAC on nightly so we can get wider testing.
2024-04-22 12:13:01 +01:00
Johannes Marbach
6dd6a7697c
Decrypt events in reverse order without copying the array ( #12445 )
...
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org >
2024-04-22 08:52:50 +00:00
David Baker
cc7edade21
Move the TAC to above the button ( #12438 )
...
* 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
2024-04-19 09:04:48 +00:00
ElementRobot
198b975439
[create-pull-request] automated change ( #12440 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com >
2024-04-19 06:24:26 +00:00
David Baker
2c848d7fa7
Merge pull request #12416 from matrix-org/florianduros/tooltip-update
...
Use new compound tooltip
2024-04-18 15:32:13 +01:00
Florian Duros
c97a3740ac
Merge branch 'develop' into florianduros/tooltip-update
2024-04-18 15:41:16 +02:00
Florian Duros
fb989ee7f3
Update compound web
2024-04-18 15:40:29 +02:00
Florian Duros
bf0fed59f2
Use focus instead of hover
2024-04-18 15:25:00 +02:00
Michael Telatynski
3cb5b840ce
Merge pull request #27366 from element-hq/t3chguy/flaky-stale
...
Add automation to close flaky test issues
2024-04-18 12:55:18 +00:00
Richard van der Hoff
d402b52e06
Collect decryption failure translations together ( #12436 )
...
* Collect decryption failure translations together
They are not specific to threads.
* Revert changes to non-english languages
2024-04-18 10:40:25 +00:00
Michael Telatynski
e0deabceb3
Add automation to close flaky test issues
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2024-04-18 10:40:08 +01:00
Florian Duros
48a3a0992e
Merge branch 'refs/heads/develop' into florianduros/tooltip-update
2024-04-18 10:09:31 +02:00
renovate[bot]
ea556ff1c4
Update all non-major dependencies ( #1615 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2024-04-17 15:02:46 +00:00
ElementRobot
af0a56061f
[Backport staging] Update scripts for compatibility with latest NodeJS Security Release ( #1629 )
...
Co-authored-by: David Baker <dbkr@users.noreply.github.com >
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2024-04-17 16:02:38 +01:00
renovate[bot]
0e65a5aae6
Update dependency posthog-js to v1.126.0 ( #12437 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2024-04-17 14:46:59 +00:00
ElementRobot
f7f171e0c1
Merge pull request #1626 from element-hq/actions/localazy-download
...
Localazy Download
2024-04-17 15:30:30 +01:00
Michael Telatynski
93abf2bceb
Merge branch 'develop' into actions/localazy-download
2024-04-17 15:12:52 +01:00
Michael Telatynski
193de5182f
Update scripts for compatibility with latest NodeJS Security Release ( #1628 )
...
Co-authored-by: David Baker <dbkr@users.noreply.github.com >
2024-04-17 15:12:29 +01:00
Richard van der Hoff
04b5b587a1
Expected UTDs: report a different Posthog code ( #12389 )
...
* `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
2024-04-17 12:36:01 +00:00
David Langley
6cec2bba0f
Use the same logic in prevews as the timeline to hide events that should be hidden ( #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
2024-04-17 12:32:28 +00:00
Florian Duros
9b5d4716e2
Merge branch 'develop' into florianduros/tooltip-update
2024-04-17 11:57:12 +02:00
ElementRobot
1ace170723
[create-pull-request] automated change ( #12435 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com >
2024-04-17 06:22:30 +00:00
t3chguy
99c8a498ff
[create-pull-request] automated change
2024-04-17 06:04:50 +00:00
Hubert Chathi
04a2191cad
fix selector so maths support doesn't mangle divs ( #12433 )
2024-04-16 16:53:57 +00:00
renovate[bot]
2e15e5e3c7
Merge pull request #27343 from element-hq/renovate/all-minor-patch
...
Update all non-major dependencies
2024-04-16 16:07:19 +00:00
renovate[bot]
050e9126d8
Update all non-major dependencies
2024-04-16 15:59:07 +00:00
renovate[bot]
193237f204
Update dependency eslint-plugin-jest to v28 ( #12431 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 15:27:21 +00:00
renovate[bot]
3e12cd950a
Update all non-major dependencies ( #12423 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 14:47:44 +00:00
renovate[bot]
d1fd69f938
Update tj-actions/changed-files digest to 635f118 ( #1613 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 15:28:32 +01:00
Michael Telatynski
3b52d375e7
Merge pull request #27342 from element-hq/renovate/t3chguy-wait-on-check-action-digest
...
Update t3chguy/wait-on-check-action digest to 1854102
2024-04-16 14:08:07 +00:00
renovate[bot]
8d22cab686
Update dependency eslint-plugin-unicorn to v52 ( #12432 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 14:06:04 +00:00
Michael Telatynski
a1c6f0a1d2
Merge pull request #27351 from element-hq/renovate/eslint-plugin-unicorn-52.x
...
Update dependency eslint-plugin-unicorn to v52
2024-04-16 14:05:24 +00:00