Michael Weimann
533b250bb6
Handle broadcast chunk errors ( #9970 )
...
* Use strings for broadcast playback states
* Handle broadcast decode errors
2023-01-24 10:20:26 +00:00
Florian Duros
60edb85a1a
Merge pull request #9969 from matrix-org/florianduros/fix/thread-rte-focus
...
Fix RTE focus behaviour in threads
2023-01-24 09:51:31 +01:00
Michael Weimann
c1c50ec182
Stabilise seekign in broadcast ( #9968 )
2023-01-23 17:32:04 +01:00
Michael Weimann
ed06ed0185
Fix seekbar position for zero length audio ( #9949 )
2023-01-23 17:28:31 +01:00
Andy Balaam
51b4555106
Merge pull request #9934 from matrix-org/kegan/lists-as-keys
...
refactor: sliding sync: convert to lists-as-keys rather than indexes
2023-01-23 15:26:42 +00:00
Florian Duros
1da78fa6bc
Fix RTE focus behaviour in threads
2023-01-23 15:41:01 +01:00
Janne Mareike Koschinski
a0a419a3b8
Allow thread panel to be closed after being opened from notification ( #9937 )
...
* Allow thread panel to be closed after being opened from notification
* Add test to ensure the behavior is correct
2023-01-23 14:35:44 +01:00
Kegan Dougal
7616f71ff2
TS
2023-01-20 17:20:20 +00:00
kegsay
6ec25234d7
Merge branch 'develop' into kegan/lists-as-keys
2023-01-20 16:24:18 +00:00
Kegan Dougal
153a3a7998
Add hook test
2023-01-20 15:58:06 +00:00
Kegan Dougal
676c65b55c
More tests
2023-01-20 13:27:03 +00:00
Kegan Dougal
744abd935e
Linting
2023-01-20 12:46:51 +00:00
Kegan Dougal
6a75054e1a
More tests
2023-01-20 12:38:58 +00:00
alunturner
9dbc5f3773
Add quotes to rich text editor ( #9932 )
...
* bump rich text editor to 0.20.0
* add new svg for the button
* show the button
* make the composer display look like the timeline display
2023-01-20 10:55:46 +00:00
Kegan Dougal
769fd4a786
TS errors
2023-01-20 10:32:53 +00:00
kegsay
fcde4b7880
Merge branch 'develop' into kegan/lists-as-keys
2023-01-19 16:52:06 +00:00
alunturner
a63da74f06
Add code blocks to rich text editor ( #9921 )
...
* Applies small changes to code block display in timeline
* Makes the composer code block look like the timeline display, but without line numbers
* Adds a button to allow code blocks to be implemented
* Adds tests for the new button
2023-01-19 15:49:21 +00:00
Kegan Dougal
eed7340663
Add additional tests
2023-01-19 15:02:48 +00:00
Kegan Dougal
4db1928bcd
Prettier and strict
2023-01-19 12:49:20 +00:00
Kegan Dougal
7c2dd7224f
unbreak jest tests
2023-01-19 11:15:08 +00:00
alunturner
8a2e386531
Add disabled button state to rich text editor ( #9930 )
...
* add disabled css state
* conditionally apply disabled css state
* hides disabled tooltips
2023-01-19 09:24:29 +00:00
Florian Duros
b47588fc5c
Fix {enter} press in RTE ( #9927 )
...
Fix enter combination in RTE
2023-01-19 09:17:18 +00:00
Michael Weimann
eb43f3449e
Fix the problem that the password reset email has to be confirmed twice ( #9926 )
2023-01-19 09:03:48 +01:00
Michael Weimann
6d354e3e10
Add test coverage ( #9928 )
2023-01-18 15:49:34 +01:00
Florian Duros
e4a9684d76
Fix cypress RTE flaky test ( #9920 )
...
* Update @matrix-org/matrix-wysiwyg to 0.19.0
* Press {enter} to send message
2023-01-18 10:09:25 +01:00
Michael Weimann
70d3d03c15
Fix logout devices on password reset ( #9925 )
2023-01-18 08:25:03 +01:00
Michael Weimann
22a2a93751
Only notify for first broadcast chunk ( #9901 )
...
* Only notify for first broadcast chunk
* Trigger CI
2023-01-17 09:04:36 +00:00
Michael Weimann
fe0d3a7668
Error handling if broadcast events could not be sent ( #9885 )
2023-01-17 07:57:59 +00:00
Kerry
33e8a62dae
convert MPollBody tests into rtl ( #9906 )
...
* convert MPollBody tests into rtl
* strict fixes
* more strict
* more semantic assertions
* update types for extensible events changes
2023-01-16 01:25:33 +00:00
Clark Fischer
2417482667
Fix error when viewing source of redacted events ( #9914 )
...
* Fix viewing source of redacted events
Clicking 'View Source' in the context menu of a redacted event causes an error,
and the user gets no visible result.
This fixes <ViewSource /> to indicate that the source is unavailable when a
message has been redacted. The original source remains available.
<SyntaxHighlight /> requires a non-null string for its `content` prop, and, in
the case of redacted events, <ViewSource /> was passing `undefined`. This is
ultimately because redacting an event causes `MatrixEvent.clearEvent` to be
`undefined`, which <ViewSource /> wasn't checking.
Fixes https://github.com/vector-im/element-web/issues/24165
Signed-off-by: Clark Fischer <clark.fischer@gmail.com>
* Use correct highlight.js call
Previous call signature was deprecated.
See https://github.com/highlightjs/highlight.js/issues/2277
Signed-off-by: Clark Fischer <clark.fischer@gmail.com>
Signed-off-by: Clark Fischer <clark.fischer@gmail.com>
2023-01-15 16:22:59 +00:00
Travis Ralston
badb2c4b27
Use js-sdk imports for poll event types instead of events-sdk ( #9904 )
...
* Use js-sdk imports for poll event types instead of events-sdk
* Attempt to appease some tsc --strict errors
* Manually create poll response in cypress test
2023-01-13 10:02:33 -07:00
alunturner
6052db1e8a
Add list functionality to rich text editor ( #9871 )
...
* adds buttons to toggle bulleted and numbered lists on and off
* adds icons for those buttons
* css changes to timeline display
* adds tests for the new buttons, refactors existing tests
2023-01-13 15:44:35 +00:00
Michael Telatynski
0c30b577e0
Fix reply action in message context menu notif & file panels ( #9895 )
2023-01-12 14:52:52 +00:00
Janne Mareike Koschinski
7a36ba0fde
Fix issue where thread dropdown would not show up correctly ( #9872 )
...
* Fix issue where thread dropdown would not correctly
* Write additional test for both issues
- Thread dropdown should be shown if there is any thread, even if not participated
- Thread list correctly updates after every change of the dropdown immediately
2023-01-12 11:54:03 +01:00
Germain
d4f247d1fe
Merge branch 'develop' into gsouquet/threads-forceenablelabsflag
2023-01-11 11:51:57 +00:00
Patrick Cloke
da2640b7ba
Display rooms & threads as unread (bold) if threads have unread messages. ( #9763 )
...
Co-authored-by: Germain <germain@souquet.com>
Co-authored-by: Germain <germains@element.io>
Fixes https://github.com/vector-im/element-web/issues/23907
2023-01-11 11:49:03 +00:00
Germain
df03112a3b
Fix mock client missing user functions ( #9887 )
2023-01-11 11:33:06 +00:00
alunturner
880a86c8b1
Convert enzyme to rtl: UserInfo ( #9846 )
...
* converts tests from Enzyme to Rtl
* increases test coverage
2023-01-11 10:46:35 +00:00
Florian Duros
a691e634b0
Add edit and remove actions to link in RTE ( #9864 )
...
Add edit and remove actions to link in RTE
2023-01-11 10:10:55 +00:00
Travis Ralston
19ba620de2
Revert "Revert "Factor out MessageEvent.from()
usage ( #9882 )""
...
This reverts commit 99e38ca88e
.
2023-01-10 13:43:15 -07:00
Travis Ralston
edc44922c2
Revert "Revert "Remove unused/disabled room list drag&drop tests ( #9883 )""
...
This reverts commit 0453283bed
.
2023-01-10 13:43:10 -07:00
Travis Ralston
0453283bed
Revert "Remove unused/disabled room list drag&drop tests ( #9883 )"
...
This reverts commit 34f0229d75
.
2023-01-10 13:32:11 -07:00
Travis Ralston
99e38ca88e
Revert "Factor out MessageEvent.from()
usage ( #9882 )"
...
This reverts commit c09ca7b4ee
.
2023-01-10 13:32:07 -07:00
Travis Ralston
c09ca7b4ee
Factor out MessageEvent.from()
usage ( #9882 )
...
* Factor out `MessageEvent.from()` usage
The class/function is disappearing from the events-sdk, at least in this form.
* Manually create contents for events used by cypress
The utility function is out of range of the calling code at runtime, for some reason.
* Run prettier
* Maybe this will fix the build
2023-01-10 09:20:10 -07:00
Travis Ralston
34f0229d75
Remove unused/disabled room list drag&drop tests ( #9883 )
...
It's been years since we've had drag and drop - just delete the test.
2023-01-10 09:20:02 -07:00
Johannes Marbach
c94a4abe3d
Merge pull request #9873 from matrix-org/johannes/polls-dialog-scaling
...
Make create poll dialog scale better (PSG-929)
2023-01-10 16:07:49 +01:00
Michael Weimann
4627456837
Prevent starting a voice message while recording a broadcast ( #9844 )
2023-01-10 15:51:20 +01:00
Johannes Marbach
5dfde12c1c
Merge branch 'develop' into johannes/polls-dialog-scaling
2023-01-10 12:14:50 +01:00
Kerry
b1c32995c6
Device manager - prune client information events after remote sign out ( #9874 )
...
* prune client infromation events from old devices
* test client data pruning
* remove debug
* strict
* Update src/components/views/settings/devices/useOwnDevices.ts
Co-authored-by: Michael Weimann <michaelw@matrix.org>
* improvements from review
Co-authored-by: Michael Weimann <michaelw@matrix.org>
2023-01-10 07:01:50 +01:00
Michael Weimann
4f0a5d1eb4
Fix broadcast last sequence number ( #9858 )
2023-01-09 17:18:46 +00:00
Michael Weimann
be972bc913
Check connection before starting broadcast ( #9857 )
2023-01-09 16:08:30 +01:00
Germain
7ca1b385d9
Force enable threads labs flag
2023-01-09 12:38:19 +00:00
Johannes Marbach
214fa13d7d
Update snapshots
2023-01-06 17:44:36 +01:00
Michael Weimann
32deddc77e
Merge branch 'develop' into weeman1337/mute-broadcast-notifications
2023-01-05 18:11:55 +01:00
Travis Ralston
fb761c70d5
Remove unused function/file ( #9863 )
2023-01-05 09:11:30 -07:00
Michael Weimann
ab9152044c
Use the same avatar colour when creating 1:1 DM rooms ( #9850 )
2023-01-05 17:05:21 +01:00
Michael Weimann
f0f6399189
Merge branch 'develop' into weeman1337/mute-broadcast-notifications
2023-01-05 16:14:40 +01:00
grimhilt
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
Michael Weimann
f34c1609c3
Disable bubbles for broadcasts ( #9860 )
2023-01-05 12:33:28 +01:00
Michael Weimann
3a9268e963
Merge branch 'develop' into weeman1337/mute-broadcast-notifications
2023-01-05 09:23:24 +01:00
Michael Weimann
488a08a25e
Allow reactions for broadcasts ( #9856 )
2023-01-05 08:40:09 +01:00
Robin
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
alunturner
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
alunturner
3bcea5fb0b
Convert enzyme to rtl: BeaconMarker ( #9840 )
2023-01-04 10:00:13 +00:00
Robin
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
Michael Weimann
804f0925df
Merge branch 'develop' into weeman1337/mute-broadcast-notifications
2023-01-03 16:54:05 +01:00
Florian Duros
6b155620e4
Fix emoji in RTE editing ( #9827 )
...
Fix emoji in RTE editing
2023-01-03 15:35:14 +00:00
Michael Weimann
b79912e390
Improve strict typing
2023-01-03 10:16:46 +01:00
Michael Weimann
cb4e444a60
Mute broadcast chunk notifications
2023-01-03 10:16:32 +01:00
Marco Bartelt
1b06b72b67
static-user-onboarding-steps ( #9799 )
2023-01-02 14:34:34 +00:00
Michael Weimann
0f7a2ce6df
Confirm listen to a broadcast while recording ( #9831 )
2023-01-02 12:21:33 +00:00
Michael Weimann
91e078d96b
Show room broadcast when ending a recording ( #9841 )
2023-01-02 11:05:51 +00:00
Michael Weimann
3ce064731b
Migrate AppTile-Test to RTL ( #9838 )
2022-12-30 10:33:10 +00:00
Kedas
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
alunturner
b034ada6fd
Convert enzyme to rtl: BasicMessageComposer ( #9839 )
2022-12-29 20:52:51 +00:00
Germain
adab82edae
Migrate TextualBody to RTL ( #9845 )
2022-12-29 16:21:00 +00:00
Germain
1e8b59ea40
Migrate Enzyme to RTL ( #9842 )
2022-12-29 15:35:19 +00:00
alunturner
6d2d13fdee
Enzyme to rtl: QuickThemeSwitcher ( #9843 )
2022-12-29 12:44:18 +00:00
Michael Weimann
064a5ad422
Show regular avatar for broadcasts ( #9835 )
2022-12-29 10:03:24 +00:00
alunturner
49fefb0c32
Convert enzyme to rtl: RightPanel ( #9837 )
2022-12-29 08:40:42 +00:00
Kerry
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
alunturner
2e097a00c7
Convert enzyme to rtl: BeaconStatus ( #9836 )
...
* rewrite in rtl
* update snapshots
2022-12-28 16:24:46 +00:00
Michael Weimann
100b1d5aa1
Fix broadcast pre-recording check ( #9834 )
2022-12-28 15:13:37 +00:00
Michael Weimann
c257e137aa
Allow call and broadcast PiP at the same time ( #9829 )
2022-12-28 13:43:44 +00:00
Germain
d2763c329d
Migrate AccessibleButton-test to RTL ( #9833 )
2022-12-28 10:40:34 +00:00
Michael Weimann
2b7d106481
Handle voice broadcast last_chunk_sequence ( #9812 )
2022-12-28 09:32:49 +00:00
Michael Weimann
539a50ae30
Pause non-live broadcast from other room ( #9825 )
2022-12-28 09:29:42 +01:00
Michael Weimann
5912c7a637
Replace broadcast instance with SDKContext ( #9824 )
2022-12-27 08:39:26 +01:00
Michael Weimann
6c40e2476a
Consider own broadcasts from other device as a playback ( #9821 )
2022-12-23 16:41:18 +00:00
Michael Weimann
32140855fb
When deleting a voice broadcast, also delete related events ( #9737 )
2022-12-23 15:44:01 +00:00
Michael Weimann
a2777d3a03
Add labs setting to force small broadcast chunks ( #9806 )
2022-12-23 13:45:26 +00:00
Florian Duros
fe0273b1a6
Add link creation to rich text editor ( #9775 )
...
Add link creation to RTE
2022-12-23 11:34:15 +00:00
Florian Duros
88c3864682
Replace some enzyme tests by @testing-library/react ( #9822 )
...
* Replace MessageComposerButtons-test.tsx enzyme by @testing-library/react
* Replace HtmlUtils-test.tsx enzyme by @testing-library/react
2022-12-23 10:46:14 +00:00
Kerry
5b9496aad8
test toastStore ( #9823 )
2022-12-23 09:35:41 +00:00
Michael Weimann
b07bd4d102
Show initial broadcast position in seekbar ( #9796 )
2022-12-22 14:30:42 +00:00
Germain
e9224f6fce
Add mark as read option in room setting ( #9798 )
2022-12-22 13:18:38 +00:00
Timo
ce75d3381f
Pass analyticsID to the elementCall iFrame ( #9637 )
...
Co-authored-by: Robin <robin@robin.town>
Co-authored-by: Timo K <timok@element.io>
2022-12-22 12:09:57 +00:00
Michael Weimann
b81582d045
Improve live voice broadcast detection by testing if the started event has been redacted ( #9780 )
2022-12-22 10:37:07 +00:00
Kerry
fbc3228143
Device manager - current device design and copy tweaks ( #9801 )
...
* indent device details
* udpate copy for current device security warning
* lint
* test coverage for copy
* strict
2022-12-22 01:58:29 +00:00
Kerry
9a8545bf34
Fix: Editing a poll will silently change it to a closed poll ( #9809 )
...
* add failing test case
* dont reset poll disclosure on editing
2022-12-21 21:29:11 +00:00