• v1.11.0 — end-user catalog, access requests, nested groups

    wmantly released this 2026-07-31 05:26:32 +00:00

    Closes the end-user half of the directory: a catalog at / with a 'how to reach
    it' block per resource, self-service access requests, and admin access
    visibility (per-resource counts, and the reverse 'what can this user reach').

    Fixes several paths that were silently returning nothing -- most importantly
    GET /api/discovery/me, which resolved groups from req.user.groups (a property
    that does not exist) and so returned only isPublic resources for every human
    caller.

    Adds nested LDAP groups. The all-in-one image now builds slapd from a pinned
    OpenLDAP master commit for the nestgroup overlay, since no released version
    resolves nesting; the app computes the closure itself against any other server.

    Full suite green in both resolution modes: 215 passed, 2 skipped.

    Downloads