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

(User roles) Create useNavigation hook and extract scopes to constants #7741

Merged
merged 19 commits into from
Oct 18, 2024

Commits on Oct 7, 2024

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

Commits on Oct 8, 2024

  1. Update scopes to use constants rather than magic strings

    Strings are vulnerable to typos so constants are safer
    tumbledwyer committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    97c2231 View commit details
    Browse the repository at this point in the history
  2. Add missing test

    tumbledwyer committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    786bf15 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

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

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    90274e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe1fe17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31864ef View commit details
    Browse the repository at this point in the history
  4. Use hook for NavItem access in Navigation

    Used scope constants in authorization
    tumbledwyer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a4daf0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb68994 View commit details
    Browse the repository at this point in the history
  6. Add licence header

    tumbledwyer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f5436ff View commit details
    Browse the repository at this point in the history
  7. Add missing scope

    tumbledwyer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7c14348 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4519746 View commit details
    Browse the repository at this point in the history
  9. Remove unused scopes

    tumbledwyer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a4369d8 View commit details
    Browse the repository at this point in the history
  10. Fix linting

    tumbledwyer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8c4ce55 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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

Commits on Oct 16, 2024

  1. Add missing scopes

    tumbledwyer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2f6ea10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82de107 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cf5a4e View commit details
    Browse the repository at this point in the history
  4. Fix merge issues

    tumbledwyer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b1e3a32 View commit details
    Browse the repository at this point in the history