Skip to content

v1.6.6

Choose a tag to compare

@BetaHydri BetaHydri released this 22 Jul 14:10
· 13 commits to main since this release

Fixed

  • Web UI (and API) returned a generic HTTP 500 (The term 'Get-OdjFormBody' is not recognized).
    Pode route/auth handlers execute in separate runspaces that only auto-import functions defined
    in the entry-point script itself. The audit-logging and HTML-builder helpers live in separately
    dot-sourced files (OfflineJoinLogging.ps1, OfflineJoinWebUi.ps1), so their functions were
    invisible to those runspaces. The helper scripts are now registered via Use-PodeScript, which
    imports their functions into every runspace.
  • Added Pode terminal error logging (Enable-PodeErrorLogging) so unhandled route/auth exceptions
    are surfaced on the console instead of only a bare 500.

Changed

  • docs/quickstart.md, docs/schnellstart.md: corrected the WindowsAd auth description - the
    standalone mode serves a hosted HTML sign-in form (backed by a server-side session cookie),
    not HTTP Basic.

Upgrade

Re-extract this release over C:\Install\CrossForestOfflineJoin-main (or your runtime folder)
and restart the service. No configuration changes are required.