Dariusz Niemczyk
1066bef1b0
Merge pull request #6625 from matrix-org/palid/fix/media-isEncrypted-undefined
...
Fix error on accessing encrypted media without keys
2021-08-18 15:17:55 +02:00
David Baker
7616f3ae56
Merge pull request #6621 from SimonBrandner/fix/call-tile-spacing/18558
...
Fix vertical call tile spacing issues
2021-08-18 12:02:53 +01:00
David Baker
24e3a91f6f
Merge pull request #6618 from SimonBrandner/fix/long-names-call-tiles
...
Fix long display names in call tiles
2021-08-18 11:56:09 +01:00
David Baker
946ae73e1d
Merge pull request #6615 from SimonBrandner/fix/media-error
...
Properly handle media errors
2021-08-18 11:54:08 +01:00
Šimon Brandner
cedf2db9ec
Remove unnecessary this.props
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-18 09:29:44 +02:00
Šimon Brandner
ccf3af21f9
Allow playback of replied-to voice message
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-18 09:28:44 +02:00
Šimon Brandner
c3da7496ae
Add isVoiceMessage()
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-18 09:28:27 +02:00
Jaiwanth
7bad0b99d1
Fix links, header and export text
2021-08-18 08:37:10 +05:30
Germain Souquet
617e7deff5
replace sdk.getComponent with import statements
2021-08-17 18:05:10 +01:00
Germain Souquet
95f4513bd2
Make UI respond to thread events
2021-08-17 17:42:47 +01:00
Dariusz Niemczyk
de2eb5b6dd
Satisfy linter
2021-08-17 17:59:26 +02:00
Jaiwanth
33bc26f039
Change summary tiles order
2021-08-17 20:04:28 +05:30
James Salter
834f72a9a8
Merge remote-tracking branch 'origin' into sentry-rageshakes
2021-08-17 11:47:00 +01:00
Germain Souquet
458f860a26
Merge branch 'develop' into gsouquet/threaded-messaging-2349
2021-08-17 11:14:21 +01:00
Germain Souquet
d1dbfbd014
hide thread events from the timeline
2021-08-17 11:10:02 +01:00
Germain Souquet
e5024c4b71
Adapt threading UI to new backend
2021-08-17 10:38:09 +01:00
Šimon Brandner
3fdf4d13ca
Proper init in constructors
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-17 09:48:25 +02:00
Dariusz Niemczyk
9dfa01e1a8
Fix error on accessing encrypted media without keys
...
In case where the message is encrypted and you request cross-signed keys
from another session you may end up in a situation where `media` doesn't
exist as you didn't receive keys, yet you have the message's type.
This commit fixes this problem by checking if the media is even available.
2021-08-16 15:30:48 +02:00
James Salter
6c2e98812b
Remove test code; good job we have tests
2021-08-16 13:26:58 +01:00
James Salter
16d02f24bd
lint
2021-08-16 13:06:19 +01:00
David Baker
be18178015
Merge pull request #6614 from SimonBrandner/fix/glare/18538
...
Fix glare related regressions
2021-08-16 12:28:10 +01:00
Dariusz Niemczyk
8bd5441fae
Merge branch 'develop' into gsouquet/fix-backdrop-filter
...
* develop: (22 commits)
Fix long display names in call toasts
Fix import
Add MatrixEvent type
Convert CrossSigningPanel to TS
Fix PiP of held calls
Use new call state icons
Add declined call buttons
Add "No answer" state
Left align call tiles
Fix tab trapping behaviour
add comment
Iterate PR based on feedback
Iterate PR, merge types with @types/PushRules
Remove misplaced bracket in a translation string
delint and improve ts
Convert SearchResult, InteractiveAuth, PushProcessor and Scheduler to Typescript
remove dead code and fix some types
delint
post-merge fixes, the new keybindings stuff made it messy
Improve VoiceOver & WebKit accessibility support
...
2021-08-16 13:16:28 +02:00
Šimon Brandner
c375b6058f
Fix call tile spacing issues
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-16 11:04:41 +02:00
Germain Souquet
02ece40103
Fix import path on ChangeAvatar
2021-08-16 09:19:58 +01:00
Germain Souquet
800b3f1424
Fix linter
2021-08-16 09:16:02 +01:00
Šimon Brandner
bd2ae762d6
Adjust max-non-narrow-width
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-16 10:08:30 +02:00
Šimon Brandner
64aa53ab24
Correctly handle media errors
...
The methods need to be async since play() is async, otherwise there is no point in having the try catch blocks
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-15 13:33:49 +02:00
Šimon Brandner
a6cde3256e
Properly handle call change
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-15 12:56:29 +02:00
Dariusz Niemczyk
7b72931c42
Merge pull request #6422 from libexus/i18n-bracket-fix
...
Remove misplaced bracket in a translation string
2021-08-15 09:20:00 +02:00
Germain Souquet
2e1d5aa67b
Migrate ProfileSettings to TypeScript
2021-08-14 11:36:12 +02:00
Germain Souquet
447beb8294
Migrate IntegrationManager to TypeScript
2021-08-14 11:27:17 +02:00
Germain Souquet
dfd986751f
Migrate DevicesPanelEntry to TypeScript
2021-08-14 11:22:18 +02:00
Germain Souquet
fb6a6370e7
Migrate DevicesPanel to TypeScript
2021-08-14 11:17:19 +02:00
Germain Souquet
1e431057ff
Migrate ChangeDisplayName to TypeScript
2021-08-14 11:06:34 +02:00
Germain Souquet
bedfbedff0
Migrate ChangeAvatar to TypeScript
2021-08-14 11:04:36 +02:00
Germain Souquet
1f55158727
Migrate AvatarSetting to TypeScript
2021-08-14 10:53:53 +02:00
Germain Souquet
c56d267316
Migrate TopUnreadMessagesBar to TypeScript
2021-08-14 10:51:08 +02:00
Germain Souquet
eb120901ae
Migrate SimpleRoomHeader to TypeScript
2021-08-14 10:48:30 +02:00
Germain Souquet
7e4c88f6ba
Migrate RoomUpgradeWarningBar to TypeScript
2021-08-14 10:46:38 +02:00
Germain Souquet
7290a65924
Migrate RoomDetailList to TypeScript
2021-08-14 10:36:04 +02:00
Germain Souquet
e9e6269da7
Migrat ReadReceiptMarker to TypeScript
2021-08-14 10:31:18 +02:00
Germain Souquet
2e9cacdeb1
Migrate JumpToBottomButton to TypeScript
2021-08-14 10:22:43 +02:00
Jaiwanth
3efa699b88
Delint
2021-08-14 00:14:57 +05:30
Jaiwanth
5c78acfca4
Remove forExport prop for MemberAvatar
2021-08-14 00:07:13 +05:30
Jaiwanth
0e3ad652af
Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into export-conversations
2021-08-14 00:04:30 +05:30
Jaiwanth
31c9e5962c
Move export dialog to async-components
2021-08-14 00:03:02 +05:30
Jaiwanth
7207329c15
Apply review suggestions
2021-08-13 23:44:07 +05:30
David Baker
c28d449f3f
Fix import
...
thanks vscode
2021-08-13 18:21:59 +01:00
David Baker
7c8637f5db
Add MatrixEvent type
2021-08-13 18:18:48 +01:00
David Baker
c79b6a412d
Merge remote-tracking branch 'origin/develop' into dbkr/crosssigningpanel_ts
2021-08-13 18:11:54 +01:00