Skip to content

v1.8.0

Choose a tag to compare

@wmantly wmantly released this 30 Jul 02:14
· 46 commits to master since this release
2bfba93

Added

  • Users backed by SSO/OIDC login are now marked "External (SSO)" and read-only: their password-change control is hidden, and PUT /password/:username rejects with 403 server-side. Deletion stays allowed. Redis user-backend only.
  • app.util.revealItem() (shared app-base.js): scrolls a just-added/-edited element into view and flashes its background. Wired into the Users/Permissions create flows.

Changed

  • All pages now wrap their content in a standard-width container, matching sso-manager-node instead of rendering full-bleed.
  • Users and Permissions pages converted from bare <table>s to the card-grid convention already used on the Groups page.
  • @simpleworkjs/frontend bumped to ^0.2.7.