renovate[bot]
7a683dd17a
Update dependency flux to v4 ( #9696 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 23:36:25 +00:00
renovate[bot]
0d4f30f888
Update dependency cypress to v11 ( #9690 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 20:54:00 +00:00
ElementRobot
fcc49d0959
[Backport staging] Update Voice Broadcast buffering style ( #9660 )
...
Co-authored-by: Michael Weimann <michaelw@matrix.org >
2022-12-01 20:34:57 +00:00
ElementRobot
f4b6719a28
[Backport staging] Start voice broadcast recording while listening ( #9659 )
...
Co-authored-by: Michael Weimann <michaelw@matrix.org >
2022-12-01 20:34:45 +00:00
renovate[bot]
718475b7c6
Update dependency eslint-plugin-unicorn to v45 ( #9691 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 20:33:22 +00:00
renovate[bot]
b5ece995d2
Update dependency blob-polyfill to v7 ( #9688 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 16:19:04 +00:00
kegsay
1f703b8898
bugfix: fix an issue where the Notifier would incorrectly fire for non-timeline events ( #9664 )
...
* bugfix: fix an issue where the Notifier would incorrectly fire for non-timeline events
This was caused by listening for ClientEvent.Event, not RoomEvent.Timeline.
Fixes https://github.com/vector-im/element-web/issues/17263
* tsc strict checks maybe
* More types?
* Update src/Notifier.ts
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
* Update src/Notifier.ts
* fix LL test; review comments
* More tests
* More tsc strict checks..
* More strict ts..
* More ts
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2022-12-01 12:21:56 +00:00
Michael Telatynski
003fc7cdf4
Remove prop-types ( #23881 )
2022-12-01 11:35:19 +00:00
Andy Balaam
b51b4a994d
Merge branch 'develop' into bump-matrix-wysiwyg-to-0.8.0
2022-12-01 10:03:49 +00:00
Michael Telatynski
ccfb455847
Fix power selector being wrongly disabled for admins themselves ( #9681 )
2022-12-01 09:49:46 +00:00
renovate[bot]
2bd909b53a
Update dependency babel-jest to v29 ( #9683 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 09:36:39 +00:00
renovate[bot]
3930457b71
Update dependency @types/pako to v2 ( #9682 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 09:35:09 +00:00
renovate[bot]
6fe64e0c68
Update emojibase monorepo ( #9680 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 08:56:15 +00:00
renovate[bot]
d52004c4f3
Update dependency glob to v8 ( #9679 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 08:54:29 +00:00
renovate[bot]
9f0c8d935d
Update tj-actions/changed-files action to v34 ( #9678 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 07:56:41 +00:00
Kerry
1d4cbee81c
test bulk unverified sessions toast behaviour ( #9655 )
...
* test bulk unverified sessions toast behaviour
* add more assertions for show/hide toast, fix strict errors
2022-12-01 08:47:20 +01:00
renovate[bot]
10666d2fa2
Update peter-evans/repository-dispatch action to v2 ( #9677 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 07:45:26 +00:00
renovate[bot]
dece2810a7
Update dependency fs-extra to v11 ( #9676 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 07:45:19 +00:00
renovate[bot]
22db6fb99a
Update dependency @types/css-font-loading-module to ^0.0.7 ( #9673 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 07:45:03 +00:00
renovate[bot]
37c066f804
Update actions/upload-artifact action to v3 ( #9670 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 06:34:29 +00:00
renovate[bot]
12232db7da
Update actions/github-script action to v6 ( #9669 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 06:33:51 +00:00
renovate[bot]
7acb59ed48
Update actions/checkout action to v3 ( #9668 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 06:33:34 +00:00
Eric Eastwood
ca58617cee
Add more debugging for why audio ring/ringback might not be playing ( #9642 )
...
* Add more debugging for why audio might not be playing
More debugging for https://github.com/vector-im/element-web/issues/20832
* Listen to events from <audio>
* Make it easier to spot event type
* Move to start/stop functions
* Fix some lints
* Protect from potentially undefined element
* Needs more mocked functions
* More code coverage
* Test formatting
* Add return types
See https://github.com/matrix-org/matrix-react-sdk/pull/9642#discussion_r1036274817
* Add comment on when magic comment is applicable
See https://github.com/matrix-org/matrix-react-sdk/pull/9642#discussion_r1036258757
2022-12-01 04:08:09 +00:00
Kerry
5583d07f25
add alpha as second sorting condition for device list ( #9665 )
2022-12-01 16:21:39 +13:00
Šimon Brandner
b0dfb2262e
Separate labs and betas more clearly ( #8969 )
...
* Separate labs and betas more clearly
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Fix tests
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Capitalize `L` in `Labs`
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Use `labsSections` instead of `SdkConfig.get("show_labs_settings")`
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Link to `betas.md` instead of `labs.md`
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Change labs label back to `Labs`
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Improve labs section copy
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Improve labs flags copy
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* i18n
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Fix cypress tests
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Reduce diff
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Remove empty line
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Fix comment
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Remove margin-bottom for the last child
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Improve code based on review
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Fix ts
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Improve ts
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Fix ts
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Improve code
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
* Improve TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2022-11-30 21:20:26 +00:00
Šimon Brandner
76eb76f185
Add betas.md ( #22734 )
2022-11-30 14:02:09 -07:00
ElementRobot
5cbb748843
Upgrade dependencies ( #9249 )
...
* [create-pull-request] automated change
* Delint
* Hold @types/react* back
* Pin axe-core until we fix a11y issues
Co-authored-by: t3chguy <t3chguy@users.noreply.github.com >
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2022-11-30 15:18:10 +00:00
Andy Balaam
062b00c343
Merge branch 'develop' into bump-matrix-wysiwyg-to-0.8.0
2022-11-30 14:40:30 +00:00
Robin
d2109de4ca
Remove unused Element Call capabilities ( #9653 )
...
As of 44e22e268420bd4b24a110840e2edaca46653407 in the Element Call repo, Element Call widgets no longer request the capability to start calls.
2022-11-30 13:54:18 +00:00
Richard van der Hoff
4b3705d3f0
Add a test for verifying without existing DM ( #9619 )
...
A regression test for https://github.com/vector-im/element-web/issues/23819 .
2022-11-30 13:03:47 +00:00
renovate[bot]
546c503914
Lock file maintenance ( #23394 )
...
* Lock file maintenance
* Hold @types/react back
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2022-11-30 12:52:06 +00:00
Andy Balaam
ec4e9c89ae
Merge branch 'develop' into bump-matrix-wysiwyg-to-0.8.0
2022-11-30 11:43:28 +00:00
Michael Telatynski
d258402186
Typescript updates ( #9658 )
...
* Typescript updates
* Update @types/node
* Fix more types
2022-11-30 11:32:56 +00:00
Michael Telatynski
c7c9d4f861
Update @types/node ( #23877 )
...
* Update all non-major dependencies
* Hold back postcss-hexrgba - they violated semver
* Update @types/node
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-30 11:32:53 +00:00
Richard van der Hoff
baaa9f5dd2
Show user an error if we fail to create a DM for verification ( #9624 )
...
Related: https://github.com/vector-im/element-web/issues/23819
This is still pretty poor, but at least we don't get stuck with a
'verifying...' spinner that is a total failure.
2022-11-30 11:16:52 +00:00
Michael Telatynski
7136c23aa7
Stub out calls to vector.im and matrix.org in Cypress ( #9652 )
2022-11-30 11:16:37 +00:00
Michael Weimann
d0fd0cfea0
Update Voice Broadcast buffering style ( #9643 )
2022-11-30 11:43:58 +01:00
renovate[bot]
bdc112ca98
Update all non-major dependencies ( #23871 )
...
* Update all non-major dependencies
* Hold back postcss-hexrgba - they violated semver
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2022-11-30 10:27:06 +00:00
Michael Weimann
459df4583e
Fix start voice broadcast recording while listening ( #9630 )
2022-11-30 11:16:22 +01:00
Andy Balaam
90f87874a7
Merge branch 'develop' into bump-matrix-wysiwyg-to-0.8.0
2022-11-30 09:29:47 +00:00
Michael Telatynski
dd91250111
Pin @types/react* packages ( #9651 )
...
* Update package.json
* Update yarn.lock
2022-11-30 09:28:38 +00:00
Michael Weimann
70a7961681
Update voice broadcast time display ( #9646 )
2022-11-30 08:47:29 +01:00
Michael Telatynski
5f6b1dda8d
Update CODEOWNERS ( #9654 )
2022-11-29 23:18:47 +00:00
Michael Telatynski
7c4081e6fb
Update CODEOWNERS ( #23873 )
2022-11-29 23:13:28 +00:00
renovate[bot]
22341bc996
Update typescript-eslint monorepo to v5.44.0 ( #23872 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-29 23:03:46 +00:00
Robin
69e03860a0
Show day counts in call durations ( #9641 )
...
* Show day counts in call durations
Previously call durations over a day long would be truncated, for example displaying as '2h 0m 0s' instead of '1d 2h 0m 0s'.
* Fix strict mode errors
* Fix strings
Co-authored-by: Travis Ralston <travisr@matrix.org >
2022-11-29 14:21:51 -07:00
renovate[bot]
40a29348da
Update alex-page/github-project-automation-plus digest to 1f8873e ( #23868 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-29 18:59:32 +00:00
renovate[bot]
6c85cac1f5
Update all (major) - abandoned ( #23799 )
...
* Update all
* Hold back @types/react* & node-fetch & @testing-library/react
* Hold back webpack things, upgrading is hell
* Hold back more things
* Align deps
* Roll back @types/node
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2022-11-29 18:44:51 +00:00
Andy Balaam
411a4d7603
Merge branch 'develop' into bump-matrix-wysiwyg-to-0.8.0
2022-11-29 15:58:20 +00:00
RiotRobot
6ba67ea641
v1.11.16-rc.1
v1.11.16-rc.1
2022-11-29 15:48:50 +00:00