1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00
Commit Graph

44267 Commits

Author SHA1 Message Date
88a983ab67 Run prettier 2023-01-06 10:37:42 +01:00
c05e52ab82 Enable sent receipt for poll start events 2023-01-06 10:18:05 +01:00
d0aca6e5eb Change clear notifications to have more readable copy (#9867) 2023-01-06 08:12:00 +00:00
8628aae410 Don't prefer STIXGeneral over the default font (#9711)
* Don't prefer STIXGeneral over the default font

STIXGeneral contains some glyphs for non-LGC scripts, but often doesn't implement these scripts fully. We should always try the browser's default fonts, which are likely to look nicer and have broader script support, before falling back to STIXGeneral.

* Explain why STIXGeneral shouldn't have precedence

* Add a regression test
2023-01-06 04:11:41 +00:00
bfe219bdaa Merge pull request #9852 from matrix-org/weeman1337/mute-broadcast-notifications
Mute notifications for broadcast chunks
2023-01-06 02:08:41 +00:00
32deddc77e Merge branch 'develop' into weeman1337/mute-broadcast-notifications 2023-01-05 18:11:55 +01:00
33ec83e6e0 Bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 16:12:39 +00:00
fb761c70d5 Remove unused function/file (#9863) 2023-01-05 09:11:30 -07:00
ab9152044c Use the same avatar colour when creating 1:1 DM rooms (#9850) 2023-01-05 17:05:21 +01:00
f0f6399189 Merge branch 'develop' into weeman1337/mute-broadcast-notifications 2023-01-05 16:14:40 +01:00
a1dcb44e76 Merge branch 'develop' into michaelk/continue_if_trci_upload_fails 2023-01-05 15:08:17 +00:00
9416c27bc7 Prettier whitespace changes 2023-01-05 11:53:53 +00:00
ecfd1736e5 combine search results when the query is present in multiple successive messages (#9855)
* merge successives messages

* add tests

* fix styles

* update test to match the expected parameters

* fix types errors

* fix tsc types errors

Co-authored-by: grimhilt <grimhilt@users.noreply.github.com>
Co-authored-by: David Baker <dbkr@users.noreply.github.com>
2023-01-05 11:37:58 +00:00
f34c1609c3 Disable bubbles for broadcasts (#9860) 2023-01-05 12:33:28 +01:00
0daa517854 Remove accidental whitespace 2023-01-05 11:27:03 +00:00
89429ade49 If a trcli run fails, continue further uploads, and do not fail the GHA. 2023-01-05 11:25:47 +00:00
3a9268e963 Merge branch 'develop' into weeman1337/mute-broadcast-notifications 2023-01-05 09:23:24 +01:00
2a4a7eacff Fix space lock icon size (#9854) 2023-01-05 09:19:54 +01:00
488a08a25e Allow reactions for broadcasts (#9856) 2023-01-05 08:40:09 +01:00
720bf0573a Make calls automatically disconnect if the widget disappears (#9862)
If something goes wrong with the widget, there's no way we can continue the call, so this acts as a safeguard against stuck calls in cases where the widget crashes or disconnects weirdly.
2023-01-04 15:51:42 -05:00
432ce3ca31 Improve switching between rich and plain editing modes (#9776)
* allows switching between modes that retains formatting
* updates rich text composer dependency to 0.13.0 (@matrix-org/matrix-wysiwyg)
* improves handling of enter keypresses when ctrlEnterTosend setting is true in plain text editor
* changes the message event content when using the new editor
* adds tests for the changes to the plain text editor
2023-01-04 12:57:09 +00:00
3bcea5fb0b Convert enzyme to rtl: BeaconMarker (#9840) 2023-01-04 10:00:13 +00:00
cb1af0d3de Redesign the picture-in-picture window (#9800)
* Remove unnecessary PipContainer component

* Redesign the picture-in-picture window

* Add a hover effect to the controls

* Clarify that WidgetPip has call-specific behavior
2023-01-04 04:44:38 +00:00
804f0925df Merge branch 'develop' into weeman1337/mute-broadcast-notifications 2023-01-03 16:54:05 +01:00
6b155620e4 Fix emoji in RTE editing (#9827)
Fix emoji in RTE editing
2023-01-03 15:35:14 +00:00
f2178bd164 Roll back strict type improvements 2023-01-03 15:59:08 +01:00
5d7341b373 Remove broadcast under development note (#9853) 2023-01-03 15:45:37 +01:00
f6338591a9 Merge branch 'develop' into weeman1337/mute-broadcast-notifications 2023-01-03 12:06:30 +01:00
825fce7bc3 Update netlify.yaml GHA to not refer to workflow name (#9826) 2023-01-03 10:13:22 +00:00
b79912e390 Improve strict typing 2023-01-03 10:16:46 +01:00
cb4e444a60 Mute broadcast chunk notifications 2023-01-03 10:16:32 +01:00
6d6adc8c02 Use identity server v2 api instead of v1 (#9818)
See js-sdk change.
2023-01-03 00:59:07 -07:00
6ad70b0565 Fix export with attachments on formats txt and json (#9851)
* set file extension to .zip when needed

* Apply prettier formatting

Co-authored-by: grimhilt <grimhilt@users.noreply.github.com>
2023-01-03 07:53:33 +01:00
1b06b72b67 static-user-onboarding-steps (#9799) 2023-01-02 14:34:34 +00:00
ecb3e7a197 Use compound Mic icons everywhere (#9849) 2023-01-02 13:36:58 +00:00
0f7a2ce6df Confirm listen to a broadcast while recording (#9831) 2023-01-02 12:21:33 +00:00
91e078d96b Show room broadcast when ending a recording (#9841) 2023-01-02 11:05:51 +00:00
3ce064731b Migrate AppTile-Test to RTL (#9838) 2022-12-30 10:33:10 +00:00
b0dd0b8aef Fixes empty content type during upload (#9848)
* Specify exact Content-Type for encrypted uploads

* Add content type check for encrypted file upload

* Fix code style issues
2022-12-30 08:34:38 +00:00
b034ada6fd Convert enzyme to rtl: BasicMessageComposer (#9839) 2022-12-29 20:52:51 +00:00
adab82edae Migrate TextualBody to RTL (#9845) 2022-12-29 16:21:00 +00:00
1e8b59ea40 Migrate Enzyme to RTL (#9842) 2022-12-29 15:35:19 +00:00
6d2d13fdee Enzyme to rtl: QuickThemeSwitcher (#9843) 2022-12-29 12:44:18 +00:00
064a5ad422 Show regular avatar for broadcasts (#9835) 2022-12-29 10:03:24 +00:00
49fefb0c32 Convert enzyme to rtl: RightPanel (#9837) 2022-12-29 08:40:42 +00:00
c0ba1b8a1c Device manager - contextual menus (#9832)
* add session count to current session contextual signout

* add contextual menu to other sessions section

* typo

* i18n

* strict
2022-12-29 02:08:57 +00:00
2e097a00c7 Convert enzyme to rtl: BeaconStatus (#9836)
* rewrite in rtl
* update snapshots
2022-12-28 16:24:46 +00:00
100b1d5aa1 Fix broadcast pre-recording check (#9834) 2022-12-28 15:13:37 +00:00
c257e137aa Allow call and broadcast PiP at the same time (#9829) 2022-12-28 13:43:44 +00:00
d2763c329d Migrate AccessibleButton-test to RTL (#9833) 2022-12-28 10:40:34 +00:00