Michael Telatynski
|
a2a5158411
|
Fix View Source accessing renamed private field on MatrixEvent
|
2021-06-19 15:37:48 +01:00 |
|
Michael Telatynski
|
ab94b284b8
|
Updates around the use of private fields out of class
|
2021-06-18 16:29:10 +01:00 |
|
Michael Telatynski
|
233e2aa425
|
Fix bugs identified by the typescripting
|
2021-06-18 16:22:31 +01:00 |
|
Michael Telatynski
|
0ae4e7b11d
|
Fix typescript types
|
2021-06-18 16:21:46 +01:00 |
|
Michael Telatynski
|
3b7c92fd9e
|
Use new js-sdk types properly
|
2021-06-18 16:18:42 +01:00 |
|
Michael Telatynski
|
058cbbbd0c
|
Fix imports
|
2021-06-18 16:13:55 +01:00 |
|
Michael Telatynski
|
9cce5ef10f
|
Consolidate types with js-sdk changes
|
2021-06-18 15:31:12 +01:00 |
|
Michael Telatynski
|
dddc32d870
|
Merge pull request #6208 from matrix-org/t3chguy/ts/5
|
2021-06-18 09:49:03 +01:00 |
|
Michael Telatynski
|
d9caa3533b
|
Merge pull request #5858 from matrix-org/t3chguy/fix/12740
|
2021-06-18 08:22:21 +01:00 |
|
Germain
|
71ff5248fe
|
Merge pull request #6082 from SimonBrandner/fix/mute-incoming-call/15591
|
2021-06-17 16:41:00 +01:00 |
|
Michael Telatynski
|
f38cd38bd3
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/12740
Conflicts:
src/components/structures/TimelinePanel.js
src/components/views/context_menus/MessageContextMenu.js
src/components/views/right_panel/UserInfo.tsx
src/dispatcher/actions.ts
|
2021-06-17 15:31:06 +01:00 |
|
Michael Telatynski
|
3e38d92fa4
|
Fix up some more type defs
|
2021-06-17 14:49:27 +01:00 |
|
Michael Telatynski
|
02e72d8b04
|
Fix more type definitions
|
2021-06-17 14:24:53 +01:00 |
|
Michael Telatynski
|
f929d2ee5f
|
Typescript fixes due to MatrixEvent being TSified
|
2021-06-17 14:06:03 +01:00 |
|
J. Ryan Stinnett
|
6e827ad4c9
|
Merge pull request #6204 from robintown/forward-dialog-display-name
Fix forward dialog message preview display names
|
2021-06-17 10:10:54 +01:00 |
|
Germain Souquet
|
1a08af8ccf
|
remove stray bullet point in reply preview
|
2021-06-17 08:45:09 +01:00 |
|
Robin Townsend
|
ce57b66c91
|
Fix forward dialog message preview display names
Signed-off-by: Robin Townsend <robin@robin.town>
|
2021-06-16 18:17:25 -04:00 |
|
J. Ryan Stinnett
|
8f02ca8ce9
|
Stop requesting null next replies from the server
A recent change (47e007e08f ) introduced a
regression where we failed to check whether a reply thread has a next reply.
This meant that we would end up sending `/context/undefined` requests to the
server for every reply thread on every room view.
Fixes https://github.com/vector-im/element-web/issues/17563
Regressed by https://github.com/matrix-org/matrix-react-sdk/pull/6079
|
2021-06-16 18:04:41 +01:00 |
|
Michael Telatynski
|
ccf30ed94c
|
Merge pull request #6202 from matrix-org/t3chguy/fix/17669
|
2021-06-16 12:46:44 +01:00 |
|
Michael Telatynski
|
ab964339d2
|
Add another setState skip to prevent redundant state updates
|
2021-06-16 12:11:17 +01:00 |
|
Michael Telatynski
|
626d575820
|
tidy AuxPanel TS
|
2021-06-16 12:07:58 +01:00 |
|
Michael Telatynski
|
d87325ae6a
|
Small cleanup around the room status bar and auxpanel to prevent redundant state updates
|
2021-06-16 12:06:41 +01:00 |
|
Michael Telatynski
|
e3a6ce13cd
|
Fix tight-loop update issue caused by a broken shouldComponentUpdate
|
2021-06-16 12:04:37 +01:00 |
|
Michael Telatynski
|
deb2e8d679
|
Remove unused methods
|
2021-06-16 12:04:01 +01:00 |
|
Germain Souquet
|
069e2e13cf
|
Migrate MessageTimestamp to TypeScript
|
2021-06-16 10:01:30 +01:00 |
|
Germain Souquet
|
a5d608f2af
|
Keep composer reply when scrolling away from a highlighted event
|
2021-06-16 10:01:23 +01:00 |
|
Germain Souquet
|
7310d35d7f
|
Merge branch 'develop' into gsouquet/benchmark-tracking
|
2021-06-15 11:45:11 +01:00 |
|
Germain Souquet
|
011a2f2bb6
|
Remove test data for develop pipeline
|
2021-06-15 10:59:57 +01:00 |
|
Germain Souquet
|
d5f7f524e1
|
Slow down registration process
|
2021-06-15 10:24:07 +01:00 |
|
Michael Telatynski
|
6b4f63df2a
|
Merge pull request #6184 from matrix-org/t3chguy/rs/5566
|
2021-06-14 23:27:51 +01:00 |
|
Michael Telatynski
|
539465ecb4
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17365
Conflicts:
src/components/views/dialogs/InviteDialog.tsx
|
2021-06-14 22:22:30 +01:00 |
|
Michael Telatynski
|
430ec8cecd
|
Clear selected rooms after operation in manage space rooms
|
2021-06-14 22:18:18 +01:00 |
|
Michael Telatynski
|
91df392a2a
|
Merge pull request #5880 from SimonBrandner/show-username
|
2021-06-14 21:34:01 +01:00 |
|
Travis Ralston
|
951fbf4a1a
|
fix import
|
2021-06-14 13:38:43 -06:00 |
|
Travis Ralston
|
2eafe132b8
|
Move various createRoom types to the js-sdk
|
2021-06-14 13:31:58 -06:00 |
|
Šimon Brandner
|
e260e8671f
|
Inline display name into return
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-06-11 15:14:16 +02:00 |
|
Germain Souquet
|
b1824ce579
|
fix HTML tag for Event Tile when not rendered in a list
|
2021-06-11 11:34:53 +01:00 |
|
Germain
|
88e337b89c
|
Merge pull request #5929 from matrix-org/gsouquet-e2ee-warning
|
2021-06-10 14:58:31 +01:00 |
|
Germain
|
79b8fbc2a9
|
Add indentation for unencrypted warning text
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
|
2021-06-10 14:21:48 +01:00 |
|
Germain
|
0a6cd6a758
|
Merge pull request #6171 from matrix-org/gsouquet/fix-17505
Fix expanding last collapsed sticky session when zoomed in
|
2021-06-10 12:44:57 +01:00 |
|
Germain Souquet
|
9731e275f8
|
cater for an undefined MatrixClient on rooms
|
2021-06-10 12:15:55 +01:00 |
|
Germain Souquet
|
6606a1142d
|
Update unencrypted room warning copy
|
2021-06-10 11:29:10 +01:00 |
|
Germain Souquet
|
7f3173f170
|
Implement unencrypted warning slate in rooms
|
2021-06-10 11:14:43 +01:00 |
|
Germain Souquet
|
4f649f290c
|
Migrate RoomSettingsDialog to TypeScript
|
2021-06-10 10:46:54 +01:00 |
|
Germain Souquet
|
c2d1eb3e8e
|
Merge branch 'develop' into gsouquet-e2ee-warning
|
2021-06-10 10:25:20 +01:00 |
|
Germain Souquet
|
b4cb275ca1
|
Fix expanding last collapsed sticky session when zoomed in
|
2021-06-09 17:59:41 +01:00 |
|
Germain
|
91a88f25a8
|
Merge pull request #6168 from matrix-org/gsouquet/fix-17586
Revert refreshStickyHeaders optimisations
|
2021-06-09 16:34:11 +01:00 |
|
J. Ryan Stinnett
|
9aaf506ad5
|
Merge pull request #6169 from matrix-org/jryans/rebuild-the-sky
Restore read receipt animation from event to event
|
2021-06-09 16:16:17 +01:00 |
|
J. Ryan Stinnett
|
c6972c4535
|
Fix spelling
|
2021-06-09 15:53:38 +01:00 |
|
J. Ryan Stinnett
|
e566704bdf
|
Remove redundant early return
|
2021-06-09 15:48:30 +01:00 |
|