-
Notifications
You must be signed in to change notification settings - Fork 187
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
Activity. link token in activity confused users #10295
Comments
Issue 1 is on us. Issue 2 is more likely a backend issue |
Transferred to ocis repo, as #1 has been fixed via owncloud/web#11770 |
@micbar @AlexAndBear Web sends the |
@2403905 Well, this is on purpose, users can update the links later and give them names (but I don't think this is the usual case). @ScharfViktor suggested
|
@AlexAndBear Does it look good to the user? |
@2403905 I don't get the question. What is your suggestion? The user can claim names for the unnamed links |
Unnamed link looks like a bug IMHO. People will ask „why did you change it?“ and so on. |
Or, alternatively show the proposed display name in a pre filled input field, where the user could change it during creation already. I think only a very few users get the fact that the tree dots are offering a rename. |
I am not sure... The rename from "link" to "unnamed link" was part of the share panel redesign: Since @kulmann and @tbsbdr are currently not available, maybe @JammingBen can say something about why this naming scheme has been chosen |
With the link name aka unnamed link instead of the token, if I am not mistaken |
I found a few problems while increasing the coverage for activity.feature
ocis 6.5.0
web. 10.3.0
1. ## superfluous activities fixed via owncloud/web#11770Steps:- admin creates space link (view role by default)- admin changes link role to edit role- admin sees activityActual:reason: we send@libre.graph.displayName
andtype
in the PATCH body request if we only update displayName or type(permission)1.1 ## superfluous activities - #10293
~~Steps: ~~
- admin creates space link with edit role- public updates file file.txt (public opens file in text editor- put content-> save->close editor)- admin sees activity~~Actual: ~~
Expected:file.txt was downloaded via public link fguCwoKHERsDYim
is superfluous.link token in activity confused users. I first noticed this when I updated the link password and wondered if I was seeing the password in activity (it was link token)
Steps:
Actual:
Admin updated permission for a link fhLLZLQKeooTvry on s2
I know that
fhLLZLQKeooTvry
is link tokenBut for many users, this may not be obvious
Expected:
Admin updated permission for a link new on s2
If we have both Unnamed links -> here is question but maybe better to provide
Admin updated permission for a link Unnamed on s2
. not sure hereThe text was updated successfully, but these errors were encountered: