nextcloud-server/apps/files_sharing/src
Carl Schwan c886f5e9ea
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>
2021-12-21 14:10:01 +07:00
..
components Fix first day locale 2021-12-16 11:17:51 +07:00
mixins Fix first day locale 2021-12-16 11:17:51 +07:00
models Show unique displayname context in the user share list entries 2020-12-14 11:14:59 +07:00
services Add appconfig to always show the unique label of a sharee 2021-03-11 15:32:26 +07:00
style Cleanup sharing leftovers 2019-11-05 19:03:44 +07:00
utils Fix "Error loading the shares list TypeError: "this is undefined"" for conversation shares 2020-03-03 20:22:39 +07:00
views Fix share owner not being displayed in sharing tab 2021-12-21 14:10:01 +07:00
additionalScripts.js Cleanup sharing leftovers 2019-11-05 19:03:44 +07:00
collaborationresources.js Migrate to @nextcloud/vue 1.x.x 2020-01-22 17:33:49 +07:00
collaborationresourceshandler.js Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 2019-12-19 11:55:33 +07:00
files_sharing.js Use `babel-loader-exclude-node-modules-except` 2020-07-31 11:00:33 +07:00
files_sharing_tab.js Upgrade lifecycle and vue parent context 2020-10-07 09:40:59 +07:00
index.js Let sharees endpoint properly handle deck shares 2020-12-09 13:20:23 +07:00
personal-settings.js Don't overwrite the settings from files 2019-12-17 14:17:07 +07:00
share.js Indicate deck shares as shared in the file list 2020-12-09 13:20:25 +07:00
sharebreadcrumbview.js show breadcrumb detail view in breadcrumb menu 2021-07-14 14:22:16 +07:00