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

Commits on Oct 26, 2023

  1. fix(isLegitimatedForUserId): Setup mountpoints to check file access

    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- committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a8c31ad View commit details
    Browse the repository at this point in the history
  2. enh(IMountManager): Add method to get MountPoint from CachedMountInfo

    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9ed1bbe View commit details
    Browse the repository at this point in the history