KingDownloads

dufs version history

10 releases tracked, newest first.

v0.46.0

May 7, 2026
- Added `--allow-hash` option and support for `?json` on file paths - Introduced customizable 404 pages and enhanced log format - Fixed search results, symlink handling, and HTTP range issues - Improved UI button titles and file size formatting

8 downloads

v0.45.0

Sep 4, 2025
### Bug Fixes - Perms on `dufs -A -a @/:ro` ([#619](https://github.com/sigoden/dufs/issues/619)) - Login btn does not work for readonly anonymous ([#620](https://github.com/sigoden/dufs/issues/620)) - Verify token length ([#627](https://github.com/sigoden/dufs/issues/627)) ### Features - Make dir urls inherit `?noscript` params ([#614](https://github.com/sigoden/dufs/issues/614)) - Log decoded uri ([#615](https://github.com/sigoden/dufs/issues/615)) **Full Changelog**: https://github.com/sigoden/dufs/compare/v0.44.0...v0.45.0

10 downloads

v0.44.0

Aug 14, 2025
### Bug Fixes - No authentication check if no auth users https://github.com/sigoden/dufs/issues/497 - Webui can't handle hash property of URL well https://github.com/sigoden/dufs/issues/515 - Incorrect dir size due to hidden files https://github.com/sigoden/dufs/issues/529 - Webui formatDirSize https://github.com/sigoden/dufs/issues/568 - Follow symlinks when searching/archiving https://github.com/sigoden/dufs/issues/572 - Incorrect separator for zip archives under windows https://github.com/sigoden/dufs/issues/577 - Unexpected public auth asking for login info https://github.com/sigoden/dufs/issues/583 ### Features - Higher perm auth path shadows lower one https://github.com/sigoden/dufs/issues/521 - Add cache-control:no-cache while sending file and index https://github.com/sigoden/dufs/issues/528 - Support multipart ranges https://github.com/sigoden/dufs/issues/535 - Limit sub directory item counting https://github.com/sigoden/dufs/issues/556 - Tolerate the absence of mtime https://github.com/sigoden/dufs/issues/559 - Support noscript fallback https://github.com/sigoden/dufs/issues/602 - Support downloading via token auth https://github.com/sigoden/dufs/issu

10 downloads

v0.43.0

Nov 5, 2024
### Bug Fixes - Auth failed if password contains `:` ([#449](https://github.com/sigoden/dufs/issues/449)) - Resolve speed bottleneck in 10G network ([#451](https://github.com/sigoden/dufs/issues/451)) ### Features - Webui displays subdirectory items ([#457](https://github.com/sigoden/dufs/issues/457)) - Support binding abstract unix socket ([#468](https://github.com/sigoden/dufs/issues/468)) - Provide healthcheck API ([#474](https://github.com/sigoden/dufs/issues/474)) ### Refactor - Do not show size for Dir ([#447](https://github.com/sigoden/dufs/issues/447))

10 downloads

v0.42.0

Sep 2, 2024
### Bug Fixes - Garbled characters caused by atob ([#422](https://github.com/sigoden/dufs/issues/422)) - Webui unexpected save-btn when file is non-editable ([#429](https://github.com/sigoden/dufs/issues/429)) - Login succeeded but popup `Forbidden` ([#437](https://github.com/sigoden/dufs/issues/437)) ### Features - Implements remaining http cache conditionalss ([#407](https://github.com/sigoden/dufs/issues/407)) - Base64 index-data to avoid misencoding ([#421](https://github.com/sigoden/dufs/issues/421)) - Webui support logout ([#439](https://github.com/sigoden/dufs/issues/439)) ### Refactor - No inline scripts in HTML ([#391](https://github.com/sigoden/dufs/issues/391)) - Return 400 for propfind request when depth is neither 0 nor 1 ([#403](https://github.com/sigoden/dufs/issues/403)) - Remove sabredav-partialupdate from DAV res header ([#415](https://github.com/sigoden/dufs/issues/415)) - Date formatting in cache tests ([#428](https://github.com/sigoden/dufs/issues/428)) - Some query params work as flag and must not accept a value ([#431](https://github.com/sigoden/dufs/issues/431)) - Improve logout at asserts/index.js ([#440](https://github.com/sigoden/d

10 downloads

v0.41.0

May 22, 2024
### Bug Fixes - Timestamp format of getlastmodified in dav xml ([#366](https://github.com/sigoden/dufs/issues/366)) - Strange issue that occurs only on Microsoft WebDAV ([#382](https://github.com/sigoden/dufs/issues/382)) - Head div overlap main contents when wrap ([#386](https://github.com/sigoden/dufs/issues/386)) ### Features - Tls handshake timeout ([#368](https://github.com/sigoden/dufs/issues/368)) - Add api to get the hash of a file ([#375](https://github.com/sigoden/dufs/issues/375)) - Add log-file option ([#383](https://github.com/sigoden/dufs/issues/383)) ### Refactor - Digest_auth related tests ([#372](https://github.com/sigoden/dufs/issues/372)) - Add fixed-width numerals to date and size on file list page ([#378](https://github.com/sigoden/dufs/issues/378))

10 downloads

v0.40.0

Feb 13, 2024
This release fixes important security issues, please update as soon as possible. ### Bug Fixes - Guard req and destination path ([#359](https://github.com/sigoden/dufs/issues/359)) ### Features - Revert supporting for forbidden permission ([#352](https://github.com/sigoden/dufs/issues/352)) ### Refactor - Do not try to bind ipv6 if no ipv6 ([#348](https://github.com/sigoden/dufs/issues/348)) - Improve invalid auth ([#356](https://github.com/sigoden/dufs/issues/356)) - Improve resolve_path and handle_assets, abandon guard_path ([#360](https://github.com/sigoden/dufs/issues/360))

14 downloads

v0.39.0

Jan 11, 2024
### Bug Fixes - Upload more than 100 files in directory ([#317](https://github.com/sigoden/dufs/issues/317)) - Auth precedence ([#325](https://github.com/sigoden/dufs/issues/325)) - Serve files with names containing newline char ([#328](https://github.com/sigoden/dufs/issues/328)) - Corrupted zip when downloading large folders ([#337](https://github.com/sigoden/dufs/issues/337)) ### Features - Empty search `?q=` list all paths ([#311](https://github.com/sigoden/dufs/issues/311)) - Add `--compress` option ([#319](https://github.com/sigoden/dufs/issues/319)) - Upgrade to hyper 1.0 ([#321](https://github.com/sigoden/dufs/issues/321)) - Auth supports forbidden permissions ([#329](https://github.com/sigoden/dufs/issues/329)) - Supports resumable uploads ([#343](https://github.com/sigoden/dufs/issues/343)) ### Refactor - Change the format of www-authenticate ([#312](https://github.com/sigoden/dufs/issues/312)) - Change the value name of `--config` ([#313](https://github.com/sigoden/dufs/issues/313)) - Optimize http range parsing and handling ([#323](https://github.com/sigoden/dufs/issues/323)) - Propfind with auth no need to list all ([#344](https://github.com/si

14 downloads

v0.38.0

Nov 29, 2023
### Bug Fixes - Unable to start if config file omit bind/port fields ([#294](https://github.com/sigoden/dufs/issues/294)) ### Features - Password can contain `:` `@` `|` ([#297](https://github.com/sigoden/dufs/issues/297)) - Deprecate the use of `|` to separate auth rules ([#298](https://github.com/sigoden/dufs/issues/298)) - More flexible config values ([#299](https://github.com/sigoden/dufs/issues/299)) - Ui supports view file ([#301](https://github.com/sigoden/dufs/issues/301)) ### Refactor - Take improvements from the edge browser ([#289](https://github.com/sigoden/dufs/issues/289)) - Ui change the cursor for upload-btn to a pointer ([#291](https://github.com/sigoden/dufs/issues/291)) - Ui improve uploading progress ([#296](https://github.com/sigoden/dufs/issues/296))

14 downloads

v0.37.1

Nov 8, 2023
### Bug Fixes - Sort path ignore case ([#264](https://github.com/sigoden/dufs/issues/264)) - Ui show user-name next to the user-icon ([#278](https://github.com/sigoden/dufs/issues/278)) - Auto delete half-uploaded files ([#280](https://github.com/sigoden/dufs/issues/280)) ### Features - Deprecate `--auth-method`, as both options are available ([#279](https://github.com/sigoden/dufs/issues/279)) - Support config file with `--config` option ([#281](https://github.com/sigoden/dufs/issues/281)) - Support hashed password ([#283](https://github.com/sigoden/dufs/issues/283))

14 downloads