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

[stable27] fix(isLegitimatedForUserId): Setup mountpoints to check file access #41082

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

mejo-
Copy link
Member

@mejo- mejo- commented Oct 24, 2023

Manual backport of #40482

This fixes workflows on groupfolders, as it will consider access to files in groupfolders.

It also fixes false positives where access to files was limited by other means not taken into account before, e.g. access control.

For postDelete events, check for permissions of the parent folder instead, as the file itself no longer exists.

Fixes: nextcloud/flow_notifications#71

Idea taken from #38946

@mejo- mejo- added the 2. developing Work in progress label Oct 24, 2023
@mejo- mejo- added this to the Nextcloud 27.1.4 milestone Oct 24, 2023
apps/workflowengine/lib/Entity/File.php Dismissed Show dismissed Hide dismissed
apps/workflowengine/lib/Entity/File.php Fixed Show fixed Hide fixed
@mejo- mejo- added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Oct 24, 2023
@mejo-
Copy link
Member Author

mejo- commented Oct 24, 2023

Manually tested on stable27.

@mejo-
Copy link
Member Author

mejo- commented Oct 24, 2023

/backport to stable26

@juliushaertl juliushaertl added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Oct 25, 2023
This fixes workflows on groupfolders, as it will consider access to
files in groupfolders.

It also fixes false positives where access to files was limited by other
means not taken into account before, e.g. access control.

For postDelete events, check for permissions of the parent folder
instead, as the file itself no longer exists.

Fixes: nextcloud/flow_notifications#71

Signed-off-by: Jonas <jonas@freesources.org>
@mejo- mejo- merged commit c7403d4 into stable27 Oct 26, 2023
37 checks passed
@mejo- mejo- deleted the backport/40482/stable27 branch October 26, 2023 22:26
@blizzz blizzz mentioned this pull request Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug feature: workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants