-
Notifications
You must be signed in to change notification settings - Fork 183
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 notifications broken for "group-only" shares #4703
Labels
Milestone
Comments
micbar
added
the
Priority:p2-high
Escalation, on top of current planning, release blocker
label
Sep 28, 2022
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
Sep 28, 2022
'ShareCreated' events for group shares have an empty GranteeUserID attribute. We need to lookup the GranteeGroup to get the Grantee Name for the notification mail Partial Fix: owncloud#4703
rhafer
added a commit
to rhafer/reva
that referenced
this issue
Sep 28, 2022
rhafer
added a commit
to rhafer/reva
that referenced
this issue
Sep 28, 2022
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
Sep 29, 2022
'ShareCreated' and 'SpaceCreate' events for group shares have an empty GranteeUserID attribute. We need to lookup the GranteeGroup to get the Grantee Name for the notification mail Partial Fix: owncloud#4703
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
Sep 29, 2022
For looking up group members we need to pass an authenticated reva context via the notification interface. We use the share owner's context that we generated when stating the share target. Fixes: owncloud#4703
rhafer
added a commit
that referenced
this issue
Sep 29, 2022
'ShareCreated' and 'SpaceCreate' events for group shares have an empty GranteeUserID attribute. We need to lookup the GranteeGroup to get the Grantee Name for the notification mail Partial Fix: #4703
rhafer
added a commit
that referenced
this issue
Sep 29, 2022
For looking up group members we need to pass an authenticated reva context via the notification interface. We use the share owner's context that we generated when stating the share target. Fixes: #4703
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
When creating sharing a resource with only groups in the sharees list. Multiple things go wrong in the notification service:
nil
UserId in theGetUserRequest
-> This needs to be fixed in the reva user providerSpaceShared
eventsThe text was updated successfully, but these errors were encountered: