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 group support for Cipher::get_collections() #4592

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jun 24, 2024

  1. add group support for Cipher::get_collections()

    join group infos assigned to a collection to check
    whether user has been given access to all collections via any group
    or they have access to a specific collection via any group membership
    stefan0xC committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    49d07ed View commit details
    Browse the repository at this point in the history
  2. fix Collection::is_writable_by_user()

    prevent side effects if groups are disabled
    stefan0xC committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    37b2143 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e97088c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9af6f86 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. add collections_v2 endpoint

    stefan0xC committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a74c7bf View commit details
    Browse the repository at this point in the history