PaulLereverend / NextcloudDuplicateFinder

Save some space by finding your duplicate files
GNU Affero General Public License v3.0
79 stars 16 forks source link

Admins who don't see any duplicate file (others do) #42

Open theblockchainheadhunter opened 3 years ago

theblockchainheadhunter commented 3 years ago

Two admins from the same system see diferent number of duplicate files. In the image you see the two screen in diferent computers. One of the admin was a normal user wich I change to admin 10 minuts ago. Does "DuplicateFinder" run a cron for each individual user? Any idea of what is happening

Escritorio 2021-07-27 at 5 02 29 PM

chrros95 commented 3 years ago

Currently, the UI shows only the duplicates which the user owns. By that, it's not expected to show all duplicates to an admin. An admin may regulate the system but it doesn't mean that he is owning all files. As a result, promoting somebody to an admin or being an admin changes nothing for the duplicatefinder.

If the new admin should take care of the files, please consider to transfer the ownership via ./occ files:transfer-ownership [options] [--] <source-user> <destination-user>

theblockchainheadhunter commented 3 years ago

Thanks for the answer. In my system, all the users upload files in a shared folder. It's a colaborative work. Is there a way a moderator can find all the duplicates sended by diferent users?

chrros95 commented 3 years ago

The only way that currently exist is via cli ./occ duplicates:list

Whaxion commented 2 years ago

Hello, I also need a moderator feature, will it be implemented some day ? Thanks!