nextcloud/apps/files_sharing/src/views
Carl Schwan b4e238f62f 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 <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-17 13:22:50 +00:00
..
CollaborationView.vue Lint fix 2021-03-17 13:03:38 +01:00
SharingInherited.vue Properly encode path when fetching inherited shares 2020-11-26 09:25:17 +01:00
SharingLinkList.vue Bump @nextcloud/eslint-config and peers 2020-07-31 09:35:55 +02:00
SharingList.vue Show unique displayname context in the user share list entries 2020-12-14 11:14:59 +01:00
SharingTab.vue Fix share owner not being displayed in sharing tab 2021-12-17 13:22:50 +00:00