From 8cee583da367867c161e7758cf04924514b8a333 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 29 Jul 2026 22:12:30 -0400 Subject: [PATCH] Release 1.8.0: page width standardization, card layouts, external-user marking --- CHANGELOG.md | 11 +++++++++++ nodejs/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6508d16..c1ed48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ correspond to git tags (`vX.Y.Z`) and `nodejs/package.json`'s `version`. ## [Unreleased] +## [1.8.0] - 2026-07-28 + +### 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 ``s to the card-grid convention** already used on the Groups page. +- `@simpleworkjs/frontend` bumped to `^0.2.7`. + ## [1.7.0] - 2026-07-28 ### Added diff --git a/nodejs/package.json b/nodejs/package.json index a860baa..0ef6d99 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "proxy-api", - "version": "1.7.0", + "version": "1.8.0", "author": [ { "name": "William Mantly",