-
Notifications
You must be signed in to change notification settings - Fork 296
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
Keep private links number … private. #2109
base: master
Are you sure you want to change the base?
Conversation
I think it should be integrated for milestone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is still easy to determine the number of private shaares by substracting the number of visible shaares, from the total shaares counter
$this->assignView('linkcount', $this->container->bookmarkService->count(BookmarkFilter::$ALL));
$this->assignView('privateLinkcount', $this->container->bookmarkService->count(BookmarkFilter::$PRIVATE));
A better approach would be displaying only the count of public shaares.
Anyway this doesn't hurt, so approving
Oh you’re totally right, I didn’t notice this issue.
Please don’t merge until I (or anybody) fix this for only those public shaares number. |
987ece6
to
14aecaa
Compare
@nodiscc Done. I allowed myself to display the number of links, whether total, private & public, even if 0, instead of masking the information. |
14aecaa
to
4166c6f
Compare
Signed-off-by: Thibaud CANALE <[email protected]>
4166c6f
to
530e58e
Compare
Signed-off-by: Thibaud CANALE <[email protected]>
530e58e
to
58fe58c
Compare
I noticed there is translation feature, no idea if it was required and how to actually update, so my modifications are flawed as I copied them (without the |
I guess the title is self explanatory.
IMHO, this value should not be seen for public, unless this is an open instance and therefore, no logged is kind of already logged in.