Skip to content

v1.7.0

Choose a tag to compare

@wmantly wmantly released this 28 Jul 17:37
· 212 commits to master since this release
6988383

Fixed

  • formAJAX's loading indicator showed literal HTML ("<div class=..."), not a spinner — it passed raw markup to app.messages.action, which HTML-escapes its message by design. Replaced with plain text.
  • POST /api/user/ (create) and PUT /api/user/password had no message field in their response, so the success notification rendered empty. Added messages matching every other route's convention.
  • The user landing on /login with a ?redirect= had no explanation why — happens whenever another app's "Log in with SSO" bounces an unauthenticated user through /oauth/authorize. Now shows a contextual banner explaining what's happening.

Changed

  • Directory: tree view is now the only view (the list/tree toggle is gone) — simpler, one code path.
  • Directory: clicking a resource's name opens its detail modal, not just the pencil/edit icon.

Found via a fresh production install's feedback — see the theta-env v1.13.0 release for the full cross-repo summary.