-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Share Dialog: duplicate displaynames cannot be distinguished #8194
Comments
From the LDAP perspective, the good solution is to be able to compile the display name of a set of attributes, like " ()" or " ()", to follow a backend-specific approach. It may be more interesting to add other details only on a "displayName collision", but it has the disadvantage that we would need to know every displayname of every user. |
Yes, the solution could be adding additional info in brackets after the name. But please only if there is actually a conflict, not for everyone. |
Can be achieved in the set of names that are fetched with the request, but not those that are already fetched. For sharing it's probably not a big deal anyway. But not for all users. |
Another enhancement here would be to add the user image and put it to the left of the name – that’s also what we introduced the avatars for. |
I fancy this. |
We are facing the same problem. The UID in brackets after the display name would be nice. 👍 |
There's another problem. If there are severl Thomas Müllersens and they are differentiated in the share dialogue, that's fine. But names are also shown when they share files with you. In that case you need the detail as well, and/or the avatar, but at that point of time we do not know about name collisions. |
So – can we show the avatars next to the name? Both in the share dialog and in the autocomplete dropdown would be good. |
Avatars are already displayed now in 8.1.1 |
Closing this in favor of the newer issue #20291 |
Assuming two different users have the same full name/display name
e.g. Thomas Müller 😉 - the most common name in Germany
there is no way to distinguish them in the share drop down.
Possible solution:
Adding the user id or email address in brackets - maybe user backend specific
Example:
Thomas Müller (thomas@müller.net)
@jancborchardt @blizzz @karlitschek
The text was updated successfully, but these errors were encountered: