nextcloud/apps/files_sharing/src
Carl Schwan 2b7bee1bc3 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:23:23 +00:00
..
components Fix ShareLink Upload UI for Folders 2021-12-15 19:51:41 +01:00
mixins Fix first day locale 2021-12-10 10:35:05 +00:00
models Replace proposal-class-private-properties by regular properties 2021-06-02 15:10:01 +00:00
services Add new ExternalShareActions API 2021-09-16 15:20:50 +02:00
style Cleanup sharing leftovers 2019-11-05 19:03:44 +01:00
utils Bump js licenses 2021-03-31 12:17:18 +02:00
views Fix share owner not being displayed in sharing tab 2021-12-17 13:23:23 +00:00
additionalScripts.js Bump js licenses 2021-03-31 12:17:18 +02:00
collaborationresources.js Bump js licenses 2021-03-31 12:17:18 +02:00
collaborationresourceshandler.js Bump js licenses 2021-03-31 12:17:18 +02:00
files_sharing.js Bump js licenses 2021-03-31 12:17:18 +02:00
files_sharing_tab.js Add new ExternalShareActions API 2021-09-16 15:20:50 +02:00
index.js Bump js licenses 2021-03-31 12:17:18 +02:00
personal-settings.js Bump js licenses 2021-03-31 12:17:18 +02:00
share.js Disable default actions in pending file list 2021-07-27 12:19:25 +02:00
sharebreadcrumbview.js show breadcrumb detail view in breadcrumb menu 2021-07-13 12:51:41 +00:00