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 support for multi level permissions in can() #1227

Closed
wants to merge 5 commits into from

Commits on Nov 9, 2024

  1. Update check wildcard match

    takes into consideration multilevel permissions.
    bgeneto authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    4db173c View commit details
    Browse the repository at this point in the history
  2. Update check for wildcard matching

    takes into consideration multiple permissions levels
    bgeneto authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    9eeed0c View commit details
    Browse the repository at this point in the history
  3. added testCanNestedPerms test

    test to check multi level permissions properly
    bgeneto authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    d7f42f9 View commit details
    Browse the repository at this point in the history
  4. add support for multi level permissions in can()

    when using asterisk (*) to give user/group permissions, only one level permissions are supported by can(). This resolves #1224
    bgeneto committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    fe3215f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    fa1e256 View commit details
    Browse the repository at this point in the history