v1.5.3-beta

gtsteffaniak/filebrowserv1.5.3-betaAug 1, 2026by gtsteffaniak

AI Summary

A bug-fix oriented release addressing authentication flows, specifically correcting how the logout button redirects users and handling expired sessions.

Key Highlights

  • Fixed the `canShare` probe to use the actual file type instead of a fallback text/plain.
  • Corrected logout redirection to honor the baseURL/externalUrl.
  • Fixed automatic redirect to login when an authenticated request returns a 401 status.

Full Release Notes

## What's Changed

 **BugFixes**:
 - fix probe canShare with the real file, not a fixed text/plain stand-in (#2664)
 - When the logout button is pressed, the user is redirected to an invalid URL that does not honor baseURL / externalUrl (#2657)
 - fix redirect to login when an authenticated request returns 401 (expired session) (#2679)

## New Contributors
* @myUdav4iik made their first contribution in https://github.com/gtsteffaniak/filebrowser/pull/2664
* @e-tang made their first contribution in https://github.com/gtsteffaniak/filebrowser/pull/2679

**Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v1.5.2-beta...v1.5.3-beta