Commit Graph

44327 Commits

Author SHA1 Message Date
Ayushman
9aab7c5a35
#22204 Issue: Centered File info in lightbox (#9971)
* #22204 Issue: Centered File info in lightbox

* #22204 Issue: Centered File info in lightbox
2023-01-23 19:01:11 +00: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
7df07fa336 Remove unused imports 2023-01-23 13:21:36 +00:00
Kegan Dougal
0fcc1f45d9 Remove flakey test which wasn't a useful test of anything 2023-01-23 13:18:05 +00: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
Robin
056fec844f
Only highlight focused menu item if focus is supposed to be visible (#9945) 2023-01-20 08:46:17 -05:00
Robin
6152c1762d
Prevent call durations from breaking onto multiple lines (#9944) 2023-01-20 08:45:55 -05:00
Robin
9d0230b6ab
Show the room name in the room header during calls (#9942) 2023-01-20 08:45:39 -05:00
Robin
da30b3069c
Tweak call lobby buttons to more closely match designs (#9943) 2023-01-20 08:45:27 -05: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
RiotRobot
97831d528a Reset matrix-js-sdk back to develop branch 2023-01-20 12:43:40 +00:00
RiotRobot
9e3de5129d v3.64.2 2023-01-20 12:40:54 +00:00
RiotRobot
84984bc18e Prepare changelog for v3.64.2 2023-01-20 12:40:54 +00:00
Kegan Dougal
6a75054e1a More tests 2023-01-20 12:38:58 +00:00
RiotRobot
e3692ce2e4 v3.64.2 2023-01-20 12:34:04 +00:00
RiotRobot
dd34fe74e0 Prepare changelog for v3.64.2 2023-01-20 12:34:01 +00:00
Michael Weimann
234061c847
Use useTypedEventEmitterState for broadcasts (#9947) 2023-01-20 13:33:00 +01:00
RiotRobot
325cca670c Upgrade matrix-js-sdk to 23.1.1 2023-01-20 12:30:52 +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
8e774e1924 Prettier 2023-01-20 10:45:55 +00:00
Kegan Dougal
66d4715e84 Remove accidental import 2023-01-20 10:41:32 +00:00
Kegan Dougal
769fd4a786 TS errors 2023-01-20 10:32:53 +00:00
Kegan Dougal
c685c8e856 Point cypress at a newer version of the proxy 2023-01-20 10:32:53 +00:00
Florian Duros
ad500973f4
Merge pull request #9948 from matrix-org/florianduros/fix/clear-RTE-earlier
Clear the RTE before sending a message
2023-01-20 11:21:39 +01:00
Florian Duros
075df4d1b3
Call Action.ClearAndFocusSendMessageComposer before sending a message 2023-01-20 10:42:25 +01: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
devonh
422802ea6d
Add credentials when calling bootstrapCrossSigning in Cypress tests (#9919) 2023-01-19 16:19:07 +01:00
Kegan Dougal
eed7340663 Add additional tests 2023-01-19 15:02:48 +00:00
Florian Duros
314b2e7ba6
Add new style for inline code (#9936)
Add new style for inline code
2023-01-19 13:42:59 +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
Kegan Dougal
186938d32a prettier 2023-01-19 11:02:43 +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
RiotRobot
576d103159 Reset matrix-js-sdk back to develop branch 2023-01-18 21:57:43 +00:00
RiotRobot
81d937cd68 Merge branch 'master' into develop 2023-01-18 21:57:18 +00:00
RiotRobot
8219e44596 v3.64.1 2023-01-18 21:57:02 +00:00
RiotRobot
8d4705647b Prepare changelog for v3.64.1 2023-01-18 21:57:00 +00:00
Andy Balaam
66e6eddcd4
Merge pull request #9935 from andybalaam/backport-9933-to-staging
replace .at() with array.length-1
2023-01-18 21:46:06 +00:00
Germain
b49f83f3ae replace .at() with array.length-1 2023-01-18 21:17:59 +00:00
Andy Balaam
9ec4b0797e
Merge pull request #9933 from matrix-org/gsouquet/revert-at
replace .at() with array.length-1
2023-01-18 20:55:52 +00:00