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

Implement is_authorized() in auth manager #33213

Merged
merged 27 commits into from
Sep 25, 2023

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    b34afaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    954c78f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a35538 View commit details
    Browse the repository at this point in the history
  4. Simplify authorization

    vincbeck committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f6e0f82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4125166 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Fix static checks

    vincbeck committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1586272 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    fc738f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f1da42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b0b8b8 View commit details
    Browse the repository at this point in the history
  4. Create an enum ResourceType

    vincbeck committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1106dc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Aug 31, 2023

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

Commits on Sep 1, 2023

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

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

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

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    78b5ecb View commit details
    Browse the repository at this point in the history
  2. Apply suggestion by @uranusjr

    vincbeck committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0461edb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d143a94 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    vincbeck committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    10fc281 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Use select()

    vincbeck committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5901a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d7060 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

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

Commits on Sep 12, 2023

  1. Remove cast

    vincbeck committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2212bec View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    7e56ba5 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    vincbeck committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6794540 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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