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

bugfix: Role "file-editor" does not have resharing permissions #4336

Merged
merged 2 commits into from
Nov 14, 2023

Commits on Nov 14, 2023

  1. Remove libregraph specific role definitions and conversions

    The idea is to move them to the graph service to get them closer to
    where they're actually used.
    rhafer committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a86cf70 View commit details
    Browse the repository at this point in the history
  2. bugfix: Role "file-editor" does not have resharing permissions

    Similar to the generich "editor" role the "file-editor" should have resharing
    permissions.
    
    When creating an "editor" file share using `ocs`. `ocs` already adds the `AddGrant`
    permission. This commit just about fixing the mapping of resource permission back to
    the corresponding role.
    rhafer committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8cc3b38 View commit details
    Browse the repository at this point in the history