sigoden
a118c1348e
fix: ensure symlink inside serve root ( #670 )
2026-02-05 22:08:04 +08:00
sigoden
db7a0530a2
fix: escape filename in ?simple output ( #669 )
2026-02-05 19:13:10 +08:00
sigoden
bc27c8c479
fix: some search results missing due to broken symlinks ( #665 )
2026-01-21 12:00:57 +08:00
sigoden
2b2c7bd5f7
feat: add option --allow-hash to allow/disallow file hashing ( #657 )
2026-01-09 16:43:18 +08:00
sigoden
7cfb97dfdf
refactor: update deps ( #655 )
2026-01-08 12:02:41 +08:00
sigoden
db75ba4357
fix: verify token length ( #627 )
2025-09-02 18:48:17 +08:00
sigoden
4016715187
fix: login btn does not work for readonly annoymous ( #620 )
2025-08-19 08:58:59 +08:00
sigoden
f8a7873582
fix: perms on dufs -A -a @/:ro ( #619 )
2025-08-19 07:51:52 +08:00
sigoden
7f8269881d
feat: log decoded uri ( #615 )
2025-08-18 09:00:18 +08:00
sigoden
b2f244a4cf
feat: make dir urls inherit ?noscript params ( #614 )
2025-08-16 07:36:19 +08:00
Matthias Möller
a387d727b2
chore: removes clippy warning with rust 1.89 ( #609 )
2025-08-08 06:50:30 +08:00
sigoden
19d65a5aa4
refactor: fix typos ( #605 )
2025-08-02 17:04:20 +08:00
sigoden
d37762d2b9
refactor: update deps ( #604 )
2025-08-02 16:56:07 +08:00
sigoden
9c9fca75d3
feat: support downloading via token auth ( #603 )
2025-08-02 14:37:49 +08:00
sigoden
089d30c5a5
feat: support noscript fallback ( #602 )
2025-08-02 09:50:00 +08:00
Matthias Möller
459a4d4f4a
refactor: removes clippy warnings ( #601 )
2025-07-30 18:33:00 +08:00
sigoden
f8b69f4df8
fix: unexpected public auth asking for login info ( #583 )
2025-05-12 08:03:23 +08:00
Matthias Möller
53f064c73b
fix: incorrect seperator for zip archives under windows ( #577 )
2025-04-25 08:14:21 +08:00
Falko Galperin
8a92a0cf1a
fix: follow symlinks when searching/archiving ( #572 )
...
Specifically, this will always follow symlinks when they lead to a path
below the dufs root, and will follow other symlinks when
`--allow-symlink` is set.
I refactored some common functionality out of `zip_dir` and
`handle_search_dir` as well.
2025-04-12 09:49:19 +08:00
sigoden
09200860b4
chore: update deps and clippy ( #569 )
2025-04-07 07:27:43 +08:00
sigoden
4fbdec2878
feat: tolerate the absence of mtime ( #559 )
2025-03-20 08:46:26 +08:00
sigoden
d0453b7591
feat: limit sub directory item counting ( #556 )
2025-03-14 08:53:11 +08:00
45gfg9
eda9769b2a
feat: support multipart ranges ( #535 )
2025-02-01 08:28:34 +08:00
sigoden
d255f1376a
fix: incorrect dir size due to hidden files ( #529 )
2025-01-18 07:20:34 +08:00
sigoden
669c4f8811
feat: add cache-control:no-cache while sending file and index ( #528 )
2025-01-17 21:45:41 +08:00
sigoden
e576ddcbea
feat: higher perm auth path shadows lower one ( #521 )
...
In `/:rw;/path1:ro`, the `/:rw` have higher perms, it shadow `/path1:ro`, make `/path1` granted read-write perms.
2025-01-02 09:00:28 +08:00
sigoden
cbc620481d
refactor: change description for --allow-archive ( #511 )
2024-12-24 18:58:03 +08:00
sigoden
ab4ef06cb8
fix: no authentication check if no auth users
2024-12-11 08:57:30 +08:00
sigoden
d445b78f96
feat: provide healthcheck API ( #474 )
2024-10-28 07:37:21 +08:00
sigoden
881a67e1a4
feat: support binding abstract unix socket ( #468 )
2024-10-23 06:57:45 +08:00
sigoden
bb5a5564b4
feat: webui displays subdirectory items ( #457 )
2024-09-25 22:19:25 +08:00
clxcore
2cf6d39032
fix: resolve speed bottleneck in 10G network ( #451 )
...
Co-authored-by: clxcore <clxcore@gmail.com >
2024-09-07 17:57:05 +08:00
sigoden
c500ce7acc
fix: auth failed if password contains : ( #449 )
2024-09-06 21:22:28 +08:00
sigoden
5b338c40da
refactor: make logout works on safari ( #442 )
2024-08-27 16:07:17 +08:00
sigoden
7d17d9c415
fix: login successed but popup Forbidden ( #437 )
2024-08-22 08:52:50 +08:00
sigoden
1db263efae
refactor: some query params work as flag and must not accept a value ( #431 )
2024-08-14 08:57:46 +08:00
sigoden
ca5c3d7c54
feat: base64 index-data to avoid misencoding ( #421 )
2024-07-22 08:02:32 +08:00
sigoden
ec2b064a9a
refactor: remove sabredav-partialupdate from DAV res header ( #415 )
2024-07-14 08:31:07 +08:00
Matthias Möller
632f7a41bf
feat: implements remaining http cache conditionalss ( #407 )
...
* implements remaining http conditionals
* computed etag is not optional
2024-06-23 20:25:07 +08:00
sigoden
f1e90686dc
refactor: return 400 for propfind request when depth is neither 0 nor 1 ( #403 )
2024-06-14 22:16:50 +08:00
sigoden
6b6d69a8ef
feat: add log-file option ( #383 )
2024-05-11 17:13:31 +08:00
sigoden
cb7d417fd3
fix: strange issue that occurs only on Microsoft WebDAV ( #382 )
2024-05-11 16:18:18 +08:00
sigoden
75f06f749c
chore: fix typos and clippy ( #379 )
2024-05-05 06:23:18 +08:00
sigoden
9353b2e759
feat: add api to get the hash of a file ( #375 )
2024-04-19 08:48:54 +08:00
sigoden
d66c9de8c8
feat: tls handshake timeout ( #368 )
2024-03-08 10:29:12 +08:00
sigoden
48066d79e0
chore: fix typo
2024-03-08 00:46:35 +00:00
tobyp
1c41db0c2d
fix: timestamp format of getlastmodified in dav xml ( #366 )
2024-02-22 08:30:01 +08:00
Matthias Möller
76ef7ba0fb
chore: removes unnecessary clone ( #364 )
2024-02-17 20:09:20 +08:00
sigoden
920b70abc4
refactor: improve resolve_path and handle_assets, abandon guard_path ( #360 )
2024-02-07 16:27:22 +08:00
sigoden
3c75a9c4cc
fix: guard req and destination path ( #359 )
2024-02-06 17:23:18 +08:00