-
Notifications
You must be signed in to change notification settings - Fork 54
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
When clicking on photos with the same name the first photo will pop up #484
Comments
What do you mean, the same name? |
Thanks! :) |
Btw @wes3161, I will need your browser console log to investigate this issue. How to access your browser console (Click to expand)Chrome
Safari
IE9
Firefox
Opera
|
Console Logs:
|
Is there any development on this bug? |
Hi! I faced the same issue, on Firefox, with Nextcloud 22.2.2 installed on a Debian server.
|
Hi, I'm faced with the same issue. Causing major issues int he family as they can see others photos, even though they have no access to the actual photo/folder Any solution ? |
Same here. Nextcloud's thumbnails show different photos, but when I click on "Download" I get the correct one. Preview Generator: 5.0.0, |
Has any progress being made on this, I am getting flack from family as people can see each others photos even though they dont have any access to those photos. |
@adznon nope, as you can see the labels have not changed and the milestone is clear |
@skjnldsv Understand its on the backlog but still no progress or update for two years now. Doesn't help me when one of my family saw a naked photo of there siblings girlfriend.... Considering it should of be protected as they are on different accounts with no sharing between them. |
@adznon No problem, I totally get it! The problem you mentioned is not related to this ticket, right? |
No its the same issue. The thumbnails show other peoples pictures. i.e. User 1 has a photo called image1.jpg, user 2 has image1.jpg User two will see the thumbnail from user 1's photo even though user 2 has no permission to user 1's files, although when clicking on it it will open the correct photo. |
Whaaaat? We store previews by the fileId, it's not possible. Can you reliably reproduce the issue ? With new users ? This is very different from that issue. This one is about the same user having multiple photos across different folders with the same name opening them from Photos. |
Nextcloud 25.0.3 still has this bug. Click on Thumbnail displays piscture from completely different folder with ame name as is thumbnail. This behaviour renders Photos part of Nextcloud completely unusable :( |
I've being driven nuts by this bug :( I rebuild the whole filesystem a number of times, changed disks, changed filesystem all together. Ran `occ files:scan --all" a number of times. Removed everything and re-added everything, tried all the possible nextcloud docker images I could find on docker hub. And instead it was this 3yo bug 😭 |
I solved problem for me with renaming of all pictures to uniqid name (on linux, nextcloud client):
It does put some burden to nextcloud server and client to sinchronize everything. |
well, of course you can rename all the files, but being able to handle same file names in different folders seems like a pretty basic requirement for a filesystem or an app dealing with files, doesn't it? |
I don't argue with You. Just mentioned my workaround. |
Sometimes a work around might be perceived as "good enough" to solve a problem, pushing the bugfix down the line. If you're happy renaming, by all means rename away to your heart content 😅 |
I just created a problem about this in the photos plugin and found this, there is still nothing, right? |
Yup. As far as I know, this bug has not been addressed yet. |
Describe the bug
When clicking on photos with the same name the first photo will pop up instead of the one clicked
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The photo you click should pop up
The text was updated successfully, but these errors were encountered: