v0.7.12-beta

gtsteffaniak/filebrowserv0.7.12-betaJul 5, 2025by gtsteffaniak

AI Summary

This release introduces significant changes to source management - sources are no longer automatically enabled for users and Filebrowser no longer requires a default source. The update also adds a deleteWithoutConfirming setting, more minimal UI options, and sidebar customization features, along with several bug fixes.

Key Highlights

  • Sources no longer automatically enabled for users - requires explicit addition or defaultEnabled config
  • Filebrowser no longer requires a default source - users can be created without any sources
  • New deleteWithoutConfirming setting for quick file deletion (not folders)
  • Sidebar customization section added to profile settings
  • Disables changing login type fallback behavior

Breaking Changes

  • Sources are no longer automatically enabled for any user - must be added per user or via defaultEnabled config
  • Filebrowser no longer requires a default source
  • Login type fallback behavior change is disabled

New Features

  • New setting: deleteWithoutConfirming - allows quickly deleting files without confirmation (does not apply to folders)
  • More options for minimal UI
  • Dedicated section for sidebar customization in profile settings
  • Optional sidebar actions for upload/create
  • Uses calculated index size as 'used' and total partition size as 'total'
  • Refresh page after file actions
  • Improved user PUT handler for easier API modification

Full Release Notes

Happy 4th of July!

The most noteworthy change is that no sources will be automatically enabled for any user. In order for a user to use a source, it needs to be added for that user. Or to keep a source available for all users, you can specify `defaultEnabled` in the source config to maintain the same behavior. See the wiki

 **New Features**:
 - setting added `deleteWithoutConfirming`, useful for quickly deleting files -- does not apply to folders.
 - more options for minimal UI https://github.com/gtsteffaniak/filebrowser/issues/745
 - dedicated section for sidebar customization in profile settings https://github.com/gtsteffaniak/filebrowser/issues/437

 **Notes**:
 - Filebrowser no longer requires a default source, users can be created without any sources.
 - Disables changing login type fallback behavior https://github.com/gtsteffaniak/filebrowser/issues/620
 - Uses calculated index size as "used" and total partition size as "total" https://github.com/gtsteffaniak/filebrowser/issues/875
 - Select multiple won't show up in context menu when using a desktop browser (with keyboard), opting for keyboard shortcuts
 - Updated translations that were not complete, such as simplified chinese https://github.com/gtsteffaniak/filebrowser/issues/895
 - larger min drop target size https://github.com/gtsteffaniak/filebrowser/issues/902
 - refresh page after file actions https://github.com/gtsteffaniak/filebrowser/issues/894
 - improved user PUT handler for easier user modification via API https://github.com/gtsteffaniak/filebrowser/issues/897
 - optional sidebar actions for upload/create https://github.com/gtsteffaniak/filebrowser/issues/885

 **BugFixes**:
 - fix delete in preview when moving between pictures. https://github.com/gtsteffaniak/filebrowser/issues/456
 - getting file info issue when indexing is disabled.
 - fixed initial sort order https://github.com/gtsteffaniak/filebrowser/issues/551
 - incorrect filename Drag and Drop fixes https://github.com/gtsteffaniak/filebrowser/issues/880
 - fix share duration always showing just now https://github.com/gtsteffaniak/filebrowser/issues/896