Block a user
[GH-ISSUE #423] Slow download of zipped folders
@sigoden commented on GitHub (Jul 24, 2024):
The compress algorithm will limit the zip download rate.
--compress <level> Set zip compress level…
[GH-ISSUE #424] Weird permission issue
@sigoden commented on GitHub (Jul 27, 2024):
- -a "@/public:r"
+ -a "@/public:ro"
:r is invalid. @/public:r makes path public:r public.
[GH-ISSUE #426] get sorting by creation time
@sigoden commented on GitHub (Jul 30, 2024):
We will not support this feature.
[GH-ISSUE #430] There is a serious issue with obtaining the hash method with "?hash"
[GH-ISSUE #430] There is a serious issue with obtaining the hash method with "?hash"
[GH-ISSUE #427] Clicking "Save file" on editor page breaks images
[GH-ISSUE #427] Clicking "Save file" on editor page breaks images
[GH-ISSUE #432] how could I use auth with docker?
[GH-ISSUE #432] how could I use auth with docker?
[GH-ISSUE #430] There is a serious issue with obtaining the hash method with "?hash"
@sigoden commented on GitHub (Aug 14, 2024):
Any design requires a balance between convenience and safety. In the dufs service, avoiding the use of ?hash…
[GH-ISSUE #434] Add documentation on how to use WebDAV
[GH-ISSUE #434] Add documentation on how to use WebDAV
[GH-ISSUE #435] Suggestion: Drag n drop to download
[GH-ISSUE #435] Suggestion: Drag n drop to download
[GH-ISSUE #436] Getting "Forbidden" at login, but (sometimes) after refresh login succeeds
[GH-ISSUE #436] Getting "Forbidden" at login, but (sometimes) after refresh login succeeds
[GH-ISSUE #434] Add documentation on how to use WebDAV
@sigoden commented on GitHub (Aug 21, 2024):
http url is the webdav url.
There are already many WebDAV clients and tutorials available. Documentation is not…
[GH-ISSUE #426] get sorting by creation time