Skip to content

Conversation

@juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Dec 30, 2025

Required for nextcloud/server#57158

Signed-off-by: Julius Knorr <jus@bitgrid.net>
Signed-off-by: Julius Knorr <jus@bitgrid.net>
@grnd-alt grnd-alt force-pushed the chore/share-provide-get-users branch from 54c280c to 709e23b Compare January 15, 2026 10:54
@github-project-automation github-project-automation bot moved this to 🧭 Planning evaluation (don't pick) in 📝 Office team Jan 15, 2026
@grnd-alt grnd-alt moved this from 🧭 Planning evaluation (don't pick) to 🏗️ In progress in 📝 Office team Jan 15, 2026
@grnd-alt grnd-alt force-pushed the chore/share-provide-get-users branch 2 times, most recently from 62c7981 to 22f8473 Compare January 15, 2026 15:27
@grnd-alt grnd-alt marked this pull request as ready for review January 15, 2026 15:28
Signed-off-by: grnd-alt <git@belakkaf.net>
@grnd-alt grnd-alt force-pushed the chore/share-provide-get-users branch from 22f8473 to dfe25f2 Compare January 15, 2026 16:38
Copy link
Member

@icewind1991 icewind1991 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the circles handling it looks good and seems to work as expected

Comment on lines +33 to +38
if ($acl->getType() === IShare::TYPE_GROUP) {
$group = $this->groupManager->get($acl->getParticipant());
foreach ($group->getUsers() as $user) {
$this->eventDispatcher->dispatchTyped(new UserShareAccessUpdatedEvent($user));
}
} else {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be missing circles handling?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🏗️ In progress

Development

Successfully merging this pull request may close these issues.

5 participants