alist/server
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
..
common feat: invalidate token on logout (#6923 close #6792) 2024-08-04 12:32:39 +08:00
handles fix(search): BuildIndex concurrency error (#7035) 2024-08-22 00:44:55 +08:00
middlewares feat: invalidate old token after changing the password (close #5515) 2023-11-13 15:22:42 +08:00
s3 feat: update alist-org/gofakes3 to v0.0.7 to support create folder in PutObject (#6880) 2024-07-27 20:06:05 +08:00
static fix: embed all files of dist 2024-02-03 19:44:50 +08:00
webdav feat: add proxy_range option for 139Yun Alias AList V3 (#6496) 2024-05-22 23:31:42 +08:00
debug.go chore: enable all pprof handle on debug 2023-09-07 14:56:50 +08:00
router.go feat: invalidate token on logout (#6923 close #6792) 2024-08-04 12:32:39 +08:00
s3.go fix(s3): don't bind s3 port if s3 is not enabled (#6291) 2024-04-03 10:09:48 +08:00
webdav.go fix: disallow users with 2FA enabled to access WebDAV 2024-08-28 18:15:54 +08:00