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

KnowBug: Sharing with a group who have the same name then an user #13

Open
ghost opened this issue Oct 21, 2013 · 0 comments
Open

KnowBug: Sharing with a group who have the same name then an user #13

ghost opened this issue Oct 21, 2013 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Oct 21, 2013

Hi,
inside oc_share table in share_with there is no distinction between groups name and users name.

In front of that, mailnotify will behave like this :

if (it's a group name)
        list all users of the group, 
        then send them the notification. 
else if (it's a valid user UID)
        send him the notification.

So, alice and bob are inside the group foo,
then a user named foo register.

use case 1

if admin share and edit a file shared with the group foo, the users alice and bob will receve the notification.not user foo

use case 2

if admin share and edit a file shared with the user foo, the users alice and bob will receve the notification. not user foo.

In bolth case if foo user is member of the foo group he will receve notification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants