From 33fc5fc1d88f5c0651812eff9289500d70978ba0 Mon Sep 17 00:00:00 2001 From: Thomas Lehmann Date: Thu, 7 Nov 2024 19:53:13 +0100 Subject: [PATCH 1/6] refactor(files_sharing): move deprecated projects component Primarily to move it out of the way for changes in the source location. The feature was deprecated in version 25 (#28320), five versions ago. Refs: #48925 Signed-off-by: nfebe --- apps/files_sharing/src/views/SharingTab.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/apps/files_sharing/src/views/SharingTab.vue b/apps/files_sharing/src/views/SharingTab.vue index 69735018ccd40..e3cbe50974f10 100644 --- a/apps/files_sharing/src/views/SharingTab.vue +++ b/apps/files_sharing/src/views/SharingTab.vue @@ -54,12 +54,6 @@ - - - @@ -71,6 +65,15 @@ + +
+ +
+ Date: Tue, 21 Jan 2025 22:52:40 +0100 Subject: [PATCH 2/6] refactor(files_sharing): Split internal & external shares Create two seperate sections for internal and external shares. Signed-off-by: nfebe --- .../src/components/SharingInput.vue | 3 +- apps/files_sharing/src/views/SharingTab.vue | 217 ++++++++++++++---- 2 files changed, 168 insertions(+), 52 deletions(-) diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index f8949920772c4..7352be9ce11cc 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -5,7 +5,6 @@