github gtsteffaniak/filebrowser v1.1.0-stable

8 hours ago

What's Changed

This update brings all 1.1.4 beta changes to stable.

New Features:

  • toggle to show searching results with thumbnails #1545
  • Added tools
    • file size analyser -- quickly show the largest files in an interactive graphical chart
    • duplicate finder -- find probable duplicate files larger than 1MB
    • material icon picker and previewer
  • Listing View Style updates
    • Status bar for listing view #1459
    • Duration field shows up if media is shown with duration
    • More dynamic view modes with additional styling changes
    • Total display modes consolidated into 3 main groups: list, gallery, normal. "icon" and "compact" mode exist as views based on display size setting.
  • Customizable sidebar links
    • Logged-in users can have their preferences saved and synced
    • Can rearrange, add custom links, and save your preferences.
    • Can customise shares with their own custom sidebar links.
  • Dynamic scopes for OIDC #1414 #1363
  • Share and Access Rules validation
    • If a file/path is moved/renamed in UI, its rules and shares will always follow.
    • If a file/path is moved/renamed outside UI, a warning message will show andthe ability to associate with the new path
  • Cascade delete access in Access Management when deleting a User #1347
  • Enhanced notifications #1331
    • Added "toast" notification type support -- most success messages show as toast now.
    • multiple stacked notifications possible
    • notification button support, such as clicking to open a folder after moving a file.
    • notification history (not including toasts)
    • Add swipe and visual timeout to notifications #1600
  • Choose different bind IP via server.listen #1573
  • Allow disabling clearing cache each startup via server.cacheDirCleanup: false in config #1576

Notes:

  • file list has loading spinner to help prevent double click issues and give better feedback
  • improved cacheDir startup checks
    • warning for slow read/write speeds below 50MB/s
    • warning for low free space below 20GB
    • warning if read/write latency is slow
    • fatal for any errors reading or writing to the directory
    • links to official docs for more info
  • access rule changes:
    • denied folders won't show up in parent directory listing view (#1684)
    • tools will respect access rules
    • shares will check access rules based on user that created the share
  • continue create user dir scope even if filesystem path creation fails #1509
  • access control cache is cleared more aggresively to ensure no delay
  • removed default .ico favicon in favor of .svg

BugFixes:

  • passwords with special characters not working properly (#1648)
  • Fix/Improve some behaviors in nextPrevious (#1707)
  • Files recognized as folder if they have the same name as previously deleted folders #1697
  • multi logger support issue #1701

Full Changelog: v1.0.3-stable...v1.1.0-stable

Don't miss a new filebrowser release

NewReleases is sending notifications on new releases.