Germain
1dbf9c205e
fix read receipts trickling down correctly ( #9567 )
2022-11-11 09:39:35 +00:00
Michael Weimann
fca6ff271c
Extract requestMediaPermissions ( #9568 )
2022-11-11 10:38:51 +01:00
Michael Weimann
f2f00f68ba
Fix sliding sync cypress spec ( #9569 )
2022-11-11 10:10:42 +01:00
Germain
ee13e23b15
Resilience fix for homeserver without thread notification support ( #9565 )
...
* Notification state resilience
* TypeScript strict fixes
* Add tests
2022-11-10 18:01:19 +00:00
Arne Wilken
8ebdcab7d9
Change "None" to "Off" in notification options ( #9539 )
2022-11-10 12:39:14 +00:00
Robin
06f69abad9
Don't switch to the home page needlessly after leaving a room ( #9477 )
...
Currently, if you leave a room that you're not currently viewing, you'll get sent back to the home page for no reason. This creates needless friction when trying to leave multiple rooms belonging to a space from the room list.
In addition to that fix, this improves the behavior when leaving a subspace, by making it take you to the parent space rather than all the way back home.
2022-11-10 07:34:43 -05:00
Michael Weimann
f6347d24ef
Show time left for voice broadcast recordings ( #9564 )
2022-11-10 10:53:49 +00:00
Michael Telatynski
962e8e0b23
Differentiate download and decryption errors when showing images ( #9562 )
2022-11-10 09:27:20 +00:00
Michael Weimann
abec724387
Add voice broadcast pre-recoding PiP ( #9548 )
2022-11-10 09:38:48 +01:00
László Várady
afdf289a78
Advanced audio processing settings ( #8759 )
...
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com >
Fixes https://github.com/vector-im/element-web/issues/6278
Fixes undefined
2022-11-09 20:14:55 +00:00
Michael Telatynski
da779531f1
Close context menu when a modal is opened to prevent user getting stuck ( #9560 )
2022-11-09 15:33:09 +00:00
Robin
46c005a5d3
Don't hardcode /bin/bash in scripts ( #23740 )
...
Some operating systems, such as NixOS, don't place binaries in /bin. The appropriate cross-platform method is to use /usr/bin/env.
2022-11-09 09:58:06 -05:00
Michael Weimann
7fbdd8bb5d
Handle local events for voice broadcasts ( #9561 )
2022-11-09 11:17:54 +00:00
Michael Telatynski
bc6d1c3a2b
Add way to create a user notice via config.json ( #23738 )
2022-11-09 10:50:04 +00:00
Michael Telatynski
848adfdc10
Add way to create a user notice via config.json ( #9559 )
2022-11-09 10:50:01 +00:00
Michael Telatynski
8ed23291c0
Update matrix-events-sdk to 0.0.1 and develop ref to matrix-js-sdk ( #23731 )
2022-11-08 17:48:12 +00:00
Michael Telatynski
985119dcfe
Update matrix-events-sdk to 0.0.1 and develop ref to matrix-js-sdk ( #9557 )
2022-11-08 17:30:45 +00:00
dependabot[bot]
50b7230769
Bump loader-utils from 2.0.2 to 2.0.3 ( #9554 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 15:46:22 +00:00
RiotRobot
14e4834009
Reset matrix-react-sdk back to develop branch
2022-11-08 15:12:36 +00:00
RiotRobot
d5041b8bd0
Reset matrix-js-sdk back to develop branch
2022-11-08 15:12:22 +00:00
RiotRobot
1cf1973e9b
Merge branch 'master' into develop
2022-11-08 15:12:02 +00:00
RiotRobot
1d8e353767
v1.11.14
v1.11.14
2022-11-08 15:05:50 +00:00
RiotRobot
500c59fee6
Prepare changelog for v1.11.14
2022-11-08 15:05:49 +00:00
RiotRobot
3fa3153a23
Upgrade matrix-react-sdk to 3.60.0
2022-11-08 14:59:57 +00:00
RiotRobot
9e624563bb
Upgrade matrix-js-sdk to 21.1.0
2022-11-08 14:55:41 +00:00
RiotRobot
37636abbbe
Reset matrix-js-sdk back to develop branch
2022-11-08 14:52:02 +00:00
RiotRobot
3729d4d5c9
Resetting package fields for development
2022-11-08 14:51:34 +00:00
RiotRobot
36d6ee76d3
Merge remote-tracking branch 'origin/develop' into develop
2022-11-08 14:51:19 +00:00
RiotRobot
6c556cb88c
Merge branch 'master' into develop
...
# Conflicts:
# package.json
2022-11-08 14:50:24 +00:00
Germain
94586c918f
Fix TimelineReset handling when no room associated ( #9553 )
2022-11-08 14:44:54 +00:00
RiotRobot
e1e5950cf6
v3.60.0
2022-11-08 14:41:13 +00:00
RiotRobot
9f8ee8e966
Prepare changelog for v3.60.0
2022-11-08 14:41:13 +00:00
RiotRobot
5c1687ea9d
Upgrade matrix-js-sdk to 21.1.0
2022-11-08 14:37:30 +00:00
dependabot[bot]
d2549263e4
Bump loader-utils from 2.0.2 to 2.0.3 ( #23730 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 13:43:01 +00:00
RiotRobot
f77e5e713d
v1.11.14-rc.2
v1.11.14-rc.2
2022-11-08 13:27:57 +00:00
RiotRobot
3bcaf75023
Prepare changelog for v1.11.14-rc.2
2022-11-08 13:27:56 +00:00
Michael Telatynski
3be527cac8
Deploy develop branch to Cloudflare Pages ( #23454 )
...
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
2022-11-08 13:27:20 +00:00
RiotRobot
fde64885ae
Upgrade matrix-react-sdk to 3.60.0-rc.2
2022-11-08 13:15:00 +00:00
RiotRobot
494e2f767c
v3.60.0-rc.2
2022-11-08 13:10:07 +00:00
RiotRobot
02aae5edce
Prepare changelog for v3.60.0-rc.2
2022-11-08 13:10:06 +00:00
Germain
3f3005a3ca
Always use current profile on thread events ( #9524 )
2022-11-08 10:58:26 +00:00
Michael Weimann
5fb0f5cc3e
Fix LegacyCallHandler-test ( #9552 )
2022-11-08 09:02:07 +00:00
Eric Eastwood
3cbd88c280
Fix ThreadView tests not using thread flag ( #9547 )
...
Fixes tests failing from changes made by https://github.com/matrix-org/matrix-js-sdk/pull/2856
2022-11-07 14:21:49 -06:00
Michael Weimann
36a574a14f
Use server side relations for voice broadcasts ( #9534 )
2022-11-07 14:19:49 +00:00
Michael Telatynski
3747464b41
Make SonarCloud happier ( #9545 )
...
* Make SonarCloud happier
* i18n
* Iterate
* Update AddExistingToSpaceDialog.tsx
* Update SlashCommands.tsx
2022-11-07 13:45:34 +00:00
ElementRobot
fe0759803a
[Backport staging] Fix regressions around media uploads failing and causing soft crashes ( #9550 )
...
(cherry picked from commit 77764d80bc )
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2022-11-07 12:23:47 +00:00
renovate[bot]
65b8bc196a
Update dependency loader-utils to v2 [SECURITY] ( #23717 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-07 12:13:59 +00:00
Michael Telatynski
77764d80bc
Fix regressions around media uploads failing and causing soft crashes ( #9549 )
2022-11-07 11:56:43 +00:00
Kat Gerasimova
778c6d68cf
Update issue automation ( #23686 )
...
Stop using deprecated ProjectNext API and replace with ProjectV2
2022-11-07 10:24:59 +00:00
Michael Telatynski
be5a8ca3b9
Fix notif panel exception around accessing roomId of undefined ( #9546 )
2022-11-04 16:40:02 +00:00