v0.7.3-beta
gtsteffaniak/filebrowserv0.7.3-betaMay 15, 2025by gtsteffaniak
AI Summary
This beta release adds video motion previews, enhances the text editor with code highlighting for Ascii files under 25MB, and introduces an optional admin password reset on startup. It also includes significant OIDC configuration changes requiring issuerUrl and includes various bug fixes and UI improvements like a full-screen office viewer.
Key Highlights
- Motion previews for videos that cycle through screenshots
- Text editor now supports code highlighting and works with all Ascii files under 25MB
- Optional admin password reset on startup via auth.resetAdminOnStart config
- OIDC configuration now requires issuerUrl (breaking change)
- Office viewer now full-screen with floating close button
Breaking Changes
- OIDC: issuerUrl is now required to get relevant OIDC configurations
- OIDC: Other URL config parameters are no longer accepted - must use issuerUrl instead
New Features
- Code highlighting in text editor
- Text editor enabled for all Ascii files under 25MB
- Motion previews for videos (cycles screenshots)
- Optional reset of default admin username/password on startup (auth.resetAdminOnStart)
- OIDC: disableVerifyTLS option to optionally disable HTTPS verification
- OIDC: logoutRedirectUrl option to redirect users on logout
- Admins can change user login methods when creating or updating users
- Full-screen office viewer with floating close button
- Hide header when showing only office documents
- Updated translations across the application
Full Release Notes
## What's Changed Note: OIDC changes require [config update](https://github.com/gtsteffaniak/filebrowser/wiki/Configuration#example-openid-connect-configuration-oidc). **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. https://github.com/gtsteffaniak/filebrowser/issues/588 - Optionally reset default admin username/password on startup, to guarantee a username/password on startup if needed. Use by setting `auth.resetAdminOnStart` true https://github.com/gtsteffaniak/filebrowser/issues/625 **Notes**: - Updated translations everywhere. https://github.com/gtsteffaniak/filebrowser/issues/627 - Office viewer is now full-screen with a floating close button. https://github.com/gtsteffaniak/filebrowser/issues/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. - https://github.com/gtsteffaniak/filebrowser/issues/618 - https://github.com/gtsteffaniak/filebrowser/issues/617 - Hide header when showing only office https://github.com/gtsteffaniak/filebrowser/issues/542 **BugFixes**: - Editor save shows a notification - Preview settings are resetting on startup - Not all languages show correctly https://github.com/gtsteffaniak/filebrowser/issues/623 - scopes sometimes reset on startup https://github.com/gtsteffaniak/filebrowser/issues/636 - Update the save password option - https://github.com/gtsteffaniak/filebrowser/issues/587 - https://github.com/gtsteffaniak/filebrowser/issues/619 - https://github.com/gtsteffaniak/filebrowser/issues/615 ## New Contributors * @filerun made their first contribution in https://github.com/gtsteffaniak/filebrowser/pull/629 **Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v0.7.2-beta...v0.7.3-beta