webdav-handler-rs icon indicating copy to clipboard operation
webdav-handler-rs copied to clipboard

Return correct quota information for all directories

Open Vigilans opened this issue 3 years ago • 0 comments

Currently, correct quota information is returned only for root ('/') folder. However, there are cases when we mount a subdirectory of a webdav server as the cloud disk, and in such case the subdirectory becomes the root folder, and we expect to see the correct quota information on this disk.

Therefore, this PR modifies the get_quota logic so correct quota information is returned for all directories in addition to root one.

Vigilans avatar Aug 10 '21 13:08 Vigilans