-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Sensitive album contents appear in search results and in Recent smart album #1179
Comments
Not sure if this is related to #1155 |
No it isn't related to #1155. The other issue is about hidden albums which require a direct link in order to be accessed. This issue is about sensitive albums. These are two different things. While #1155 will be "automatically" fixed when my big PR is merged into master, the behavior with respect to sensitive albums will not change. At the moment the backend does not deal with sensitive albums in any way. The backend always sends sensitive albums to the frontend together with any other albums. It is the frontend which makes them invisible until one presses the |
Edited the title to indicate that search results are also affected. Under the hood, the search feature and the the Recent album use the same code. The Recent album is nothing more than a special kind of search. Moreover, I closed #1176 as a duplicate of this issue. |
An additional issue I found which is related to this is, sensitive albums are included in the notifications emails that get sent. This is not behavior I would expect for a hidden album marked sensitive. |
If the album is marked as hidden, I would agree that there should not be notification sent in that regard. However being sensitive has nothing to do in that regard IMHO. :) |
The album is marked as hidden and was included in the notification emails. What functionality does marking an album as sensitive actually control? |
This was integrated in #822
So non-displayed sensitive albums can always be revealed with the H key (unless they are marked as hidden). The reason for this was the following:
|
All the functionality listed there seems to work as expected. The issue is that even while hidden, the hidden sensitive albums and their contents will display in search results and be part of the email notifications. This seems to only happen for users with permissions to see the albums, but can lead to contents being displayed at unexpected moments. |
As I already said, the server has no knowledge wether the sensitive album is visible or not as the key press We have understood the problem, we can reproduce it and yes, I agree, that this situation should be improved. There is no need to repeat the same issue description over and over again. To my fellow developers: As a first solution we should probably introduce two new configuration settings: For the search, only In the long run, we could also extend the API call |
Detailed description of the problem [REQUIRED]
Not sure if this is a bug, but it is not what I would expect to happen. The contents of albums marked sensitive are shown in the Recent smart album. I mark images sensitive because I dont want them just showing up at possibly less than opportune moments.
Steps to reproduce the issue
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Browser and system
Mac OS 11.6.2 Firefox 95.0.2
The text was updated successfully, but these errors were encountered: