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

Add a method to get all users with access to a file in OCP #38946

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 14, 2024

  1. feat: Add a method to get all users with access to a file in OCP

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    cb2495a View commit details
    Browse the repository at this point in the history
  2. fix: Remove /user/files prefix from paths in comment activities

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8f0b7ce View commit details
    Browse the repository at this point in the history
  3. feat: Use the new OCP method to get user with access to a file

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fd8c6ac View commit details
    Browse the repository at this point in the history
  4. fix: Use getRelativePath for relative path in activity listeners

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8977e4e View commit details
    Browse the repository at this point in the history
  5. fix: Split in getReadablePathByUserForFileId and getReadableNodesByUs…

    …erForFileId
    
    Optimises further and avoid duplicate code for all activity listeners
    
    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    c1c40ff View commit details
    Browse the repository at this point in the history