You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(admin+spaces): version rollback, post-update reload, openable space files
Admin rollback — a "Previous versions" panel lists recent commits and can
restore the deployment to any earlier one. It reuses the self-update path
(GET /admin/version/history, POST /admin/rollback with an ancestor-only
SHA guard; self-update.sh honours UPDATE_TARGET_REF) so the build,
health-check and auto-rollback-on-failure all apply.
Post-update reload — when an admin starts an update/rollback, the panel
reloads the page once it succeeds (the API is now on the new build), which
also surfaces the "What's new" dialog. The dialog stays silent after a
rollback (current build is an ancestor of what the user last saw).
Shared Spaces: open & edit files — space files now open in the in-app
viewer (image/PDF/audio/video/text/markdown/html); editors get an editable
text surface that re-uploads in place (versioned), mirroring the Drive.
Docs — in-app docs gain a "Shared Spaces" section and updated "Updates"
notes (auto-update, rollback, What's new); API.md clarifies that vaults and
shared spaces are out of scope for the token REST API / WebDAV.
0 commit comments