nextcloud/apps/files_sharing/js
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
..
dist Fix share owner not being displayed in sharing tab 2021-12-17 13:23:23 +00:00
templates add progressbar for every element & better design 2020-03-31 14:21:28 +00:00
additionalScripts.js Search sharees on lookup server when explicitly requested by user 2019-02-26 19:44:49 +01:00
additionalScripts.js.map Search sharees on lookup server when explicitly requested by user 2019-02-26 19:44:49 +01:00
app.js Revert OC.linkToOCS() calls back to old behaviour 2021-08-31 12:57:59 +02:00
files_drop.js Use DOMContentLoaded and fix sharebymail loading issue 2020-07-20 12:42:08 +02:00
public.js Use DOMContentLoaded and fix sharebymail loading issue 2020-07-20 12:42:08 +02:00
public_note.js Use DOMContentLoaded and fix sharebymail loading issue 2020-07-20 12:42:08 +02:00
sharedfilelist.js Revert OC.linkToOCS() calls back to old behaviour 2021-08-31 12:57:59 +02:00
templates.js add progressbar for every element & better design 2020-03-31 14:21:28 +00:00