Commit graph

37213 commits

Author SHA1 Message Date
David Baker
90824d32c9 Add logging to debug stuck toast bug
For https://github.com/vector-im/element-web/issues/18603
2021-09-03 15:14:44 +01:00
Germain
bfad9c0599
Merge pull request #6736 from matrix-org/gsouquet/fix-18876
Fix ProfileSettings when avatarUrl is null
2021-09-03 13:47:14 +01:00
Germain Souquet
3c36b3c2c0 Fix ProfileSettings when avatarUrl is null 2021-09-03 12:50:42 +01:00
David Baker
25fb243d0b
Merge pull request #6731 from matrix-org/dbkr/prevent_multiple_calls
Fix bug where one party's media would sometimes not be shown
2021-09-03 12:01:54 +01:00
Germain
2e237bfe70
Merge pull request #6735 from matrix-org/gsouquet/fix-18876
Fix state initialisation for DevicesPanel
2021-09-03 11:08:30 +01:00
David Baker
7b52cca8d3
Formatting
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-03 10:38:39 +01:00
Germain Souquet
475ef66c58 Fix state initialisation for DevicesPanel 2021-09-03 10:25:45 +01:00
Germain
e16921e1f1
Merge pull request #6619 from matrix-org/gsouquet/ts-components-migration 2021-09-03 08:47:12 +01:00
Dariusz Niemczyk
781662ded7
Merge pull request #6732 from matrix-org/palid/fix/blurhash-being-stuck-forever
Fix unnecessary blurhash rendering
2021-09-03 06:03:36 +02:00
Travis Ralston
1772e7e314
Merge pull request #6734 from matrix-org/travis/widget-algo
Improve performance of widget startup slightly
2021-09-02 16:02:11 -06:00
Travis Ralston
6590572124 Improve performance of widget startup slightly
See https://github.com/matrix-org/matrix-react-sdk/pull/6733#pullrequestreview-745513275
2021-09-02 15:24:23 -06:00
Travis Ralston
36f4b9f723
Merge pull request #6733 from matrix-org/travis/fix-widgets
Don't rely on rooms having timelines to use when checking widgets
2021-09-02 15:02:48 -06:00
Travis Ralston
57aa045195 Don't rely on rooms having timelines to use when checking widgets 2021-09-02 14:27:20 -06:00
Dariusz Niemczyk
40cb8e8fc6
Fix unnecessary blurhash rendering 2021-09-02 21:10:21 +02:00
David Baker
1a0365f528 i18n 2021-09-02 19:00:30 +01:00
David Baker
f2758f9ce5 Fix glare 2021-09-02 18:41:26 +01:00
Dariusz Niemczyk
b8f6d2926c
Merge pull request #6688 from matrix-org/palid/fix/stronger-light-theme-background-blur
Make stronger background blur for light theme
2021-09-02 18:42:58 +02:00
Dariusz Niemczyk
99a0bd935b
Merge pull request #6726 from SimonBrandner/feature/autoplay-split
Split autoplay GIFs and videos into different settings
2021-09-02 18:40:42 +02:00
Šimon Brandner
c246b027be
Add missing space
Co-authored-by: Dariusz Niemczyk <3636685+Palid@users.noreply.github.com>
2021-09-02 17:39:13 +02:00
David Baker
cd8e7e3076 Move error dialog to the new check
So we just check for an existing call in one place where it doesn't race
2021-09-02 15:51:44 +01:00
Travis Ralston
c749492b9c
Merge pull request #6710 from matrix-org/travis/voice-messages/audio-queue
Add autoplay for voice messages
2021-09-02 08:06:17 -06:00
David Baker
edf6d13818 Prevent multiple calls for the same room 2021-09-02 14:41:10 +01:00
Michael Telatynski
7d74cfecda
Merge pull request #6714 from matrix-org/t3chguy/fix/18760
Only make the initial space rooms suggested by default
2021-09-02 12:17:14 +01:00
Michael Telatynski
daba23d1bf Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/18760
 Conflicts:
	src/components/structures/SpaceRoomView.tsx
