Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the app seems not to recognize files made available by nextcloud app "groupfolders" #101

Open
nielsson4711 opened this issue Sep 1, 2022 · 0 comments

Comments

@nielsson4711
Copy link

nielsson4711 commented Sep 1, 2022

Referring to @chrros96 reply & question from last year:

The app scans files only once - even if the folder or file is shared with a group or one or more users. The only exception of this statement occurs on files that are mounted via external storage. Or are you referring to something other than sharing by the term "group folders"?
Originally posted by @chrros95 in #53 (comment)

app "groupfolders"
The app "groupfolders" enables for physically storing a set of files at one certain location - outside the nextcloud users "file" location - and provide this set by reference towards a group of users.
App: https://apps.nextcloud.com/apps/groupfolders
Code: https://github.com/nextcloud/groupfolders

effect for users
Users who are members of the group assigned to a "groupfolder" will see the folder in the "Files" app with all its contents. However, the contents of the folder are not in the user's storage area, but below ${NEXTCLOUD_DIR}/data/__groupfolders/

suggested feature extension
If the app "duplicatefinder" could differentiate folders from the app "groupfolders" from ordinary folders, it would

  • not consider to look after groupfolder files and therefore not throw the error message
    "The given path does not exist (groupfolder file path)" on group folder content;
  • offer an option to index one and/or all "groupfolders";

best regards
nielsson

P.S.: I'm not yet fluent enough in nextcloud development with PHP and container debugging to provide a feature extension on my own. But i'll gladly assist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant