nextcloud/files_photospheres

Support Foldershare

Closed this issue · 1 comments

R0Wi commented

In NC it's not only possible to share single files but also folders. Currently, when clicking on a photosphere-image in the sahred-folder-view this opens the default image-viewer. We should support this view, too.

R0Wi commented

The problem here ist, that the initial click-handler gets overwritten in the public-view by this line:
OCA.Files.fileActions = fileActions;
in the file_sharing app (file_sharing/js/public.js at Line 47)