github gtsteffaniak/filebrowser v1.4.2-beta

pre-release7 hours ago

What's Changed

Note

If you are running behind a proxy, please update your trusted headers to have the rate limits and logging apply correctly.

See updated docs and example new http config:

http:
  disableRateLimit: false # enable if you don't want rate limiting for auth routes.
  trustedHeaders:
    - X-Forwarded-For
    - X-Real-IP

Security:

New Features:

  • read-only source configuration via source.config.readOnly: true (#2438)

Notes:

  • auth rate limiting can be disabled via auth.disableRateLimit
  • updated share hash middleware (#2443)
  • updated source info popup to include private and readOnly properties

BugFixes:

  • Logout from share page now redirects to the share instead of /Login again. (#2245)
  • This location cannot be reached error when navigating with FileTree in shares. (#2245)
  • Fix FileTree rename and move actions in previews. (#2245)
  • Delete prompt not showing date and thumbnails in some previews. (#2245)
  • fix path slash issue on windows (#2451) (#2433) (#2419)
  • Always force url rewrite for onlyoffice internal URL. Fixes Error saving with OnlyOffice (#2450)
  • Overriding a Deny with an Allow not working (#2405) (#2483)

Full Changelog: v1.4.1-beta...v1.4.2-beta

Don't miss a new filebrowser release

NewReleases is sending notifications on new releases.