club-1 / webdav-drive

WebDAV Drive is a file explorer running in a web browser that adds a Google-Drive-like experience to an existing WebDAV share
GNU General Public License v3.0
17 stars 4 forks source link

add account statitics #23

Closed vincent-peugnet closed 2 years ago

vincent-peugnet commented 3 years ago

It would be useful to display account storage usage ideally but at least size used on the drive of the user home folder.

n-peugnet commented 3 years ago

The good thing is that there is RFC 4331 for this and that it is already supported by Sabdre/Dav:

<d:quota-used-bytes>223237308416</d:quota-used-bytes>
<d:quota-available-bytes>29963468800</d:quota-available-bytes>

It would be good to make it as a plugin though.