What's Changed
Note: OIDC changes require config update.
New Features
- Added code highlights to the text editor and enabled the text editor for all Ascii files under 25MB
- Motion previews for videos -- cycles screenshots of videos. #588
- Optionally reset default admin username/password on startup, to guarantee a username/password on startup if needed. Use by setting
auth.resetAdminOnStart
true #625
Notes:
- Updated translations everywhere. #627
- Office viewer is now full-screen with a floating close button. #542
- OIDC config additions
issuerUrl
is required now to get relevant OIDC configurations.disableVerifyTLS
optionally disables verifying HTTPS provider endpoints.logoutRedirectUrl
optionally, redirect the user to this URL on logout.- Other URL config parameters are no longer accepted -- replace with issuerUrl.
- Admins are allowed to change user login methods in user settings when creating or updating users.
- Hide header when showing only office #542
BugFixes:
- Editor save shows a notification
- Preview settings are resetting on startup
- Not all languages show correctly #623
- scopes sometimes reset on startup #636
- Update the save password option
New Contributors
Full Changelog: v0.7.2-beta...v0.7.3-beta