-
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] It´s not possible to distinguish with whom you have shared something #20291
Comments
@jancborchardt @owncloud/designers |
@MTRichards this is important for clients development. We plan to show on the mobile apps and client the same user id as the one on the webinterface fyi @rullzer @davivel @masensio @ggdiez @javiergonzper @nasli |
The username shows on hover. In addition, to clear up this edge-case, we could show the username of people where the display name is duplicate in parentheses after the display name like so:
But only when there is a case of duplicate display names as this should be very rare. |
Concur with Jan's answer if we can. |
Does the API also need to respond with both the username and display name so mobile and desktop can take advantage of it? |
Already does 😉 |
got it! thanks |
00004123 |
API: #18234 |
Correct. Therefore I would like to add either the full user object (and the handle this in the frontend) or and alternative more verbose label for the case there are multiple same labels. |
Btw, this is actually a duplicate of #8194 from last year where I suggested exactly the same thing. ;) |
@jancborchardt so just to be perfectly clear. Assume we have 3 users:
And I share with all those users it whould show up as
|
Yep. Then of course we should also eventually have some system for mail address verification and ensuring it’s unique – see #7326 |
@rullzer wait – actually I think it should always be the user id, not the email address. As that can be confused with the remote sharing ID. |
Sure, but that is a separate issue
This will break in case of LDAP since that is an internal ID. That can be pretty random. |
@rullzer I like the solution. Good results guys. |
there is definitely an internal unique user ID, but the username and display ID are usually not so crazy...if I recall. |
Guys this seems like a feature request a, I wrong? |
Correct (see the enhancement label in the sidebar ;)) |
If I sum this up, the same displayname shows up as the same person, and you can't tell them apart. Therefore, we do as @rullzer suggested with displayname, email if available, username in that order. If the UID is the username, that sucks but what else can we use? For federated sharing, can we used the name of the remote server before username? |
Well we at least know, that it is the same user. and then there should be only one user with this UID === username combination |
I just took over the case 00004123 in SFDC, and its referred to this issue.
I'm reading the customers request and he asked it since oC6, Other customers have a similar solution with second display name like: https://github.com/owncloud/enterprise/issues/690 and https://github.com/owncloud/enterprise/issues/1088 In this case is Shibboleth an additional factor, I'm not sure if that is a difference |
Okay. 9.0 will contain a workaround. I think we nevertheless should handle this properly in the client side. I will open a ticket on this. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
STEPS:
1.- Create 2 users, user1 and user2
2.- login as user1 and change its full name to user
3.- login as user2 and change its full name to user
4.- login as admin and select to share a file with user
CURRENT BEHAVIOR:
You don't know with whom user you are sharing something
EXPECTED BEHAVIOR:
Be able to distinguish the user with whom you have share.... ui input needed!
The text was updated successfully, but these errors were encountered: