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

Activity. link token in activity confused users #10295

Closed
ScharfViktor opened this issue Oct 11, 2024 · 14 comments · Fixed by #10663
Closed

Activity. link token in activity confused users #10295

ScharfViktor opened this issue Oct 11, 2024 · 14 comments · Fixed by #10663
Assignees
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug

Comments

@ScharfViktor
Copy link
Contributor

ScharfViktor commented Oct 11, 2024

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#11770
Steps:
- admin creates space link (view role by default)
- admin changes link role to edit role
- admin sees activity

Actual:
Screenshot 2024-10-11 at 14 42 09

reason: we send @libre.graph.displayName and type 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: ~~
image

Expected: file.txt was downloaded via public link fguCwoKHERsDYim is superfluous.

  1. 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:

  • admin creates 2 space links (Unnamed link and new link)
  • admin changes role of the new link
  • admin sees activity

Actual: Admin updated permission for a link fhLLZLQKeooTvry on s2
I know that fhLLZLQKeooTvry is link token
But for many users, this may not be obvious
image

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 here

@AlexAndBear
Copy link
Contributor

Issue 1 is on us. Issue 2 is more likely a backend issue

@AlexAndBear
Copy link
Contributor

Transferred to ocis repo, as #1 has been fixed via owncloud/web#11770

@ScharfViktor ScharfViktor changed the title Activity. superfluous activity when changing space link Activity. link token in activity confused users Oct 14, 2024
@2403905 2403905 self-assigned this Nov 22, 2024
@2403905 2403905 added Priority:p2-high Escalation, on top of current planning, release blocker and removed Priority:p3-medium Normal priority labels Nov 25, 2024
@2403905
Copy link
Contributor

2403905 commented Nov 25, 2024

@micbar @AlexAndBear Web sends the displayName: "Unnamed link" each time for the link create request. That makes all links identical for the user after the webUrl has been hidden.

@AlexAndBear
Copy link
Contributor

@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

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 here

@2403905
Copy link
Contributor

2403905 commented Nov 25, 2024

@AlexAndBear Does it look good to the user?
Screenshot 2024-11-25 at 18 36 07

@AlexAndBear
Copy link
Contributor

AlexAndBear commented Nov 25, 2024

@2403905 I don't get the question.

What is your suggestion? The user can claim names for the unnamed links

@micbar
Copy link
Contributor

micbar commented Nov 25, 2024

Unnamed link looks like a bug IMHO. Link would be totally fine, like in ocis 5.

People will ask „why did you change it?“ and so on.

@micbar
Copy link
Contributor

micbar commented Nov 25, 2024

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.

@AlexAndBear
Copy link
Contributor

I am not sure... The rename from "link" to "unnamed link" was part of the share panel redesign:
owncloud/web#11606

Since @kulmann and @tbsbdr are currently not available, maybe @JammingBen can say something about why this naming scheme has been chosen

@JammingBen
Copy link
Contributor

It was a decision @tbsbdr , @kulmann and I made together to communicate to the user that these links have not been given a name (yet). I don't really understand how this looks like a bug 🤔 The redesign just made the name more prominent, I don't think many users noticed the name before at all.

@AlexAndBear
Copy link
Contributor

Talked with @micbar and @2403905 about the "Unnamned link" thingy, and decided to leave everything as it is, for now

@ScharfViktor
Copy link
Contributor Author

Talked with @micbar and @2403905 about the "Unnamned link" thingy, and decided to leave everything as it is, for now

I think we're off track:

how should looks activity?

  • with link token
Screenshot 2024-11-26 at 14 15 09

or

  • with link name: Admin updated permission for a link Unnamed on s1

@AlexAndBear
Copy link
Contributor

With the link name aka unnamed link instead of the token, if I am not mistaken

@2403905
Copy link
Contributor

2403905 commented Nov 26, 2024

It will be like this

Screenshot 2024-11-26 at 16 28 53

@micbar micbar mentioned this issue Dec 17, 2024
87 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants