From 78e8ea7db38631f0f07255018013d2b3e01a6061 Mon Sep 17 00:00:00 2001 From: JeaNugroho Date: Mon, 26 Jun 2023 19:06:09 -0500 Subject: [PATCH 1/9] Make no-user entry with avatar when there is no others with access Signed-off-by: JeaNugroho --- apps/files_sharing/l10n/en_GB.js | 4 +- .../src/components/SharingEntryInherited.vue | 58 ++++++++++++------- .../src/views/SharingInherited.vue | 20 +++---- 3 files changed, 50 insertions(+), 32 deletions(-) diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index d92d79f6fcaab..b0a22d9b479ff 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -275,6 +275,8 @@ OC.L10N.register( "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", "One or more of your shares will expire tomorrow" : "One or more of your shares will expire tomorrow", "Science Mesh" : "Science Mesh", - "Error generating password from password_policy" : "Error generating password from password policy" + "Error generating password from password_policy" : "Error generating password from password policy", + "No others with access": "No others with access", + "People with access to parent folders will show up here": "People with access to parent folders will show up here" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/src/components/SharingEntryInherited.vue b/apps/files_sharing/src/components/SharingEntryInherited.vue index eb39597149a6b..2dd4647c9b8ab 100644 --- a/apps/files_sharing/src/components/SharingEntryInherited.vue +++ b/apps/files_sharing/src/components/SharingEntryInherited.vue @@ -21,28 +21,44 @@ -->