Michael Telatynski
|
654ce95c74
|
Progress from adding existing rooms to new space upon completion
|
2021-05-12 17:31:55 +01:00 |
|
Michael Telatynski
|
2c89be312a
|
Disable space fields whilst their form is busy
|
2021-05-12 13:30:00 +01:00 |
|
Germain
|
91133ed35b
|
Prioritise and reduce the amount of events decrypted on application startup (#5980)
|
2021-05-12 12:19:53 +01:00 |
|
Michael Telatynski
|
2c2d95560b
|
Linkify topics in space room directory results
|
2021-05-12 10:05:53 +01:00 |
|
Michael Telatynski
|
7de626824e
|
Sprinkle some more feedback prompts in the spaces beta
|
2021-05-11 17:01:31 +01:00 |
|
Michael Telatynski
|
2e19c7fd24
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17021
Conflicts:
src/components/views/spaces/SpaceCreateMenu.tsx
|
2021-05-11 13:40:28 +01:00 |
|
Germain Souquet
|
da1df70557
|
Improve comments and explainer for new decryption approach
|
2021-05-11 10:18:53 +01:00 |
|
Michael Telatynski
|
23001cb10d
|
remove unused import
|
2021-05-11 10:11:51 +01:00 |
|
Germain Souquet
|
be236309c5
|
use arrayFastClone instead of slice
|
2021-05-11 10:08:57 +01:00 |
|
Michael Telatynski
|
de04d82395
|
Switch to using forms for implicit submission
|
2021-05-11 10:01:40 +01:00 |
|
Michael Telatynski
|
5eed9f6cba
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17227
|
2021-05-11 09:14:01 +01:00 |
|
Travis Ralston
|
beef07bdef
|
Merge branch 'develop' into err
|
2021-05-10 20:08:19 -06:00 |
|
Travis Ralston
|
379d19e2e0
|
Lint
|
2021-05-10 19:56:30 -06:00 |
|
Germain Souquet
|
17f4945323
|
Merge branch 'develop' into gsouquet/cache-decrypt
|
2021-05-10 17:34:44 +01:00 |
|
Michael Telatynski
|
70d7a59ea2
|
Merge pull request #5969 from matrix-org/t3chguy/fix/17044.1
Switch the Home Space out for an All rooms space
|
2021-05-10 16:26:05 +01:00 |
|
Michael Telatynski
|
c96bb374ea
|
Allow user to progress through space setup wizard using Enter/Return
|
2021-05-10 16:06:23 +01:00 |
|
Germain Souquet
|
f1a6f6fd7f
|
make breadcrumb room events decryption more idiomatic
|
2021-05-10 15:48:39 +01:00 |
|
Germain Souquet
|
6e3f8d6a0a
|
Decrypt last events first to avoid shifts when scrolling up
|
2021-05-07 15:26:16 +01:00 |
|
Germain Souquet
|
fa30285c6b
|
Decrypt messages on when used on a timeline
|
2021-05-07 15:16:54 +01:00 |
|
Ayush PS
|
32edbc155f
|
Merge remote-tracking branch 'origin/develop' into err
|
2021-05-07 19:16:00 +05:30 |
|
Michael Telatynski
|
a8c4aabb52
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17021
Conflicts:
src/components/structures/SpaceRoomView.tsx
src/i18n/strings/en_EN.json
|
2021-05-07 11:50:49 +01:00 |
|
Michael Telatynski
|
6338ced8a3
|
Merge pull request #5977 from matrix-org/t3chguy/fix/17176
Iterate Spaces admin UX around room management
|
2021-05-07 11:47:45 +01:00 |
|
Germain Souquet
|
17099c656b
|
Call renamed room::decryptAllEvents method
|
2021-05-07 11:25:25 +01:00 |
|
Michael Telatynski
|
6137162786
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17044.1
Conflicts:
src/stores/room-list/RoomListStore.ts
|
2021-05-07 10:40:07 +01:00 |
|
Michael Telatynski
|
4079b03ae0
|
Bring back filter all spaces behaviour
|
2021-05-07 10:39:35 +01:00 |
|
Michael Telatynski
|
6f28964b49
|
Merge pull request #5979 from matrix-org/t3chguy/spaces-logs
Guard all isSpaceRoom calls behind the labs flag
|
2021-05-07 10:28:14 +01:00 |
|
Michael Telatynski
|
d9912651d6
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17176
Conflicts:
src/components/structures/SpaceRoomDirectory.tsx
|
2021-05-06 13:06:50 +01:00 |
|
Michael Telatynski
|
d47eecbd24
|
Make button sizes more consistent and fix untrapped behaviour of join button leaking to parent
|
2021-05-06 13:05:58 +01:00 |
|
Germain Souquet
|
0c87a67caf
|
Lazily decrypt events on room view
|
2021-05-06 11:46:25 +01:00 |
|
J. Ryan Stinnett
|
683aec1066
|
Merge pull request #5833 from SimonBrandner/feed
Support for multiple streams (not MSC3077)
|
2021-05-06 11:20:09 +01:00 |
|
Michael Telatynski
|
90538c95aa
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17021
|
2021-05-06 08:05:14 +01:00 |
|
Michael Telatynski
|
9518e4d415
|
Guard all isSpaceRoom calls behind the labs flag
|
2021-05-05 23:59:07 +01:00 |
|
Michael Telatynski
|
68210b1415
|
Merge pull request #5963 from matrix-org/t3chguy/fix/17119
Update space ordering behaviour to match updates in MSC
|
2021-05-05 22:26:45 +01:00 |
|
Michael Telatynski
|
650933096a
|
Iterate Spaces admin UX around room management
|
2021-05-05 17:25:29 +01:00 |
|
Michael Telatynski
|
886959f32d
|
port rate limiting code over to space creation wizard's add existing rooms
|
2021-05-05 11:54:14 +01:00 |
|
Michael Telatynski
|
a70be45b6e
|
Experiment switching the Home Space out for an All rooms space
|
2021-05-04 18:26:49 +01:00 |
|
Michael Telatynski
|
ac61c8eca8
|
Adhere to updated sort order for space children
|
2021-05-04 12:27:27 +01:00 |
|
Michael Telatynski
|
a7642b2b24
|
Fix space name "Empty room" during creation wizard
|
2021-05-04 10:48:34 +01:00 |
|
Jaiwanth
|
54e139a6ad
|
Generate previews when the room tile is maximised
|
2021-05-03 23:17:10 +05:30 |
|
Michael Telatynski
|
8dbcc85249
|
Merge pull request #5944 from matrix-org/t3chguy/fix/17043
Inhibit sending RR when context switching to a room
|
2021-04-30 15:13:18 +01:00 |
|
Michael Telatynski
|
39ccecab03
|
Merge pull request #5950 from matrix-org/t3chguy/fix/17117
Prevent room list keyboard handling from landing focus on hidden nodes
|
2021-04-30 12:55:27 +01:00 |
|
Michael Telatynski
|
0008ef7ab1
|
Merge pull request #5942 from matrix-org/t3chguy/fix/16998
Make the text filter search all spaces instead of just the selected one
|
2021-04-30 12:53:38 +01:00 |
|
Michael Telatynski
|
042ca65806
|
fix beta dot showing up when beta is disabled
|
2021-04-30 12:32:42 +01:00 |
|
Michael Telatynski
|
43410835a3
|
Prevent room list keyboard handling from landing focus on hidden nodes
|
2021-04-30 11:53:56 +01:00 |
|
Šimon Brandner
|
2e62b18617
|
Revert some changes to avoid re-translation
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-04-30 12:30:14 +02:00 |
|
Šimon Brandner
|
c6bd2c7d67
|
Fix some more formatting
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-04-29 20:18:26 +02:00 |
|
Šimon Brandner
|
5913203dc6
|
Merge branch 'develop' into fix-indent
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-04-29 20:08:14 +02:00 |
|
Šimon Brandner
|
232b87a3b4
|
Improve formatting
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-04-29 19:57:02 +02:00 |
|
Michael Telatynski
|
73abe51fb9
|
actually use the new state
|
2021-04-29 16:46:21 +01:00 |
|
Michael Telatynski
|
62198601d2
|
Tweak room list filter placeholder and results copy for spaces
|
2021-04-29 16:40:08 +01:00 |
|