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

feat: member and user administrative overview #1899

Merged
merged 3 commits into from
Sep 11, 2024

Commits on Sep 4, 2024

  1. chore: simplify admin access to modules by introducing admin resources

    This only handles top-level access, all sub-permissions/acls have to be manually
    defined in their respective resources.
    tomudding committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ffa2c15 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. fix: trailing slash for admin route

    Do not know how I did not catch this during GEWISGH-1885.
    tomudding committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    abeeb8c View commit details
    Browse the repository at this point in the history
  2. feat: add member + user overview table

    Contains all information from members (and their associated users) for debugging
    purposes.
    tomudding committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1a7115e View commit details
    Browse the repository at this point in the history