dufs/tests
sigoden f8ea41638f
feat: new auth (#218)
The access level path control used by dufs has two disadvantages:

1. One path cannot support multiple users
2. It is very troublesome to set multiple paths for one user

So it needs to be refactored.
The new auth is account based, it closes #207, closes #208.

BREAKING CHANGE: new auth
2023-06-01 18:52:05 +08:00
..
data feat: support ecdsa tls cert (#119) 2022-08-02 09:32:11 +08:00
allow.rs feat: add option --allow-archive (#152) 2022-12-10 11:09:42 +08:00
args.rs feat: make --path-prefix works on serving single file (#102) 2022-07-08 19:30:05 +08:00
assets.rs feat: API to search and list directories (#177) 2023-02-20 11:05:53 +08:00
auth.rs feat: new auth (#218) 2023-06-01 18:52:05 +08:00
bind.rs feat: use custom logger with timestamp in rfc3339 (#67) 2022-06-21 21:19:51 +08:00
cli.rs feat: add completions (#97) 2022-07-06 12:11:00 +08:00
cors.rs fix: cors allow-request-header add content-type (#184) 2023-02-27 07:28:33 +08:00
fixtures.rs feat: guess plain text encoding then set content-type charset (#186) 2023-03-01 09:36:59 +08:00
hidden.rs feat: hiding only directories instead of files (#175) 2023-02-19 22:03:59 +08:00
http.rs fix: URL-encoded filename when downloading in safari (#203) 2023-03-31 22:52:07 +08:00
log_http.rs feat: new auth (#218) 2023-06-01 18:52:05 +08:00
range.rs fix: range request (#44) 2022-06-16 10:24:32 +08:00
render.rs feat: support edit files (#179) 2023-02-20 22:50:24 +08:00
single_file.rs feat: new auth (#218) 2023-06-01 18:52:05 +08:00
sort.rs feat: API to search and list directories (#177) 2023-02-20 11:05:53 +08:00
symlink.rs feat: API to search and list directories (#177) 2023-02-20 11:05:53 +08:00
tls.rs refactor: improve error handle (#195) 2023-03-12 15:20:40 +08:00
utils.rs feat: support edit files (#179) 2023-02-20 22:50:24 +08:00
webdav.rs chore: improve code quanity 2022-12-11 15:18:44 +08:00