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

Share Dialog: duplicate displaynames cannot be distinguished #8194

Closed
DeepDiver1975 opened this issue Apr 14, 2014 · 10 comments
Closed

Share Dialog: duplicate displaynames cannot be distinguished #8194

DeepDiver1975 opened this issue Apr 14, 2014 · 10 comments

Comments

@DeepDiver1975
Copy link
Member

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

@DeepDiver1975 DeepDiver1975 added this to the ownCloud 7 milestone Apr 14, 2014
@blizzz
Copy link
Contributor

blizzz commented Apr 14, 2014

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.

@jancborchardt
Copy link
Member

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.

@blizzz
Copy link
Contributor

blizzz commented Apr 15, 2014

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.

@MTRichards MTRichards modified the milestones: ownCloud 7.0.1, ownCloud 7 Jun 20, 2014
@jancborchardt
Copy link
Member

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.

@blizzz
Copy link
Contributor

blizzz commented Aug 8, 2014

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.

@craigpg craigpg modified the milestones: 2014-sprint-03-next, 2014-sprint-02-current Sep 2, 2014
@craigpg craigpg modified the milestones: ownCloud 7 backlog, 2014-sprint-03-current Sep 4, 2014
@DeepDiver1975 DeepDiver1975 modified the milestones: ownCloud 7 backlog, backlog Jan 8, 2015
@alekiy
Copy link

alekiy commented Jan 9, 2015

We are facing the same problem. The UID in brackets after the display name would be nice. 👍

@blizzz
Copy link
Contributor

blizzz commented Jan 9, 2015

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.

@jancborchardt
Copy link
Member

So – can we show the avatars next to the name? Both in the share dialog and in the autocomplete dropdown would be good.

@PVince81
Copy link
Contributor

Avatars are already displayed now in 8.1.1
But if the users have no avatar, then you'd see both "Thomas Müller" with a "T" avatar, wouldn't help much.

@jancborchardt
Copy link
Member

Closing this in favor of the newer issue #20291

@lock lock bot locked as resolved and limited conversation to collaborators Aug 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants