v3.2.4
This is the first formal release of an accumulated updates on a lot of features and the new UI.
For the accumulated change log, please see v3.2.0 to v3.2.3 change logs.
(The SNI disable function per http-proxy rule is still work in progress. I guess we have to stick with the outer-most TLS/SSL tab for configuring TLS settings for now until a new maintainer for the ACME module is found)
Change Log
- Updated
SYSTEM_VERSION
from 3.2.3 to 3.2.4 insrc/def.go
. - Fixed issues
- OIDC/OAuth2 redirection behavior #695: added logic to handle full URLs during redirection.
- Changed default address prefix for UDP forwarding from 127.0.0.1 to 0.0.0.0 in
ForwardUDP
. - Reorganized SSO settings UI in
src/web/components/sso.html
- Removed experimental feature message.
- Introduced tab-based navigation for Forward Auth, OAuth 2.0, and Zoraxy SSO (currently not implemented).
- Improved imports in
src/mod/auth/sso/oauth2/oauth2.go
: removed duplicate lines to enhance readability.