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 more granular access control #126

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    da08dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb12812 View commit details
    Browse the repository at this point in the history
  3. Fix backwards compatibility code

    The original code will not allow write access (set via the POST var) to endpoints to which read access is not provided. Before this fix, verify_access would allow write-only access to all endpoints if the POST var was set regardless of read access.
    LifetimeMistake authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7275202 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

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