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

Support t and x in ACEs #4685

Merged
merged 4 commits into from
May 21, 2024
Merged

Support t and x in ACEs #4685

merged 4 commits into from
May 21, 2024

Commits on May 16, 2024

  1. Support t and x in ACEs

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic authored and rhafer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cf1275d View commit details
    Browse the repository at this point in the history
  2. the uploader role is actually VERY similar to editor

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic authored and rhafer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c451d8e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Revert changes to "uploader" role and introduce "editor-lite"

    The "uploader" role is really meant to be an upload-only role. It is use
    e.g. to assemble the permissions for a "secret-file-drop" public link.
    
    To reflect the needs for the Uploader user-sharing role, which is
    allowed to upload/download but not delete, we now introduce the
    "editor-lite" role.
    rhafer committed May 21, 2024
    Configuration menu
    Copy the full SHA
    916ef34 View commit details
    Browse the repository at this point in the history
  2. Update pkg/conversions/role.go

    Co-authored-by: kobergj <juliankoberg@googlemail.com>
    butonic and kobergj authored May 21, 2024
    Configuration menu
    Copy the full SHA
    e9f231c View commit details
    Browse the repository at this point in the history