Michael Weimann
1091e14a3d
Migrate broadcast MSC3912 redaction ( #11014 )
2023-06-07 13:24:01 +00:00
Richard van der Hoff
4c73903274
Use getShowSasCallbacks() and getReciprocateQrCodeCallbacks() ( #11015 )
...
* Use `getShowSasCallbacks()` and `getShowQrCodeCallbacks()`
... instead of type-casting
* Update method names
These methods got renamed in the js-sdk PR
* Fix strict typing errors
2023-06-07 13:05:23 +00:00
Kerry
b2452a45ff
remove intentionalmentions client opt ( #11048 )
2023-06-07 12:25:34 +00:00
Michael Telatynski
569c9044e4
Add documentation for config to skip widget_build_url for DM rooms ( #25518 )
...
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
2023-06-06 22:51:18 +01:00
Michael Telatynski
2e68479577
Add config to skip widget_build_url for DM rooms ( #11044 )
...
* Add config to skip widget_build_url for DM rooms
* Add tests
2023-06-06 14:07:51 +00:00
Suguru Hirahara
d340fa8d2a
Remove TODO comments about spacing variables ( #10695 )
...
The variables on _spacing.pcss have been deprecated by https://github.com/matrix-org/matrix-react-sdk/pull/10686
2023-06-06 14:03:52 +00:00
RiotRobot
0504c8260e
Reset matrix-react-sdk back to develop branch
2023-06-06 14:44:37 +01:00
RiotRobot
a7208cc07b
Reset matrix-js-sdk back to develop branch
2023-06-06 14:44:23 +01:00
RiotRobot
69ad6c3993
Merge branch 'master' into develop
2023-06-06 14:44:05 +01:00
RiotRobot
e918170dc3
v1.11.32
v1.11.32
2023-06-06 14:40:11 +01:00
RiotRobot
8fe89f2182
Prepare changelog for v1.11.32
2023-06-06 14:40:10 +01:00
RiotRobot
c1273590f3
Upgrade matrix-react-sdk to 3.73.0
2023-06-06 14:35:37 +01:00
RiotRobot
bd8fabc70b
Upgrade matrix-js-sdk to 26.0.0
2023-06-06 14:35:01 +01:00
RiotRobot
fb8da4bdc5
v3.73.0
2023-06-06 14:25:56 +01:00
RiotRobot
d5856b6ecc
Prepare changelog for v3.73.0
2023-06-06 14:25:53 +01:00
RiotRobot
56b7bdc486
Upgrade matrix-js-sdk to 26.0.0
2023-06-06 14:24:05 +01:00
renovate[bot]
c42a7769e9
Update definitelyTyped ( #11028 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2023-06-06 11:09:24 +00:00
Suguru Hirahara
b3545736dc
Replace Sass variables specific to each CSS file with CSS custom properties ( #11039 )
...
* Use CSS custom properties on _LeftPanel.pcss
* Use CSS custom properties on _SpacePanel.pcss
* Use CSS custom properties on _SpaceRoomView.pcss
* Use CSS custom properties on _ImageView.pcss
* Use CSS custom properties on _EventTile.pcss
* Remove a CSS custom properties on _SpaceCreateMenu.pcss
Used only on one instance
* Revert "Use CSS custom properties on _ImageView.pcss"
This reverts commit 0210659f94fcf1107adabecf1bce443fc970a31b.
* Revert "Use CSS custom properties on _EventTile.pcss"
This reverts commit 83cf824a57b174e62935bb9a4433aadcd8f8164f.
* Run prettier
2023-06-06 11:09:04 +00:00
RiotRobot
d0c1a8e69c
Reset matrix-js-sdk back to develop branch
2023-06-06 14:26:37 +01:00
RiotRobot
c00a877514
Resetting package fields for development
2023-06-06 14:26:21 +01:00
RiotRobot
bf1dd36d67
Merge branch 'master' into develop
2023-06-06 14:26:15 +01:00
renovate[bot]
9889907ad0
Update typescript-eslint monorepo to v5.59.7 ( #11031 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2023-06-06 11:07:15 +00:00
renovate[bot]
2513507538
Update dependency @percy/cli to v1.25.0 ( #11029 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2023-06-06 11:04:01 +00:00
renovate[bot]
e22d9b53d8
Update sentry-javascript monorepo to v7.53.1 ( #11034 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2023-06-06 11:01:42 +00:00
renovate[bot]
c418ed01ed
Update tj-actions/changed-files action to v36 ( #11036 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2023-06-06 10:58:58 +00:00
renovate[bot]
6a46061732
Update dependency axe-core to v4.7.2 ( #11030 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2023-06-06 10:58:03 +00:00
Richard van der Hoff
2801afe570
Inline VerificationRequest.{invalid,ready,started,done,cancelled} ( #11013 )
...
* Inline `VerificationRequest.{invalid,ready,started,done,cancelled}`
These methods are all just shortcuts for checks on `phase`, so let's get rid of
them
* update test
* Add some more tests
* even more coverage
* fix tests
2023-06-06 08:27:53 +00:00
Michael Telatynski
6fa005dcfc
Inhibit interactions on forward dialog message previews ( #11025 )
...
* Inhibit interactions on forward dialog message previews
and improve inhibiting of video message body
* Consolidate prop types
* Iterate
* Update src/components/views/messages/IBodyProps.ts
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
---------
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
2023-06-06 08:20:21 +00:00
Richard van der Hoff
7d36c8315b
Disable verification test for Element-R ( #11046 )
...
We haven't implemented this yet!
2023-06-06 07:50:30 +00:00
Suguru Hirahara
68a1721b8d
Align list items on the tooltip to the start ( #11041 )
2023-06-06 07:29:22 +00:00
Suguru Hirahara
21b9dafb45
Take a Percy snapshot of SpaceSetupPrivateInvite ( #11010 )
2023-06-05 21:11:12 +00:00
renovate[bot]
c78c7af407
Update cypress-io/github-action digest to 61a130a ( #10935 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-05 16:47:24 +00:00
Florian Duros
68ebcd2956
Removed DecryptionFailureBar.tsx ( #11027 )
2023-06-05 15:02:20 +00:00
Michael Telatynski
6b46d6e4f8
Add MatrixClientPeg::safeGet and use it in tests ( #10985 )
2023-06-05 18:12:23 +01:00
Michael Telatynski
c47b587225
Switch from grapheme-splitter to graphemer ( #11037 )
2023-06-05 14:39:46 +00:00
Suguru Hirahara
6ed81dc1a5
Create left-panel.spec.ts ( #11040 )
2023-06-05 14:37:28 +00:00
Suguru Hirahara
1da43858f5
Update timeline.spec.ts - use Cypress Testing Library ( #10721 )
...
* Update timeline.spec.ts - use Cypress Testing Library - findByText() for the room creation message
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
* Update timeline.spec.ts - use Cypress Testing Library
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
* Feedback
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
---------
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
2023-06-05 13:58:33 +00:00
Suguru Hirahara
6b1c2e09f6
Add general-room-settings-tab.spec.ts ( #10997 )
2023-06-05 13:58:25 +00:00
Michael Telatynski
267188dbab
Clear thread panel event permalink when changing rooms ( #11024 )
...
To not get you stuck being constantly bounced to the middle of a thread
2023-06-05 13:53:30 +00:00
Michael Telatynski
df4bc1ed2a
Remove hardcoded servers from internationalisation ( #11026 )
2023-06-05 13:53:11 +00:00
Florian Duros
89c814d385
Disabled sliding sync tests in failure ( #11043 )
2023-06-05 13:32:11 +00:00
renovate[bot]
945c0793b9
Update dependency @sentry/webpack-plugin to v2 ( #25507 )
...
* Update dependency @sentry/webpack-plugin to v2
* Follow migration guide
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2023-06-02 14:21:49 +01:00
renovate[bot]
2a078dd713
Update dependency @types/node to v16.18.34 ( #25502 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-01 17:22:07 +00:00
renovate[bot]
50bfa7e86c
Update cloudflare/pages-action digest to f0a1cd5 ( #25501 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-01 17:21:45 +00:00
renovate[bot]
f965f2064e
Update dependency jest-canvas-mock to v2.5.1 ( #25506 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-01 17:20:48 +00:00
renovate[bot]
82f231d7b1
Update all non-major dependencies ( #25504 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-01 17:20:40 +00:00
renovate[bot]
fea43b7997
Update typescript-eslint monorepo to v5.59.7 ( #25503 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-01 17:20:09 +00:00
ElementRobot
df6423b2b8
v1.11.32-rc.3
v1.11.32-rc.3
2023-06-01 17:08:09 +01:00
ElementRobot
0a26b57789
Prepare changelog for v1.11.32-rc.3
2023-06-01 17:08:09 +01:00
ElementRobot
86eaa5787b
Upgrade matrix-js-sdk to 26.0.0-rc.1
2023-06-01 17:04:33 +01:00