-
released this
2026-03-04 13:11:37 +03:00 | -1 commits to main since this release📅 Originally published on GitHub: Wed, 04 Mar 2026 10:23:28 GMT
🏷️ Git tag created: Wed, 04 Mar 2026 10:11:37 GMTBug Fixes
- Some search results missing due to broken symlinks (#665)
- Escape filename in ?simple output (#669)
- Ensure symlink inside serve root (#670)
Features
- Add option --allow-hash to allow/disallow file hashing (#657)
Refactor
Full Changelog: https://github.com/sigoden/dufs/compare/v0.45.0...v0.46.0-rc1
Downloads
-
released this
2025-09-04 13:10:54 +03:00 | 6 commits to main since this release📅 Originally published on GitHub: Thu, 04 Sep 2025 10:18:09 GMT
🏷️ Git tag created: Thu, 04 Sep 2025 10:10:54 GMTBug Fixes
- Perms on
dufs -A -a @/:ro(#619) - Login btn does not work for readonly anonymous (#620)
- Verify token length (#627)
Features
Full Changelog: https://github.com/sigoden/dufs/compare/v0.44.0...v0.45.0
Downloads
- Perms on
-
released this
2025-08-14 04:05:35 +03:00 | 12 commits to main since this release📅 Originally published on GitHub: Thu, 14 Aug 2025 01:11:14 GMT
🏷️ Git tag created: Thu, 14 Aug 2025 01:05:35 GMTBug 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/issues/603
Refactor
- Change description for
--allow-archivehttps://github.com/sigoden/dufs/issues/511 - Removes clippy warnings https://github.com/sigoden/dufs/issues/601
- Update deps https://github.com/sigoden/dufs/issues/604
- Fix typos https://github.com/sigoden/dufs/issues/605
Full Changelog: https://github.com/sigoden/dufs/compare/v0.43.0...v0.44.0
Downloads
-
released this
2024-11-05 12:08:43 +03:00 | 37 commits to main since this release📅 Originally published on GitHub: Tue, 05 Nov 2024 09:17:02 GMT
🏷️ Git tag created: Tue, 05 Nov 2024 09:08:43 GMTBug Fixes
Features
- Webui displays subdirectory items (#457)
- Support binding abstract unix socket (#468)
- Provide healthcheck API (#474)
Refactor
- Do not show size for Dir (#447)
Downloads
-
released this
2024-09-02 06:57:13 +03:00 | 44 commits to main since this release📅 Originally published on GitHub: Mon, 02 Sep 2024 04:04:36 GMT
🏷️ Git tag created: Mon, 02 Sep 2024 03:57:13 GMTBug Fixes
- Garbled characters caused by atob (#422)
- Webui unexpected save-btn when file is non-editable (#429)
- Login succeeded but popup
Forbidden(#437)
Features
- Implements remaining http cache conditionalss (#407)
- Base64 index-data to avoid misencoding (#421)
- Webui support logout (#439)
Refactor
- No inline scripts in HTML (#391)
- Return 400 for propfind request when depth is neither 0 nor 1 (#403)
- Remove sabredav-partialupdate from DAV res header (#415)
- Date formatting in cache tests (#428)
- Some query params work as flag and must not accept a value (#431)
- Improve logout at asserts/index.js (#440)
- Make logout works on safari (#442)
Downloads
-
released this
2024-05-22 06:20:24 +03:00 | 63 commits to main since this release📅 Originally published on GitHub: Wed, 22 May 2024 03:27:23 GMT
🏷️ Git tag created: Wed, 22 May 2024 03:20:24 GMTBug Fixes
- Timestamp format of getlastmodified in dav xml (#366)
- Strange issue that occurs only on Microsoft WebDAV (#382)
- Head div overlap main contents when wrap (#386)
Features
Refactor
Downloads
-
released this
2024-02-13 06:16:57 +03:00 | 84 commits to main since this release📅 Originally published on GitHub: Tue, 13 Feb 2024 04:15:03 GMT
🏷️ Git tag created: Tue, 13 Feb 2024 03:16:57 GMTThis release fixes important security issues, please update as soon as possible.
Bug Fixes
- Guard req and destination path (#359)
Features
- Revert supporting for forbidden permission (#352)
Refactor
Downloads
-
released this
2024-01-11 11:50:25 +03:00 | 95 commits to main since this release📅 Originally published on GitHub: Thu, 11 Jan 2024 08:58:23 GMT
🏷️ Git tag created: Thu, 11 Jan 2024 08:50:25 GMTBug Fixes
- Upload more than 100 files in directory (#317)
- Auth precedence (#325)
- Serve files with names containing newline char (#328)
- Corrupted zip when downloading large folders (#337)
Features
- Empty search
?q=list all paths (#311) - Add
--compressoption (#319) - Upgrade to hyper 1.0 (#321)
- Auth supports forbidden permissions (#329)
- Supports resumable uploads (#343)
Refactor
Downloads
-
released this
2023-11-29 02:49:50 +03:00 | 115 commits to main since this release📅 Originally published on GitHub: Wed, 29 Nov 2023 00:00:04 GMT
🏷️ Git tag created: Tue, 28 Nov 2023 23:49:50 GMTBug Fixes
- Unable to start if config file omit bind/port fields (#294)
Features
- Password can contain
:@|(#297) - Deprecate the use of
|to separate auth rules (#298) - More flexible config values (#299)
- Ui supports view file (#301)
Refactor
Downloads
-
released this
2023-11-08 06:11:36 +03:00 | 126 commits to main since this release📅 Originally published on GitHub: Wed, 08 Nov 2023 03:18:50 GMT
🏷️ Git tag created: Wed, 08 Nov 2023 03:11:36 GMTBug Fixes
- Sort path ignore case (#264)
- Ui show user-name next to the user-icon (#278)
- Auto delete half-uploaded files (#280)
Features
Downloads
mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00