All notable changes to this project will be documented in this file. For commit guidelines, please refer to Standard Version.
BugFixes:
- head > title > infinitely duplicating titles (#2016)
- Proxy auth not working with Nginx, stuck at logo (#2013)
Security:
Notes:
- Dependency Updates for frontend and backend packages
- Upgrade to go 1.26
- file list prompt interaction behavior, single-click always selects, double-click navigates. (#1911)
BugFixes:
- .ssa and .ass subtitle files get their styling removed during conversion (#1933)
- custom icons issue
- new database message for noauth (#1935)
Notes:
- Changed
/api/media/subtitlesapi endpoint to better support subtitles. - Correcting some errors in French language (#1947)
- add Dutch
nl.jsonfor frontend i18n -- thanks @Stephan-P (#1957) - share banner and icon images automatically serve a scaled down 1024x1024
BugFixes:
- Can't access directories with space (and possibly other special characters) when browsing a public link share (#1956)
- External ASS subtitles are not usable in web preview (#1933)
- Filename blocking rename/move (#1950)
- enforcedOtp: true blocks all user settings updates with HTTP 400 (#1962)
- Share favicon URL not showing up and Share description causing endless loading (#1911)
- folder sizes not updated for changes to filesystem outside of filebrowser (#1974)
Notes:
- Removed upload api behavior to assume paths ending in "/" are folders, strictly uses isDir query param
- renamed public upload api query param from
targetPathtopath. see swagger docs.
BugFixes:
- fix stuck motion preview popup window issue
- Chunked uploads ignore User Scope and are saved to Source Root (#1894)
- share delete with user scope issue
- fix favicon pwa icon, having the PWA respect the favicon/loginIcon (#1899)
- delete prompt icons show image previews
New Features:
- Resizable sidebar (#1896)
- OIDC Authentication: Change Button Text via
frontend.oidcLoginButtonText(#1708) - improved favicon processing (#1899)
- supports more formats
- supports larger images
- automatcially generates multiple favicon sizes on startup for non-svg images. Custom svg favicons need a companion *.png to exist broad compatibilty
- Enhanced media playback: Ability to control the queue from your device's lock screen and notification panel - Will also show metadata of the current playing media if available (#1917)
Notes:
- Better text file content detection (#1726)
- More url encoding changes for API which should make things more consistent. Open issues if you see path/source not found errors.
- adjustments to the startup behavior for sqlite index for reusing the previous database on startup
- CTRL + B disables sticky sidebar forever (#1869)
- added context menu back to duplicate finder
- Sharing a link for uploads - folder/file access and UX polishing (#1902)
- improved listing view and scrolling performance
- improved image viewer which will utilize recent thumbnails as a placeholder when loading the full image.
- Small reorganization of "Share" settings to make the popup clear (#1826)
BugFixes:
- Added docker default
FILEBROWSER_CONFIG="/home/filebrowser/data/config.yaml"back -- mistakenly removed. see https://filebrowserquantum.com/en/docs/getting-started/config/#3-default-locations. (#1891) - Fix brand text in login screen (#1898)
- Sidebar links cointains urls with 2x repeated source name (#1847)
- 2 factor auth getting overwritten if you edit the auth from admin (#1819)
- New created user's files are listing error, Probably related with language setting. (#1565)
- thumbnail generation cpu/memory and concurrency bug.
- added 75MB filesize limit for image previews
- optimized concurrency for large vs small images
New Features:
- Global disable onlyoffice editor via "*" file option to disable all files for a specific user. (#1533)
Notes:
- upgraded imaging package and improved thumbnail generation performance. (#1797) (#1850)
- updated download api to use repeated
filequery param for path instead offileswith comma. See swagger for details (#1881)
BugFixes:
- OnlyOffice stopped working after 1.2.0 upgrade due to download api changes
- Search result link to wrong path when search context other than / (#1863)
- File actions doesn't work if using user scopes (#1879)
- Drop items into folders doesn't work (#1860)
- duplicate finder context menu (#1862)
- File list in previews doesn't show the parent items (#1861)
This is a major version update with many code changes which could cause unexpected behavior. Upgrades should proceed with caution and report any undesriable behavior by opening an issue on github. The index is now fully in sqlite database - see Indexing Overview for more information.
Sorry for the delay -- a lot of effort went into this release, specifically about fine-tuning sqlite indexing. It took me a long time to iron out the behavior, but it should be mostly there now. Enjoy and report any issues as always :)
New Features:
- SQLite-based indexing
- reduced memory usage, higher CPU and IO usage.
- index persistence between restarts (requires persistent cacheDir)
- new tool - "realtime file watcher" low latency if user has realtime permissions (#917)
- Access control works with individual files too
- conditionally hide symbolic links as indexing rule config (#1540)
- External applications can connect to filebrowser over webDAV (#209) (#1764)
- make breadcrumbs act as a drop area (#1785)
- search multiple sources at once (#848)
- file uploads resume from bad internet connection #1599
- chunked downloads - fix for 524 errors on cloudflare #1502
- made size calculation consistent: defaults to "size on disk" style to mimic "du -sh", and allows config
source.config.useLogicalSize: truefor 0 size folders and actual size file sizes. (#1266) - Feature: allow deleting selected duplicates from duplicate finder (#1659)
- share changes:
- opengraph support for shared links
- Allow adding "share settings" option to customizable sidebar links (#1825)
- file picker for share favicon and banner icon
- Allow disabling "Login button" for shares (#1673)
Notes:
server.cacheDirCleanupdefaults tofalseinstead oftrue. For docker, you would still need to mount a cacheDir volume to persist cache between restarts.- indexing rules have been streamlined, see [wiki]. The previous style is deprecated but still functional.
- improved listing load times for directories with metadata -- a two-pass approach. First a fast load to get the listing items, then a second api request to include metadata.
- Enhanced delete prompt
- bulkDelete API added and replaces the delete API for all UI actions. See swagger docs for usage.
- raw download and patch resource api simplified to a single source per request. See swagger docs for usage.
- UserScope function re-organization, if you notice any user scope issues, please open a GitHub issue.
- file upload resume from bad internet connection #1599
BugFixes:
- Source info not properly read from external storage NAS (#1727)
- ensure user requests scopes are strongly enforced (#1789)
- @reddec made their first contribution in gtsteffaniak#1764
- @maximeborges made their first contribution in gtsteffaniak#1849
Full Changelog: https://github.com/gtsteffaniak/filebrowser/compare/v1.1.6-beta...v1.2.0-beta
Notes:
- "showHidden" is now a backend attribute. Shares will NOT show hidden files by default unless configured to.
- improved listing view UI performance, especially for folders with many items. (#1773)
BugFixes:
- SortBy config is not respected when navigating next/previous (#1786)
- unauthenticated users unable to preview files (#1792)
- File permission not correctly applied( #1790)
- API Key loses "download" permission after creation despite being enabled (#1799)
- never exclude root folder (#1749)
- sources with "files" name not showing after 1.1.x update (#1772)
- Symbolic links can't be deleted from webui. (#1566)
- panic: close of closed channel during indexing (#1771)
- Public sharing returns 404 errors for album art (#1792)
- Directories with some symbols in their name "fail to open" (#1808)
Notes:
- Major git container tag request #1756
BugFixes:
- Sharing broken if source
disableIndexing: true(#1742) - Password protected share permission issues (#1729) (#1606) (#1593)
- Sidebar Sliding left (#1737)
- file permissions not working (#1762)
- handle Close() errors in archive creation (#1745)
- Move custom CSS and user-selected theme styles to the end of the body (#1744)
New Features:
- toggle to show searching results with thumbnails #1545
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
BugFixes:
- passwords with special characters not working properly (#1648)
- encoded filename navigation issue (#1711)
- 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
Notes:
- 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:
- indexing used size increases over time #1685
- download progress is not shown #1687
Notes:
- changes to duplicate detector
- temp SQLite database each query to reduce memory pressure
- max limit is 500 groups total
- Downloads from UI requests utf-8 formatted names to support chinese and other characters. Updated swagger docs.
- beta releases no longer publish to
latestdocker tag #1675
BugFixes:
- better index status updates, fixing delays #1649
- fixed long load times for listings with media info due sequential processing of files.
- downloaded files always included
utf-8in filename #1671 - custom sidebar links allow external links like
https://google.com - html title not populated correctly for links #1676
Notes:
- [docker] upgraded ffmpeg 8.0 to 8.0.1
- stricter access control checks on file downloads.
- Wrong translation on Chinese "save" button #1650
- Incorrect Spanish Translations in Folder Creation and Rename Actions #1626
- duplicate file detector has stricter partial checksum match #1617
BugFixes:
- added missing exiftool to docker image for heic conversion orientation support
- v1.1.0-beta - Incorrect naming of 1 file in directory-info #1621
- disable only office viewing settings not applying
- OnlyOffice integration does not work behind proxy authentication #1422
- Newly created users "add on" to defined scope of previous user #1628 #1518
- disable chown on upload / file saving #1469 #1546
- Uploading a file will silently overwrite any existing file with the same name #1564
- share file url issue
- Fix drag and drop and rows in normal view #1651
- Some text based files are not able to edit. #1567
New Features:
- Added tools
- size analyzer -- quickly show largest files in interactive graphical chart
- duplicate finder -- find 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 customize 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 and ability to associate to 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 click to open folder after moving 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: falsein config #1576
Notes:
- more efficient user update actions. Successful PUT actions return only 204 if successful.
- Do not enter directory on "New Folder" action #1343
- Improved indexing performance - individual scanners per directory at root.
- Improved search memory efficiency
- Improved scrolling performance
- Static file handling has been streamlined, could potentially see some changes from this.
- No longer automatically publishing any dev builds to docker
- deprecated "DefaultLandingPage" option -- now determined by first source link in sidebar.
- Improve rename prompt #1608 #1556
BugFixes:
- uploading/editing/saving to password protected shares error
- updating a share with password protection without a password removed the password.
- per-user download counts were not persistant accross restarts
- "Update" button in Chinese wraps incorrectely #1542
BugFixes:
- UserDefault always applies to newly created users #1518
- Updating user's own password sometimes doesn't work
- Anonymous Share link with optional password does not allow downloads #1553
- Share options should go in the meta tags #1511
- Unable to select compression format when downloading multiple files/dir via Share link (v1.0.0) #1557
- fixed sidebar clipping on some browsers like safari
- Files show as Download is not available even though it is #1537
New Features:
- login icon support added via
frontend.loginIconconfig path variable
Notes:
- updated default login icon
- stopped publishing rolling
devdocker tag. - build requirement change -- from node 18 > node 20 with npm 9.0.0+
- version is not shown for unauthenticated users #1444
- adjusted how static assets are served to better handle icon standards
- fixed signup login #1444
- update makefile linker flags to properly set version and sha #1474
- better windows build support --
make setupandmake devwork as long as git is installed on windows - added better first initilization detection
- If filebrowser initialized and does not detect a database, a new warning message in server logs appears.
- If theres no database on start, any admin user's first login will see a welcome message in the ui.
- For docker, it defaults to ./data/database.db, but will also fallback to ./database.db without any additional configuration.
BugFixes:
- Generating multiple HEIC previews in parallel fails #1470
- ? in path not always encoded right #1447
- fixed some condition that the halloween background doesn't load properly
- some comments not showing up on config viewer in settings
Notes:
- Enhanced onlyoffice debugger with more wholistic backend logs
- Updated info prompt styling
- share qr code links to externalUrl for entire share if exists #1329
BugFixes:
- cookie host is set using x-Forwarded-Host to better support reverse proxies.
- HEIC conversion not working #1460
- 'Prevent user changing their password' also prevents admins changing the users password. #1365
- OnlyOffice write problem #1397 #1068
- Conditionals starting with a . seem to not work. #1455
- Last modified in file info is empty #1443
- Share links: 'Default View Mode' does not apply to subfolders. #1463
New Features:
- OnlyOffice debugger now shows backend logs as well for admin users.
- If proxy auth based
usernameequalsauth.adminUsername, the user will be promoted to admin. - Guard against accidently cancelling uploads #1419
- Added a quirky halloween theme that automatically applies on october 31st -- you can disable this from happening by setting
frontend.styling.disableEventThemes
Notes:
- Removed share setting
enableOnlyOfficeEditing-- uses value fromallowEditing - Anonymous users can now edit if a share has edit permissions enabled.
- No "Incompatible user settings detected" message if its first setup
- cookie handling revamped
- fully backend managed
authcookie name changed tofilebrowser_quantum_jwt- auth cookie for password users no longer session based #1439
- removed state jwt state variable -- 100% cookie based.
BugFixes:
- Fixed issue editing onlyoffice on shares #1397
- Added proper and robust logging / error handling for the onlyoffice callback. #1422 #1068
- If a file was moved/renamed/deleted onlyoffice would re-save the original file without error, now it gives error the file doesn't exist anymore.
- OnlyOffice integration does not work behind proxy authentication #1422
- proxy-based authentication with docker does not work unless set up with password-based login first #1226
- Select all bug on safari mobile #1421
- Dragging a item into itself #1446
New Features:
- Add marquee selection to listing view -- thanks @Kurami32 #1388
Notes:
- More changes to login auth flow
- respects
FILEBROWSER_DISABLE_AUTOMATIC_BACKUP='true'env var #1398 - Deprecating
conditionals.hiddeninstead useconditionals.ignoreHidden
BugFixes:
- Fix material outline styling
- "feels lonely here" when clicking at source tab #1387
- Anonymous upload bug 0.8.9 #1383
- changing previews between documents in onlyoffice #1410
- onlyoffice should display user language #1061
- Filebrowser will hard fail when OIDC provider is not found #733
- some API endpoints always return 404 #849
Caution
If you have indexing rules -- such as maxWatchers, neverWatchPaths, exclude rules, include rules, see the migration guide for help.
New Features:
- Playback Queue for media -- thanks @Kurami32 #1339
- Ctrl+b Shortcut to toggle sidebar, open settings, search #1172
- Add a "select all" toggle in the menu #974
- Save on exit text editor -- thanks @srini-abhiram #1334 #1241
- Disabled indexing for subfolders but allow browsing #783
- Added more granular create/upload, delete, and download (includes viewing content) permission #1200 #1199
- Upload settings can be adjusted directly in the upload prompt
- Added paste confirmation prompt when using copy/paste keyboard shortcuts.
- Updated shares
disableDownloadto disable download and (content viewing).allowReplacementsto share permission -- prohibits replacing files on conflict #661- normal shares can create/upload files if given permission
Notes:
- Optimized font and icon loading.
- the next/previous buttons will follow media queue order if playback mode has a queue.
- All new exclude rules -- see full config example
- The order of sources will strictly match order in config.yaml. Default landing page is root first source unless otherwise configured in profile settings.
- Uploading changes #1371
- Chunked uploading can no longer be explicitly disabled, defaults to 5MB chunks
- Automatic chunked/non-chunked uploads based on size. If an item exceeds the chunk size, chunked uploading will occur. If its less than chunk size, no chunked upload.
- To "disable" chunked upload, you an set your chunk size very large -- 0 chunk size will be reset to 5MB.
BugFixes:
- Remember the previous location after closing a preview #1336
- fixed issue related to multi-config parsing #1267
- Cannot save text files, missing button #1326 #1367
- Files are being overwritten and/or content disappears #1312
- moving between items using next/previous will reset the req and show a responsive loading spinner -- fixing several state related issues.
- access management: child folders accessible stopped showing up #1332
- Make source inaccessible if directory does not exist rather than exiting on start #1264
- HTTP Proxy environment gets ignored since version v0.8.6-beta #1324
- album artwork preview not showing on shares
- fixed OIDC logout causing a loop #995 #1361
- fixed checksum failure #1372
- Copy, paste, cut shortcuts don't work and make the UI unusable #1375
New Features:
- Ability to split configuration files via yaml anchoring #1267
- added Init Script Help wiki to examples how you can bootstrap filebrowser quantum programatically
- Add capability to edit files permissions #813
- see updated full config for help using
server.filesystem
- see updated full config for help using
- better copy/move prompt "in progress" indicator
- better login error message feedback
- Add capability to disable certain video previews at server level. See full config for help.
- Added ability to play media in same folder sequentially or shuffled.
- upload/upload only share links. #661
- Default landing directory if no other redirect is found (set profile settings) #781
- share download limit feature can apply per user -- and disables anonymous download when enabled.
- Docker health check #1292
- embedded subtitle support is now disabled by default, can be enabled via
integrations.media.extractEmbeddedSubtitles. Per share configuration is also possible viaextractEmbeddedSubtitlestoggle. This change is because reading subtitles requires processing the entire file, and multi GB video files can take 10-20 seconds.
Notes:
- Some standardized path format changes for access rules to ensure the rules apply. A migration check happens on startup, all rules should still be in effect without any issues, but double check.
- moved
server.debugMediatointegrations.media.debug - optimized thumbnail generation workflow
- more concurrency changes for video thumbnails (now half of the numImageProcessors config)
- 15s timeout added to preview api
- preview operations are cancelled if api request is terminated.
- reduced io overhead for video previews
- you can now disable individual video file previews system wide at server config level (all enabled by default)
BugFixes:
- video plyr dark mode style issue where buttons are black instead of white
- error when running without a config file #1280
- Issue persist in 0.8.7 with Access Management #1282
- all static resources go through /public/static url to fix logout loop #995
- "realtime" Permission of API keys is not working #1141
- "Path not found" when trying to share a file or folder inside a sub-directory #1139
- logout path redirect not working
- 2FA secret error #1305
- console errors during login/logout
- fix scoped user share creation issue #1309
- share close button and navigation issues.
- OnlyOffice source not found when opening shared file #1285
- user scoped onlyoffice error saving files with Onlyoffice #1068
New Features:
- json logging format support
Notes:
- increased overall file size limit to retrieve metadata from 50MB to 300MB #1234
- document previews don't show up as folder previews.
BugFixes:
- Fix directories empty issue when disableIndexing is true #1249
- OIDC to Authentik behind CloudFlare with Bot Fight turned on triggers a JS challenge #1165
- OIDC Auth - loop with expired token #995
- We lost the ability for download all? #1250
- Directories are all empty when disableIndexing is true #1248
- Access Management: issues on the shared folder when there's a sub folder #1208
- user preferences for individual preview file types not getting respected (disable/enable office,image,video)
- High server load when browsing folders with .mkv files #1259
- 2FA can not be disabled with non-admin user #1244
- 2FA not working on login #1243
- Thumbnails of .m4a, .flac, and .opus are not displaying #1234
- creating files/folders with same name overwrite each other #1242
Notes:
- Please remove
indexAbumArtconfig option from your config: it has been deprecated... I found a way to detect album art without impacting indexing performance -- so its default behavior. - Download button should be invisible before password input #1162
- opus files / opus files detected wrongly #1164
- changed autoplay behavior on plyr to not start playing if blocked instead of playing muted.
- QR-Code disappearing / sliding out from shared link #1155
- audio player matches dark/light mode better
BugFixes:
- Copy/Move index update changes to be more thorough and update album artwork #1220 #1219
- fix preview related issues #1225 #1223
- Scrollbar missing on user-edit-prompt in v0.8.5-beta #1221
- copy share download link inconsistency #1207
- fixed some onlyoffice related issues #1192 #1068
- Creating a file, then a folder with the same name makes the folder unusable #1167
- fix plyr issue switching from video to audio via next/previous button.
New Features:
- backend media metadata processing
- significantly improved performance
- album artwork shows in listing view as preview thumbnail Album art thumbnail: display embedded covers of mp3/flac files #925
- folders can show album art if enabled with indexing
server.sources.config.indexAlbumArt:true - removed need for frontend dependancies.
- optional thumbnail support for folders -- uses first child item with thumbnail as cover. Useful in combination with album metadata support to show album covers for folders with music.
- Remember folder view type (and sorting) for each folder #966
- heic is supported in viewer (via ffmpeg conversion) when on non-safari browser. This can be enabled via
integrations.ffmpeg.convert.impagePreview.heic: true#1191 - OnlyOffice: Add option to open documents in viewer mode (
integrations.office.viewOnly) #1193 - Exclude folders and file names 'starting with' or wildcard option #1054
- added better info for failed uploads #1050
- upload prompt "clear completed" can be changed to "clear all" in uploads & downloads settings to clear error and conflict states as well. #1128
- share 'default view mode' option #1212
- Universal Next/Previous buttons
- available for all listing items (including office/markdown etc)
- remembers sort order from parent directory
- new "Quick Jump" prompt if you drag the next/previous icons. This shows other files available to "jump" directly to quickly.
Notes:
- Added more tests to ensure new features work in future.
- caching for preview images is md5 based. Moved, renamed, or duplicate images don't get re-generated. Same album artwork shares cache.
- Hide @eaDir folder by default #1212
- defaults to hide "@eadir" folders (common for synology) #1212
- After move/copy, ability to move to the destination folder #999
BugFixes:
- Access Management: issue with access settings #1195
- fix shutdown panic related to sse connection
- Custom theming not working in 0.8.4 beta #1204
- Config Viewer not working #1189
- "Path not found" when trying to share a file or folder inside a sub-directory #1139
- files containing "+" in share issue #1089
New Features:
- New media player styles and features
- Custom Media Player: enhanced media player using plyr thanks @Kurami32 (see #1160)
- Custom Media Player: also adds support for metadata
- added embeded video subtitle support (for both native and custom player). @maxbin123 #1072 #1157
- Users can disable the customer player and opt of native in profile settings.
- Option to disable backend update check via
server.disableUpdateCheck#1134 - added
frontend.faviconandfrontend.descriptionfor html overrides - onlyoffice is now supported in shares. Both viewing and editing can be configured per-share.
- Added only office debug view and wiki to assist with debugging issues #1068 #911 #1074
- Dark mode enforcement possible for shared links #1029
- added
System & Adminsection to settings- includes a new config viewer to see current running config (hides secrets) #838
- added
server.minSearchLengthto allow adjusting the length requirement for search #1174
Notes:
- access management: specific folders/files with access are shown instead permission denied for parent folder
- navigation no longer appends last location hash which should fix some unwanted navation behavior #1070
- altered the context menu style and behavior.
- documentation update: comma or Space separated extensions #1138
- Files and folders can be created with "/" or "" on the name #1126
- Share management should not be allowed without authentication #1163
- Question about customizing session timeout #1184
BugFixes:
- access management: delay showing rule changes in the list fixed. #1131
- Color names are not localized #1159
- rename issues #1170 #1171
- some shortcuts not working #1056
- Can't copy/paste text on mobile #1168
- Can't change between images inside of the share image viewer. #1144
- fixed and updated translations with variables always showing english.
BugFixes:
- fixed search bar style bug in mobile #1147
New Features:
- added
source.config.denyByDefaultconfiguration to enable a deny-by-default access rule. A source enabled with this will deny access unless an "allow" rule was specifically created. (Similar to creating a root-level denyAll rule) - allow oidc user source access and permission based on username and groups is fulfilled by denyByDefault source with access rules gtsteffaniak#824
- "open parent folder" in context menu and search results gtsteffaniak#1121
- added friendly "share not found" page.
Notes:
- 8.0 ffmpeg version bundled with docker
- go 1.25 upgrade with green tea GC enabled
- totp secrets accept non-secure strings, only throwing warning
- adjusted download limit so it also counts viewing text "content" of files (like in editor). You can also "disable file viewing" to stop the editor from showing. lower quality file image previews are not counted as downloads.
- updated invalid share message to be more clear gtsteffaniak#1120
BugFixes:
- fixed /public/static routes issue
- shares redirect to login - gtsteffaniak#1109
- some static assets not available to anonymous user - gtsteffaniak#1102
- more safari style issues gtsteffaniak#1110
- fix public share download issues gtsteffaniak#1118 gtsteffaniak#1089
- fixed disable file viewer setting and enforced on backend
New Features:
- api for generate download link (see swagger) gtsteffaniak#1007
- added
source.config.disabledoption to disable a source without removing it from config file. - added
source.config.privateoption to designate as private -- currently just means no sharing permitted. - hide share card in share
- download count for a share shows up on share management
Notes:
- updated description for indexingIntervalMinutes gtsteffaniak#1067
BugFixes:
- fixed styling issues gtsteffaniak#1086 gtsteffaniak#1081 gtsteffaniak#1082 gtsteffaniak#1098
- fix download limit issue gtsteffaniak#1085
- fixed oidc user defaults for new user gtsteffaniak#1071
- shares get updated when files moved in ui gtsteffaniak#760
- click listing behavior doesn't clear (introduced in 0.8.0) gtsteffaniak#1101
- show download count and limit in share list in settings gtsteffaniak#1103
- fix windows alt+arrow movement issue gtsteffaniak#1094
- nav memory issue for filenames with brackets gtsteffaniak#1092
- files with "+"" in name issue gtsteffaniak#1089
- fixed editor bug in share view gtsteffaniak#1084
- other share related issues gtsteffaniak#1087 gtsteffaniak#1064
This is a major release, new features and changes could introduce breaking behavior. Here are the known potentially breaking changes:
- all public api and share url's get a
/publicprefix, making it easier to use with a reverse proxy. Any existing share link will still work but get redirected. - a small change to styling you may need to update your custom styling, for example the id
#inputwas renamed#search-input
New Features:
- New access control system. You can add new allow / deny / denyAll rules for users/groups for specific paths on specific sources.
- groups currently only works with provided oidc groups, but will add a full group management option for manual creation. gtsteffaniak#545
- share view changes -- now aligns with the standard listing view. This means files can be viewed and edited (if permission allows) just like a normal listing.
- many share links customization enhancements
- only share to certain authenticated users gtsteffaniak#656 gtsteffaniak#985
- one-time download links
- customize share theme gtsteffaniak#827 gtsteffaniak#1029
- share link public changes gtsteffaniak#473
- shares can be modified/configured after creation.
- download throttling for shares
Notes:
- hover effect on list/compact view gtsteffaniak#1036
BugFixes:
- fix new file "true" content issue gtsteffaniak#1048
- editor allows device default popup gtsteffaniak#1049
Notes:
- desktop context menu "select multiple" enabled as optional user default (#1000)
- onlyoffice readonly document types (".pages", ".numbers", ".key") list (#1018)
- onlyoffice tweaks to make more consistent, added logging (#1015)
BugFixes:
- fix lightBackground issue (#1021)
- fix user save issues (#1020, #1027)
- fix image preview cache issue (#989)
- fix file/folder count issue (#989)
- only first file was upload on drag-n-drop (#1024)
See an example of custom css styling that uses the reduce-rounded-corners.css by default and allows users to choose other themes. You can add your own themes as well that users can choose from in profile settings:
frontend:
styling:
lightBackground: "#f0f0f0" # or names of css colors
darkBackground: "#121212"
customCSS: "custom.css" # custom css file always applies first, then user themes on top of that.
customThemes:
"default": # if "default" is specified as the name, it will be the default option
description: "Reduce rounded corners"
css: "reduce-rounded-corners.css" # path to css file to use
"original":
description: "Original rounded theme"
css: "" # you could default to no styling changes this way.
New Features:
- more custom styling options (thanks @mordilloSan for #997)
- background colors can be easily set in config
- provided an example
reduce-rounded-corners.cssavailable by default in docker. (#986, #837) - added feature to specify multiple css themes that users can choose from in profile settings
- swipe between photos on mobile (#825)
Notes:
- changed partition calculations on linux for total disk size (#982)
- upload conflict detection for folders offers "replace all" if the folder already exists in target location.
BugFixes:
- TOTP prompt not showing generated code issue gtsteffaniak#996
- select mulitple deselect on mobile (#1002)
- viewing svg images.
Notes:
- more server logging for uploads when debug logging is enabled
BugFixes:
- fix onlyoffice integration viewing bug (#990)
- fix uploading files with exec permissions (#984)
- fix redirect on no source path (#989)
- refresh file info on rename (#989)
- listing refreshes when uploads finish (#989)
- disable edit mode for certain onlyoffice files (#971)
New Features:
- added userDefault
disableViewingExt. The new properties apply to all files, not just office. - code blocks in markdown viewer have line numbers and each line is highlightable
Notes:
- replaced
disableOfficePreviewExtwith more generally applicabledisablePreviewExtto disable preview for any specific file type. - more tooltip descriptions for settings options
BugFixes:
- fix chinese and other language error (#972, #969)
- fix docker dockerfile for
docker run(#973) - fix double slash href on single source (#968)
- fix sources named "files" or "share" issue (#949, #574)
- focus input field on popups (#976)
- hopeful fix for size calculation (#982)
- edit button is not working on .md files (#983)
Notes:
- Updated translations gtsteffaniak#957
- enabled more doc types for onlyoffice gtsteffaniak#945
BugFixes:
- noauth user issue gtsteffaniak#955
- error 403 on source name with special characters gtsteffaniak#952
- delete pictures in previewer issue gtsteffaniak#456
- trailing slash source name issue gtsteffaniak#920
- image lazy loading issue causing all items to get previews at one time, not just whats in view.
New Features:
- copy and Move files between sources gtsteffaniak#689
- new enhanced upload prompt
- uses chunked uploads gtsteffaniak#770
- all or individual uploads can be paused/resumed
- individual uploads can be retried
- individual file upload progress gtsteffaniak#871
- keeps screen on gtsteffaniak#900
Notes:
- lots of UI improvements
- reworked a lot of the frontend path/source logic to be more consistent.
- updated sort behavior to be natural sort gtsteffaniak#551
- optional quick save icon gtsteffaniak#918
- improved language support: zh-tw chinese traditional (tawain)
BugFixes:
- more accurate disk used calculation -- accounting for hard links and sparse files. gtsteffaniak#921
- fix api key revoking mechanism
- fixed shift-select gtsteffaniak#929
- video preview images on safari gtsteffaniak#932
- sticky mode isn't sticky gtsteffaniak#916
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 gtsteffaniak#745
- dedicated section for sidebar customization in profile settings gtsteffaniak#437
Notes:
- Filebrowser no longer requires a default source, users can be created without any sources.
- Disables changing login type fallback behavior gtsteffaniak#620
- Uses calculated index size as "used" and total partition size as "total" gtsteffaniak#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 gtsteffaniak#895
- larger min drop target size gtsteffaniak#902
- refresh page after file actions gtsteffaniak#894
- improved user PUT handler for easier user modification via API gtsteffaniak#897
- optional sidebar actions for upload/create gtsteffaniak#885
BugFixes:
- fix delete in preview when moving between pictures. gtsteffaniak#456
- getting file info issue when indexing is disabled.
- fixed initial sort order gtsteffaniak#551
- incorrect filename Drag and Drop fixes gtsteffaniak#880
- fix share duration always showing just now gtsteffaniak#896
Breaking Changes:
auth.resetAdminOnStarthas been removed. Instead, if you haveauth.adminPasswordset it will always be reset on startup. If you want to change your default admin password afterwards, make sure to unsetauth.adminPasswordso it doesn't get reset on startup.- renamed include/exclude rules see updated example wiki!
New Features:
- more comprehensive exclude/include rules (see example wiki above).
- include/exclude parts of folder names as well gtsteffaniak#854
- include/exclude file or folder names globally.
source.config.neverWatchPathsis now functional -- a list of paths that get indexed initially, but skips re-indexing. Useful for directories you don't expect to change ever, still show up in search but get don't contribute to indexing time after initial indexing.
Notes:
- updated swagger docs gtsteffaniak#849
BugFixes:
- fix version update notification for binary gtsteffaniak#836
- ctrl-click cache issue gtsteffaniak#735
- fix admin user reset OIDC user gtsteffaniak#811 gtsteffaniak#851
- fix windows and binary muPdf issue gtsteffaniak#744
- fix logout oidc issue gtsteffaniak#829 gtsteffaniak#662
- file name upload bug gtsteffaniak#662
- could not create share with absolute timestamps enabled gtsteffaniak#764
- context menu off screen issue gtsteffaniak#828
OIDC change: if you specify oidc.userIdentifier: "username", originally this would map to preferred_username but now it maps to username explicitly. To maintain the same behavior update your config to userIdentifier: "preferred_username". This was updated to allow for username to work as some might need.
New Features:
- Added settings option to stop sidebar from automatically hiding on editor and previews. gtsteffaniak#744
- Added more secrets loadable from environment variables. gtsteffaniak#790
- Include/exclude files are checked for existence to assist with configuration, will show as warning if something is configured but doesn't exist.
- Added open in new tab link for preview items to view the raw picture, pdf, etc. Especially helpful for safari viewing PDF documents. gtsteffaniak#734
- Added autoplay media toggle in user profile, to automatically play videos and audio.
Notes:
- Allowed to delete default admin user gtsteffaniak#811 gtsteffaniak#762
- Better try/catch error handling for user feedback for shares gtsteffaniak#732
BugFixes:
- Fix share scope creation issue gtsteffaniak#809
- Fix oidc token logout issue gtsteffaniak#791
- Non-admin users OTP issue gtsteffaniak#815
- Linewrap issue for a few cases gtsteffaniak#810
- BaseUrl redirect issue with proxies gtsteffaniak#796
- Fix exclude still shows up in ui issue gtsteffaniak#797
- Copy/move functions are async gtsteffaniak#812
- fix subtitle fetch issue gtsteffaniak#766
- fix location memory issue for url encoded file names
New Features:
- Admin users will get a small notification banner for available update in sidebar with link to new release.
Notes:
- docker now defaults to ./data/databse.db as the database path allowing a simplified initial docker-compose.yaml. Existing configurations do not need updating.
- oidc groups header updates admin permission of existing user (either add/remove if role exists)'
- builds amd64 binary with musl for compatibility (glic error) gtsteffaniak#755
- renamed
server.sources.config.disabledtoserver.sources.config.disableIndexing - better support for running with disabled index.
- small indexing behavior tweaks.
- markdown viewer hides sidebar gtsteffaniak#744
- quick download only applies to files
BugFixes:
- subtitles filename issue gtsteffaniak#678
- search result links not working with custom baseUrl gtsteffaniak#746
- preview error for office native preview gtsteffaniak#744
- more source name safety for special characters.
- shares with special character errors gtsteffaniak#753
- backspace navigates back a page when typing gtsteffaniak#663
- markdown viewer scrolling gtsteffaniak#767
- fix user permissions updated when modifying api key permissions
- fix language change issue gtsteffaniak#768 gtsteffaniak#487
Note: if using oidc, please update from 0.7.7 to resolve invalid_grant issue. Also - oidc no longer creates users automatically by default -- must be enabled.
New Features:
- More oidc user creation options gtsteffaniak#685
auth.methods.oidc.createUsermust be true to automatically create user, defaults to false.auth.methods.oidc.adminGroupallows using oidc provider group name to enable admin user creation.
BugFixes:
- fix save editor info sometimes saves wrong file. gtsteffaniak#701
- make ctrl select work on mac or windows. gtsteffaniak#739
- oidc login failures introduced in 0.7.6 gtsteffaniak#731
- oidc respects non-default baseURL
This release cleans up some of the native preview (image preview) feature logic. And adds simple docx and epub viewers as well. Going through all of this, I think I know how I can add full-fledge google doc and microsoft office viewer support (no edit). But, for now "onlyOffice" remains the most comprehensive solution with most compatibility and ability to fully edit. One day, I think I will be able to integrate a minimal license-free server into the docker image. But that's something for another time.
Native preview (image preview) support is also available for linux arm64 and amd64 binaries, and windows exe.
New Features:
- since theres a wider kind of document preview types, a new disableOfficePreviewExt option has been added.
- native (and simple) docx and epub viewers.
- Other documents like xlsx get full size image preview when opened and no onlyoffice support.
Notes:
- all text mimetype files have preview support.
- high-quality preview image sizes bumped from 512x512 to 640x640 to help make text previews readable.
- no config is allowed and defaults to on source at current directory.
BugFixes:
- fix otp clearing on user save gtsteffaniak#699
- admin special characters and general login improvements gtsteffaniak#594
- updated editor caching behavior gtsteffaniak#701
- move/copy file path issue and overwrite gtsteffaniak#687
- fix popup preview loading on safari
preview.highQualityonly affects gallery view mode. popop preview is always high quality, and icons are always low quality.
New Features:
- native document preview generation enabled for certain document types on the regular docker image (no office integration needed)
- supported native document preview types:
- ".pdf", // PDF
- ".xps", // XPS
- ".epub", // EPUB
- ".mobi", // MOBI
- ".fb2", // FB2
- ".cbz", // CBZ
- ".svg", // SVG
- ".txt", // TXT
- ".docx", // DOCX
- ".ppt", // PPT
- ".pptx", // PPTX
- ".xlsx", // exel XLSX
- ".hwp", // HWP
- ".hwp", // HWPX
- supported native document preview types:
- proxy logout redirectUrl support via
auth.methods.proxy.logoutRedirectUrlgtsteffaniak#684
Notes:
- image loading placeholders added and remain if image can't be loaded.
- no more arm32 support on main image -- use a
slimtagged image.
BugFixes:
- onlyoffice and other cache issues gtsteffaniak#686
- gallery size indicator centering gtsteffaniak#652
New Features
- new
./filebrowser.exe setupcommand for creating a config.yaml on first run. gtsteffaniak#675 - new 2FA/OTP support for password-based users.
auth.password.enforcedOtpoption to enforce 2FA usage for password users.
Notes:
- logging uses localtime, optional UTC config added gtsteffaniak#665
- generated config example now includes defaults gtsteffaniak#590
server.debugMediaconfig option added to help debug ffmpeg issues in the future (don't enable unless debugging an issue)- more translations additions from english settings gtsteffaniak#653
- visual tweaks gtsteffaniak#652
- enhanced markdown viewer with code view spec
BugFixes:
- long video names ffmpeg issue fixed gtsteffaniak#669
- certain files not passing content gtsteffaniak#657
- gtsteffaniak#668
- allow edit markdown files
- rename button doesn't close prompt gtsteffaniak#664
- webm video preview issue gtsteffaniak#673
- fix signup issue gtsteffaniak#648
- fix default source bug
- gtsteffaniak#666
- fix 500 error for subtitle videos gtsteffaniak#678
- spaces and special characters in source name issue gtsteffaniak#679
Notes:
- Updated German translation. gtsteffaniak#644
BugFixes:
- windows control click gtsteffaniak#642
- create user issue gtsteffaniak#647
Note: OIDC changes require config update.
New Features
- Added code highlights to text editor and enabled text editor for all asci files under 25MB
- Motion previews for videos -- cycles screenshots of vidoes. gtsteffaniak#588
- Optionally reset default admin username/password on startup, to guarentee a username/password on startup if needed. Use by setting
auth.resetAdminOnStarttrue gtsteffaniak#625
Notes:
- Updated translations everywhere. gtsteffaniak#627
- Office viewer is now full-screen with floating close button. gtsteffaniak#542
- OIDC config additions
issuerUrlrequired now to get relevant oidc configurations.disableVerifyTLSoptionally, disable verifying HTTPS provider endpoints.logoutRedirectUrloptionally, redirect the user to this URL on logout.- other URL config parameters are no longer accepted -- replace with issuerUrl.
- Aadmins allowed to change user login methods in user settings when creating or updating users.
- Hide header when showing only office gtsteffaniak#542
BugFixes:
- Editor save shows notification
- Preview settings resetting on startup
- Not all languages show correctly gtsteffaniak#623
- scopes sometimes reset on startup gtsteffaniak#636
- Update save password option
The media tags introduced in 0.7.0 have been removed -- all docker images have media enabled now.
Notes:
- Reverts enforced user login methods types -- until suitable methods to alter are available.
- When updating a user, updating scope always sets to the exact scope specified on updated.
- Redirect api messages are INFO instead of WARN
- Settings has close button instead of back gtsteffaniak#583
Bug Fixes:
- Hover bug when exact timestamp setting enabled gtsteffaniak#585
The media tags introduced in 0.7.0 have been removed -- all docker images have media enabled now.
Notes:
- changes to support jwks url needed for authelia - still needs testing to ensure it works gtsteffaniak#575, added debug logs to help identify any further issues.
- added apache license file back gtsteffaniak#599
- updated toggle view icons to better match.
- adjusted popup preview position on mobile.
- updated createUserDir logic, gtsteffaniak#541
- it always creats user dir (even for admins)
- scope path must exist if it doesn't end in username, and if it does, the parent dir must exist
- enforced user login methods types -- can't be changed. a password user cannot login as oidc, etc.
Bug Fixes:
- right click context menu issue gtsteffaniak#598
- upload file issue gtsteffaniak#597
- defaultUserScope is not respected gtsteffaniak#589
- defaultEnabled is not respected gtsteffaniak#603
- user has weird navigation barhttps://github.com/gtsteffaniak/issues/593
- fix multibutton state issue for close overlay gtsteffaniak#596
New Features:
- New authentication method: OIDC (OpenID Connect)
- UI refresh
- Refreshed icons and styles to provide more contrast gtsteffaniak#493
- New scrollbar which includes information about the listing gtsteffaniak#304
- User-configurable popup previewer and user can control preview size of images.
- Enhanced user settings page with more toggle options.
- Replaced checkboxes with toggles switches gtsteffaniak#461
- Refreshed Breadcrumbs style.
- Main navbar icon is multipurpose menu, close, back and animates
- Enhanced source info on the UI
- User must have permission
realtime: trueproperty to get realtime events. - Sources shows status of the directory
ready,indexing, andunavailable
- User must have permission
- Top-right overflow menu for deleting / editing files in peview gtsteffaniak#456
- Helpful UI animation for drag and drop files, to get feedback where the drop target is.
- More consistent theme color gtsteffaniak#538
- New file preview types:
- Video thumbnails available via new media integration (see configuration wiki for help) gtsteffaniak#351
- Office file previews if you have office integration enabled. gtsteffaniak#460
Notes:
- sesssionId is now unique per window. Previously it was shared accross browser tabs.
- DisableUsedPercentage is a backend property now, so users can't "hack" the information to be shown.
- Updated documentation for resources api gtsteffaniak#560
- Updated placeholder for scopes gtsteffaniak#475
- When user's API permissions are removed, any api keys the user had will be revoked.
server.enableThumbnailsmoved toserver.disablePreviewsdefaulting to false.server.resizePreviewmoved toserver.resizePreviews(with an "s" at the end)
Bug Fixes:
- Nil pointer error when source media is disconnected while running.
- Source selection buggy gtsteffaniak#537
- Upload folder structure gtsteffaniak#539
- Editing files on multiple sources gtsteffaniak#535
- Prevent the user from changing the password gtsteffaniak#550
- Links in setting page does not navigate to correct location gtsteffaniak#474
- Url encoding issue gtsteffaniak#530
- Certain file types being treated as folders gtsteffaniak#555
- Source name with special characters gtsteffaniak#557
- Onlyoffice support on proxy auth gtsteffaniak#559
- Downloading with user scope gtsteffaniak#564
- User disableSettings property to be respected.
- Non admin users updating admin settings.
- Right click context issue on safari desktop.
- office save file issue.
New Features
- environment variables are available for certain secrets.
- see wiki https://github.com/gtsteffaniak/filebrowser/wiki/Environment-Variables
- thanks @aaronkyriesenbach gtsteffaniak#511
Notes:
- config validation (see https://github.com/gtsteffaniak/filebrowser/wiki/Full-Config-Example)
- fails when config file contains unknown fields (helps spot typos)
- some light value validation on certain fields
- removed recaptcha -- was disabled and not used before.
- moved
recaptchaandsignupconfigs toauth.methods.password
BugFixes:
- fix scope reset on restart gtsteffaniak#515
- Clicking empty space to deselect gtsteffaniak#492
Notes:
- added full tests for single source example.
- adds descriptive error if temp dir can't be created on fatal startup
- clears temp directory on shutdown.
- removed put settings api (unused)
- removed more unused config properties.
BugFixes:
- fix url encoding issue for search links when theres only one source gtsteffaniak#501
- files with # could have problems, double encoded.
New Feature:
- limit tar size creation to limit server burden. For example, don't let customers try to download the entire filesystem as a zip. see
server.maxArchiveSizeon config wiki.
Notes:
- disableUsedPercentage also hides text and source bar.
- share errors show up in logs in more verbose way.
- archive creation occurs on disk rather than in memory, use
server.cacheDirto determine where temp files are stored. - automatically ensures leading slash for scope
BugFixes:
- fix proxy user creation issue gtsteffaniak#478
- externalUrl prefix issue fixed for shares. gtsteffaniak#465
- fix File Opens Instead of Just Downloading gtsteffaniak#480
- fix Download file name gtsteffaniak#481
Notes:
- added more share and download tests
BugFixes:
- fix share download issue gtsteffaniak#465
- fix content length size calculation issue when downloading multiple files.
BugFixes:
- fix preview arow issue. gtsteffaniak#457
- fix password change issue.
- apply user defaults to publi user on startup gtsteffaniak#451
Notes:
- windows directories get better naming, root directories like "D:\ get named "D", otherwise base filepath is the name when unselected "D:\path\to\folder" gets named "folder" (just like linux)
.pdffiles added to default onlyoffice exclusion list.
BugFixes:
- windows would not refresh file info automatically when viewing because of path issue.
- windows paths without name for "D:" would cause issues.
- share path error gtsteffaniak#429
- fix bug where resource content flag would load entire file into memory.
Notes:
- Added playwright tests for bugfixes for permantent fix for stability. (except onlyoffice since it requires integrations)
BugFixes:
- Context menu should only be available inside the folder/files container gtsteffaniak#430
- drag and drop files from desktop to browser is fixed.
- replace prompt cancel button didn't work.
- key events on listing page not working (like delete key)
- fixed share viewing issue gtsteffaniak#429
- disableUsedPercentage hides entire source gtsteffaniak#438
- createUserDir fix for proxy users and new users gtsteffaniak#440
New Feature:
- download size information is added, including when downloding multiple files in zip/tar.gz. The browser will see the XMB of X GB and will show browser native progress.
BugFixes:
- fixed onlyoffice bug gtsteffaniak#418
- fixed breadcrumbs bug gtsteffaniak#419
- fixed search context bug gtsteffaniak#417
- fixed sessionID for search
Warning
This release includes several config changes that could cause issues. Please backup your database file before upgrading.
This release has several changes that should work without issues... however, still backup your database file first and proceed with caution. User permissions and source config changes have been updated -- and the server.root paramter is no longer used.
This is a significant step towards a stable release. There shouldn't be any major breaking config changes after this.
New Features:
- multiple sources support gtsteffaniak#360
- listing view keeps them independant, you switch between the two and the url address will have a prefix
/files/<sourcename>/path/to/filewhen there is more than 1 source. - search also happens independantly, with a selection toggle per source. searching current source searches the current scope in the listing view, if you toggle to an alternative source it will search from the source root.
- copy/moving is currently only supported within the same source -- that will come in a future release.
- listing view keeps them independant, you switch between the two and the url address will have a prefix
FILEBROWSER_CONFIGenvironment variable is respected if no CLI config parameter is provided. gtsteffaniak#413
Notes:
- downloads no longer open new window.
- swagger updated with auth api help for things like api token.
- GET api keys now uses
namequery instead ofkey. egGET /api/auth/tokens?name=apikeyname
- GET api keys now uses
- user permissions simplified to four permission groups (no config change required):
- removed : create, rename, delete, download
- remaining: admin, modify, share, api
scopeis deprecated, but still supported, applies to default source. if using multiple sources, setdefaultUserScopeat the source config instead.
- removed user rules and commands.
- commands feature has never been enabled so just removing the references.
- rules will come back in a different form (not applied to the user).
server.rootis completely removed in favor ofserver.sources
BugFixes:
- fix conflict resolution issue gtsteffaniak#384
- many user creation page bugfixes.
- fix share delete issue gtsteffaniak#408
BugFixes:
- default scope share issue. @theryecatcher gtsteffaniak#387
- drag and drop on empty folders gtsteffaniak#361
- preview navigation issue gtsteffaniak#372
- auth proxy password length error gtsteffaniak#375
New Features:
- onlyoffice disable filetypes for user specified file types. gtsteffaniak#346
Notes:
- navbar/sidebar lightmode style tweaks.
- any item that has utf formatted text will get editor.
- tweaks to create options on context menu.
- removed small delay on preview before detecting the file.
BugFixes:
- fix
/files/prefix loading issue gtsteffaniak#362 - fix special characters in filename issue gtsteffaniak#357
- fix drag and drop issue gtsteffaniak#361
- fix conflict issue with creating same file after deletion.
- fix mimetype detection gtsteffaniak#327
- subtitles for videos gtsteffaniak#358
- supports caption sidecar files : ".vtt", ".srt", ".lrc", ".sbv", ".ass", ".ssa", ".sub", ".smi"
- embedded subtitles not yet supported.
New Features:
- Markdown file preview gtsteffaniak#343
- Easy access download button gtsteffaniak#341
Notes:
- Adds message about what sharing means when creating a link.
- api log duration is now always in milliseconds for consistency.
- advanced index config option
fileEndsWithis now respected. - Added Informative error for missing files for certificate load gtsteffaniak#354
BugFixes:
- onlyoffice close window missing files issue gtsteffaniak#345
- fixed download link inside file preview
Note: I changed the config for password auth again... It was a mistake just to make it a boolean, so now you can provide options, going forward this allows for more.
New Features:
- password length requirement config via
auth.methods.password.minLengthas a number of characters required.
Bugfixes:
- NoAuth error message "resource not found"
- CLI user configuration works and simplified see examples in the Wiki
Note: This Beta release includes a configuration change:
auth.methodis now deprecated. This is done to allow multiple login methods at once. Auth methods are specified viaauth.methodsinstead. see example on the wiki.
New Features:
- Upload progress notification gtsteffaniak#303
- proxy auth auto create user when
auth.methods.proxy.createUser: truewhile using proxy auth.
Notes:
- Context menu positioning tweaks.
- using /tmp cachedir is disabled by default, cache dir can be specified via
server.cacheDir: /tmpto enable it. gtsteffaniak#326
Bugfixes:
- Gracefully shutdown to protect database. gtsteffaniak#317
- validates auth method provided before server startup.
- fix sidebar disk space usage calculation. gtsteffaniak#315
- Fixed proxy auth header support (make sure your proxy and server are secure!). gtsteffaniak#322
New Features:
- Hidden files changes
- windows hidden file properties are respected -- when running on windows binary (not docker) with NTFS filesystem.
- windows "system" files are considered hidden.
- changed user property from
hideDotFilestoshowHidden. Defaults to false, so a user would need to must unhide hidden files if they want to view hidden files.
Notes:
- cleaned up old and deprecated config.
- removed unneeded "Global settings". All system configuration is done on config yaml, See configuration wiki for more help.
Bugfixes:
- Another fix for memory gtsteffaniak#298
New Features:
- right-click actions are available on search. gtsteffaniak#273
Notes:
- delete prompt now lists all items that will be affected by delete
- Debug and logger output tweaks.
Bugfixes:
- calculating checksums errors.
- copy/move issues for some circumstances.
- The previous position wasn't returned when closing a preview window gtsteffaniak#298
- fixed sources configuration mapping error (advanced
server.sourcesconfig)
New Features:
- Better logging gtsteffaniak#288
- highly configurable
- api logs include user
- onlyOffice support for editing only office files (inspired from filebrowser/filebrowser#2954)
Notes:
- Breadcrumbs will only show on file listing (not on previews or editors)
- Config file is now optional. It will run with default settings without one and throw a
[WARN ]message. - Added more descriptions to swagger API
Notes:
- Adding windows builds back to automated process... will replace manually if they throw malicious defender warnings.
- Adding playwright tests to all pr's against dev/beta/release branches.
- These playwright tests should help keep release more reliably stable.
Bugfixes:
- closing with the default bar issue.
- tar.gz archive creation issue
New Features:
- Adds "externalUrl" server config gtsteffaniak#272
Notes:
- All views modes to show header bar for sorting.
- other small style changes
Bugfixes:
- select and info bug after sorting gtsteffaniak#277
- downloading from shares with public user
- Ctrl and Shift key modifiers work on listing views as expected.
- copy/move file/folder error and show errors gtsteffaniak#278
- file move/copy context fix.
New Features:
- More indexing configuration options possible. However consider waiting on using this feature, because I will soon have a full onboarding experience in the UI to manage sources instead.
- added config file options "sources" in the server config.
- can enable/disable indexing a specified list of directories/files
- can enable/disable indexing hidden files
- prepped for multiple sources (not supported yet!)
- Theme and Branding support (see updates to configuration wiki on how to use)
- Automatically expire shares gtsteffaniak#208
Notes:
- MacOS application files (ending in ".app") were previously treated as folders, now they are treated as a single file.
- No longer indexes "$RECYCLE.BIN" or "System Volume Information" directories.
- Icon styling tweaked so all icons have a background.
- Updated Login page styling.
- Settings profile menu has been simplified, password changes happen in user management.
- Improved windows compatibility and built on windows platform to fix false windows defender warning.
- If no "root" location is provided in the server config, the default is the current directory (rather than
/srvlike before)
Bugfixes:
- Fixed setting share expiration time would not work due to type conversion error.
- More safari fixes related to text-selection.
- Sort by name value sorting ignores the extension, only sorts by name gtsteffaniak#230
- Fixed manual language selection issue.
- Fixed exact date time issue.
New login page:
Example branding in sidebar:
Example user settings page:
Bugfixes:
- Safari right-click actions.
- Some small image viewer behavior
- Progressive webapp "install to homescreen" fix.
New Features
- Navigating remembers your previous scroll position when opening items and then navigating backwards.
- New Icons with larger selection of file types
- file "type" is shown on item info page.
- added optional non-root "filebrowser" user for docker image. See gtsteffaniak#251
- File preview supports more file types:
- images: jpg, bmp, gif, tiff, png, svg, heic, webp
Notes:
- The file "type" is now either "directory" or a specific mimetype such as "text/xml".
- update safari styling
Bugfixes:
- Delete/move file/folders sometimes wouldn't work.
- Possible fix for context menu not showing issue. See gtsteffaniak#251
- Fixed drag/drop not refreshing immediately to reflect changes.
New Features
- Mobile search has the same features as desktop.
Notes:
- Added compression. Helpful for browsing folders with a large number of items. Considering gtsteffaniak#201 resolved, although future pagination support will still come.
- Compressed download options limited to
.zipand.tar.gz - right-click context menu stays in view.
Bugfixes:
- search result links when non-default baseUrl configured
- frontend sort bug squashed gtsteffaniak#230
- bug which caused "noauth" method not to work after v0.3.0 routes update
New Features
- Adds Smart Indexing by default.
Notes:
- Optimized api request response times via improved caching and simplified actions.
- User information persists more reliably.
- Added indexing doc to explain the expectations around indexing and how it works.
- The index should also use less RAM than it did in v0.3.0.
Bugfixes:
- Tweaked sorting by name, fixes case sensitive and numeric sorting. gtsteffaniak#230
- Fixed unnecessary authentication status checks each route change
- Fix create file action issue.
- some small javascript related issues.
- Fixes pretty big bug viewing raw content in v0.3.0 (utf format message)
This Release focuses on the API and making it more accessible for developers to access functions without the UI.
New Features:
- You can now long-live api tokens to interact with API from the user settings page.
- These tokens have the same permissions as your user.
- Helpful swagger page for API usage.
- Some API's were refactored for friendlier API usage, moving some attributes to parameters and first looking for a api token, then using the stored cookie if none is found. This allows for all api requests from swagger page to work without a token.
- Add file size to search preview! Should have been in last release... sorry!
Notes:
- Replaced backend http framework with go standard library.
- Right-click Context menu can target the item that was right-clicked. To fully address gtsteffaniak#214
- adjusted settings menu for mobile, always shows all available cards rather than grayed out cards that need to be clicked.
- longer and more cryptographically secure share links based on UUID rather than base64.
Bugfixes:
- Fixed ui bug with shares with password.
- Fixes baseurl related bugs gtsteffaniak#228 Thanks @SimLV
- Fixed empty directory load issue.
- Fixed image preview cutoff on mobile.
- Fixed issue introduced in v0.2.10 where new files and folders were not showing up on ui
- Fixed preview issue where preview would not load after viewing video files.
- Fixed sorting issue where files were not sorted by name by default.
- Fixed copy file prompt issue
New Features:
- Allows user creation command line arguments gtsteffaniak#196
- Folder sizes are always shown, leveraging the index. gtsteffaniak#138
- Searching files based on filesize is no longer slower.
Bugfixes:
- fixes file selection usage when in single-click mode gtsteffaniak#214
- Fixed displayed search context on root directory
- Fixed issue searching "smaller than" actually returned files "larger than"
Notes:
- Memory usage from index is reduced by ~40%
- Indexing time has increased 2x due to the extra processing time required to calculate directory sizes.
- File size calculations use 1024 base vs previous 1000 base (matching windows explorer)
This release focused on UI navigation experience. Improving keyboard navigation and adds right click context menu.
New Features:
- listing view items are middle-clickable on selected listing or when in single-click mode.
- listing view items can be navigated via arrow keys.
- listing view can jump to items using letters and number keys to cycle through files that start with that character.
- You can use the enter key and backspace key to navigate backwards and forwards on selected items.
- ctr-space will open/close the search (leaving ctr-f to browser default find prompt)
- Added right-click context menu to replace the file selection prompt.
Bugfixes:
- Fixed drag to upload not working.
- Fixed shared video link issues.
- Fixed user edit bug related to other user.
- Fixed password reset bug.
- Fixed loading state getting stuck.
- Feature: New gallery view scaling options (closes #141)
- Change: Refactored backend files functions
- Change: Improved UI response to filesystem changes
- Change: Added frontend tests for deployment integrity
- Fix: move/replace file prompt issue
- Fix: opening files from search
- Fix: Display count issue when hideDotFile is enabled.
- Change: New sidebar style and behavior
- Change: make search view and button behavior more consistent.
- Fix: upload file bug
- Fix: user lock out bug introduced in 0.2.6
- Fix: many minor state related issues.
This change focuses on minimizing and simplifying build process.
- Change: Migrated to Vite / Vue 3
- Change: removed npm modules
- replaced vuex with custom state management via src/store
- replaced noty with simple card popup notifications
- replaced moment with simple date formatter where needed
- replaced vue-simple-progress with vue component
- Feature: improved error logging
- backend errors show the root function that called them during the error
- frontend errors print errors to console that fail try/catch
- all frontend errors via popup notification & print to console as well
- Fix: Allow editing blank text based files in editor
- tweaked listing styles
- Feature: Allow disabling the index via configuration yaml
- Fix: delete user prompt works using native hovers.
- Feature: create-folder-feature
- Feature: playable shared video
- Feature: photos, videos, and audio get embedded preview on share instead of icon
- Fix: sharable link bug, now uses special publicUser
- Bump go version to 1.22
- In prep for vue3 migration, npm modules removed:
- js-base64
- pretty-bytes
- whatwg-fetch
- lodash.throttle
- lodash.clonedeep
- Feature: token expiration time now configurable
- FIX: Hidden files are still directly accessible. (filebrowser/filebrowser#2698)
- FIX: search/user context bug
- CHG: Speed: (0m57s) - Decreased by 78% compared to the previous release.
- CHG: Memory Usage: (41MB) - Reduced by 45% compared to the previous release.
- Feature: Now utilizes the index for file browser listings!
- FIX: Editor issues fixed on save and themes.
- Addressed issue #29 - Rules can now be configured and read from the configuration YAML.
- Addressed issue #28 - Allows disabling settings per user.
- Addressed issue #27 - Shortened download link for password-protected files.
- Addressed issue #26 - Enables dark mode per user and improves switching performance.
- Improved styling with more rounded corners and enhanced listing design.
- Enhanced search performance.
- Fixed authentication issues.
- Added compact view mode.
- Improved view mode configuration and behavior.
- Updated the configuration file to accept new settings.
- Improved UI:
- Enhanced the cohesive and unified look.
- Adjusted the header bar appearance and icon behavior.
- The shell feature has been deprecated.
- Custom commands can be executed within the Docker container if needed.
- The JSON config file is no longer used.
- All configurations are now performed via the advanced
config.yaml. - The only allowed flag is specifying the config file.
- All configurations are now performed via the advanced
- Removed old code for migrating database versions.
- Eliminated all unused
cmdcode.
- Various UI fixes:
- Reintroduced the download button to the toolbar.
- Added the upload button to the side menu.
- Adjusted breadcrumb spacing.
- Introduced a "compact" view option.
- Fixed a slash issue with CSS right-to-left (RTL) logic.
- Various backend improvements:
- Added session IDs to searches to prevent collisions.
- Modified search behavior to include spaces in searches.
- Prepared for full JSON configuration support.
- Made size-based searches work for both smaller and larger files.
- Modified search types not to appear in the search bar when used.
- Enhanced styling with improved colors, transparency, and blur effects.
- Hid the sidebar on desktop views.
- Simplified the navbar to include three buttons:
- Open menu
- Search
- Toggle view
- Revised desktop search style and included additional search options.
- Updated the UI to better utilize search features:
- Added more filter options.
- Enhanced icons with colors.
- Improved GUI styling.
- Improved search performance.
- Index Changes:
- Speed: (0m32s) - Increased by 6% compared to the previous release.
- Memory Usage: (93MB) - Increased by 3% compared to the previous release.
- Improved search functionality with indexing.
- Index Changes (Baseline Results):
- Speed: (0m30s)
- Memory Usage: (90MB)
- No changes from the original.
Forked from filebrowser/filebrowser.
