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

[Feature]: Per User setting #134

Open
rspierenburg opened this issue Jan 31, 2025 · 6 comments
Open

[Feature]: Per User setting #134

rspierenburg opened this issue Jan 31, 2025 · 6 comments
Labels
enhancement New feature or request

Comments

@rspierenburg
Copy link

Is your feature request related to a problem?

Currently Duplicate finder is finding duplicates in accounts that aren't currently logged in. Since the user doesn't have access to other accounts folder the logged in user cannot instill changes to the duplicates found.

Describe the solution you'd like

Have a setting that allows you to select only the logged in user's account when searching.

Describe alternatives you've considered

No response

Additional context

No response

@rspierenburg rspierenburg added the enhancement New feature or request label Jan 31, 2025
@ASerbinski
Copy link

finding duplicates in accounts that aren't currently logged in

What do you mean by that? Duplicatefinder runs a background cron job that detects and catalogs duplicates for the entire system. When you go into the duplicatefinder tab, it isn't finding duplicates instantly, its just reading the database of detected duplicates that apply to that particular user.

@rspierenburg
Copy link
Author

Well in my particular case I have two users, Myself and my Wife. We both use the Nextcloud App with Auto Upload enabled. Mine sends photos to my "Photo" folder and my wife's sends to the auto upload folder. She also periodically does a dump of all the photos on her phone to another folder.
When I run Duplicate Finder from my account it lists all the duplicate files for both accounts (just as you mentioned) the issue is however I cannot delete any duplicates that reside in her account as I don't have access to those files. Those files then disappear from the list only to reappear on next refresh.
So from what you are saying, because Duplicate finder just runs a Cron job on the entire system there is no way to just showing duplicate files relevant to the logged in user?

@ASerbinski
Copy link

It should only be showing you your own files and files that are shared to you. You can only delete files that you have write/delete access to.

@rspierenburg
Copy link
Author

rspierenburg commented Feb 3, 2025

Well on my account I clearly see duplicate files located in an "Auto upload" and "Phone Photos" folder that I don't have. And neither of these folders are shared with me.

Image

edit: And the weird part is it lets me "delete" the file and it removes it from the list, but then on the next page refresh its there again.

@ASerbinski
Copy link

Sounds like a bug. It shouldn't be displaying those.

That "weird" part isn't weird at all, it fails to delete because you don't have permission to delete it.

@rspierenburg
Copy link
Author

I guess by weird I mean it doesn't complain when I try to delete the file.

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

No branches or pull requests

2 participants