2021-09-02 12:10:20 +01:00
Germain
9be9e75c13
Merge pull request #6720 from matrix-org/gsouquet/replies-fix-18717 2021-09-02 08:42:54 +01:00
Germain Souquet
2ce8647120 Prevent unstable property to be sent with all events 2021-09-02 08:36:20 +01:00
Travis Ralston
7a08394686
Merge pull request #6707 from SimonBrandner/task/fix-actions
Make GH actions clone from the correct fork and cleanup
2021-09-01 14:49:56 -06:00
Travis Ralston
5692b74b28
Merge pull request #6703 from nordeck/nic/feat/invite-reason-formatting
Allow to use basic html to format invite messages
2021-09-01 14:46:54 -06:00
Travis Ralston
e3cb55ce82
Update scripts/fetchdep.sh 2021-09-01 14:43:37 -06:00
Steffen Kolmer
c32a77c3b2 Use helper function to get event content 2021-09-01 22:40:42 +02:00
Travis Ralston
f0cf00433b
Merge pull request #6702 from nordeck/nic/fix/even-tile-preview
Replace fake username in EventTilePreview with a proper loading state
2021-09-01 14:28:12 -06:00
Travis Ralston
3046f0ed85
Merge pull request #6684 from matrix-org/travis/cross-room
Add support for MSC2762's timeline functionality
2021-09-01 13:28:26 -06:00
Travis Ralston
4b557fe0ad Update widget-api 2021-09-01 13:22:09 -06:00
Travis Ralston
bf5fe29448
Merge pull request #6695 from matrix-org/travis/keep-old-out
Don't send prehistorical events to widgets during decryption at startup
2021-09-01 13:16:47 -06:00
Travis Ralston
b86a0dcc15 Merge branch 'develop' into travis/cross-room 2021-09-01 11:29:20 -06:00
Travis Ralston
3ed76f5de7
Merge pull request #6719 from matrix-org/travis/widgets/no-limits
Remove arbitrary limits from send/receive events for widgets
2021-09-01 11:26:15 -06:00
Michael Telatynski
0d2f7db671
Merge pull request #6725 from matrix-org/t3chguy/fix/18797
When creating subspaces properly set restricted join rule
2021-09-01 16:38:11 +01:00
Šimon Brandner
7fcb8ed488
i18n
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-01 17:28:16 +02:00
Šimon Brandner
9b2c380b64
Split autoplay gifs and videos in to different settings
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-01 17:28:15 +02:00
Michael Telatynski
f2b7981009 When creating subspaces properly set restricted join rule 2021-09-01 16:12:39 +01:00
Michael Telatynski
f19030bcfa
Merge pull request #6723 from SimonBrandner/fix/fallback-user-image-view 2021-09-01 16:01:24 +01:00
Šimon Brandner
387239864d
Add fallbackUserId
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-01 16:50:13 +02:00
Michael Telatynski
34e9443abc
Merge pull request #6722 from SimonBrandner/fix/autocomplete-dir 2021-09-01 14:45:30 +01:00
Šimon Brandner
4328ee18f5
Show autocomplete sections vertically
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-01 15:37:59 +02:00
Michael Telatynski
6e7a1e2db7
Merge pull request #6715 from matrix-org/t3chguy/fix/18761 2021-09-01 14:30:17 +01:00
Michael Telatynski
eebc345ee4
Merge pull request #6721 from matrix-org/t3chguy/fix/18722 2021-09-01 13:09:02 +01:00
Michael Telatynski
030fa17a66 When creating private spaces, make the initial rooms restricted if supported 2021-09-01 12:47:43 +01:00
Germain Souquet
95d1b06abb Make composer able to reply in thread or in room timeline 2021-09-01 12:12:40 +01:00
Germain Souquet
dca268e67a Replace eventIsReply util with replyEventId getter 2021-09-01 10:55:47 +01:00
Germain Souquet
ae16695713 Fix Apache copyright headers 2021-09-01 10:19:25 +01:00