alist/internal
NekoGirlSAIKOU 51365d066c
fix: disallow users with 2FA enabled to access WebDAV
WebDAV server doesn't validate 2FA. This makes 2FA useless to some extent. I think users with 2FA enabled shouldn't access webdav using only password. Although this can be manually solved by changing user permissions, Alist doesn't support to change permissions of admin.

BREAKING CHANGE: Users with 2FA enabled will not be able to access WebDAV.
2024-08-28 18:15:54 +08:00
..
authn fix(authn): subfolder api is considered as a wrong origin(closes #6294 in #6301) 2024-04-03 14:33:19 +08:00
bootstrap feat: persistant Task (#6925 close #5313) 2024-08-07 12:16:21 +08:00
conf feat: persistant Task (#6925 close #5313) 2024-08-07 12:16:21 +08:00
db feat: persistant Task (#6925 close #5313) 2024-08-07 12:16:21 +08:00
driver feat: add proxy_range option for 139Yun Alias AList V3 (#6496) 2024-05-22 23:31:42 +08:00
errs fix(search): BuildIndex concurrency error (#7035) 2024-08-22 00:44:55 +08:00
fs feat: persistant Task (#6925 close #5313) 2024-08-07 12:16:21 +08:00
fuse chore: add fuse package 2022-07-20 00:39:20 +08:00
message chore: change message type 2022-08-14 03:05:30 +08:00
model fix: disallow users with 2FA enabled to access WebDAV 2024-08-28 18:15:54 +08:00
net fix: decode body if enable gzip (#7003) 2024-08-15 22:25:53 +08:00
offline_download fix(offline_download): os.create failure while the name of downloaded file is empty (#7041) 2024-08-22 00:44:23 +08:00
op fix(search): BuildIndex concurrency error (#7035) 2024-08-22 00:44:55 +08:00
search fix(search): BuildIndex concurrency error (#7035) 2024-08-22 00:44:55 +08:00
setting refactor: split the db package hook and cache to the op package (#2747) 2022-12-18 19:51:20 +08:00
sign feat: add 189cloud driver 2022-09-06 14:39:21 +08:00
stream fix: ignore os.ErrClosed error on repeated FileStream close operations (#6762) 2024-07-14 20:59:24 +08:00