Sergey Zhukov zhus
zhus commented on issue sigoden/dufs#793 2026-04-09 17:14:08 +03:00
[GH-ISSUE #229] webdav auth bug

@sigoden commented on GitHub (Jun 3, 2023):

This problem has the following solutions:

  1. Force users to log in, the disadvantage is that anonymous users…
zhus commented on issue sigoden/dufs#793 2026-04-09 17:14:08 +03:00
[GH-ISSUE #229] webdav auth bug

@Asmaelh commented on GitHub (Jun 4, 2023):

I need authorisation via webdav only for the administrator, users will log in via the web. the problem here is that…

zhus opened issue sigoden/dufs#795 2026-04-09 17:14:08 +03:00
[GH-ISSUE #236] Support for special characters in passwords
zhus opened issue sigoden/dufs#792 2026-04-09 17:14:07 +03:00
[GH-ISSUE #227] broken folder in folder when zip
zhus closed issue sigoden/dufs#792 2026-04-09 17:14:07 +03:00
[GH-ISSUE #227] broken folder in folder when zip
zhus opened issue sigoden/dufs#794 2026-04-09 17:14:07 +03:00
[GH-ISSUE #228] Is authentication done in constant time for Basic Authentication ?
zhus opened issue sigoden/dufs#793 2026-04-09 17:14:07 +03:00
[GH-ISSUE #229] webdav auth bug
zhus closed issue sigoden/dufs#794 2026-04-09 17:14:07 +03:00
[GH-ISSUE #228] Is authentication done in constant time for Basic Authentication ?
zhus closed issue sigoden/dufs#793 2026-04-09 17:14:07 +03:00
[GH-ISSUE #229] webdav auth bug
zhus commented on issue sigoden/dufs#794 2026-04-09 17:14:07 +03:00
[GH-ISSUE #228] Is authentication done in constant time for Basic Authentication ?

@sigoden commented on GitHub (Jun 2, 2023):

This is over optimized

zhus commented on issue sigoden/dufs#792 2026-04-09 17:14:07 +03:00
[GH-ISSUE #227] broken folder in folder when zip

@sigoden commented on GitHub (Jun 2, 2023):

I didn't find the problem you said, is it a problem with your compression software?

zhus commented on issue sigoden/dufs#792 2026-04-09 17:14:07 +03:00
[GH-ISSUE #227] broken folder in folder when zip

@Asmaelh commented on GitHub (Jun 2, 2023):

Hmmm... Yes, you're right, 7zip doesn't open archives like that correctly. It opens everything perfectly in Total…

zhus commented on issue sigoden/dufs#793 2026-04-09 17:14:07 +03:00
[GH-ISSUE #229] webdav auth bug

@sigoden commented on GitHub (Jun 3, 2023):

Some Webdav clients will only bring the Authorization header when encountering a 401 error after setting the user…

zhus closed issue sigoden/dufs#789 2026-04-09 17:14:06 +03:00
[GH-ISSUE #217] How can I see the real ip with reverse proxy?
zhus opened issue sigoden/dufs#790 2026-04-09 17:14:06 +03:00
[GH-ISSUE #223] new aut method not work
zhus closed issue sigoden/dufs#790 2026-04-09 17:14:06 +03:00
[GH-ISSUE #223] new aut method not work
zhus opened issue sigoden/dufs#791 2026-04-09 17:14:06 +03:00
[GH-ISSUE #221] DAV server compatible with keeweb
zhus closed issue sigoden/dufs#791 2026-04-09 17:14:06 +03:00
[GH-ISSUE #221] DAV server compatible with keeweb
zhus commented on issue sigoden/dufs#789 2026-04-09 17:14:06 +03:00
[GH-ISSUE #217] How can I see the real ip with reverse proxy?

@sigoden commented on GitHub (Jun 1, 2023):

see readme #log-format. replace $remote_addr with $http_x_real_ip or $http_x_forwarded_for

zhus commented on issue sigoden/dufs#791 2026-04-09 17:14:06 +03:00
[GH-ISSUE #221] DAV server compatible with keeweb

@perrinjerome commented on GitHub (Jun 2, 2023):

I can confirm that with 0.34.1 using with keeweb works fine. Thanks a lot @sigoden