@sigoden commented on GitHub (Jun 22, 2024):
This is a feature of modern browsers. They can handle a wide range of file types natively, meaning they can open and…
@sigoden commented on GitHub (Jun 19, 2024):
@zhuaoyuan why https other than http?
@zhuaoyuan commented on GitHub (Jun 19, 2024):
My bad, bro. Thanks for quick reply and it works.
@sigoden commented on GitHub (Jun 27, 2024):
WebDAV is not returning any new data. The key is avaiable operations and access control.
For example, GET /…
@sigoden commented on GitHub (Jun 14, 2024):
Dufs will not support this feature.
@sigoden commented on GitHub (Jun 14, 2024):
There are several types of speed limiting
- Scope
- Single connection: nginx with limit_rate
- Single IP:…
@sigoden commented on GitHub (Jun 19, 2024):
we will not support this feature. Because POST does not conform to the webdav specification,
If it is…
400 for unsupported propfind depths
400 for unsupported propfind depths
400 for unsupported propfind depths
@grote commented on GitHub (Jun 14, 2024):
I don't really know rust, but looks like this is already returned for missing depths here: https://github.com/sigoden/d…
400 for unsupported propfind depths
@grote commented on GitHub (Jun 14, 2024):
Awesome, thanks a lot for the quick fix!