Skip to content

Commit 71d2578

Browse files
CarlSchwannextcloud-command
authored andcommitted
Fix share owner not being displayed in sharing tab
This only concerns subfolder and files inside a shared folder and is used as fallback when the OCS api returns a empty result, because it only works on the shared folder and not the content inside of it. This unify the tab with the folder list. This offers a less descriptive share information but making the OCS api returns all the details even for the subfolder would very probably be bad for performance (since we would need to fetch the shares for all the parent folders until we found one or are in the root folder). Signed-off-by: Carl Schwan <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
1 parent d42ad70 commit 71d2578

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

apps/files_sharing/js/dist/files_sharing_tab.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/js/dist/files_sharing_tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/src/views/SharingTab.vue

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change

0 commit comments

Comments
 (0)