-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Milestone
Description
The FileList object already had a dirInfo object containing the PROPFIND result on the current directory. From here we can already extra information like remaining quota.
Here are the different values from getstoragestats which we should get rid of / move to somewhere else:
-
max_upload=>move to capabilities API Expose PHP max upload size through capabilities API #26068💀 Remove upload_limit in files app as it is not needed with PUT upload #26069 -
free_space=> use fileList.dirInfo instead (quota-available-bytes) -
max_human_file_size=> 💀 -
usedSpacePercent=> use fileList.dirInfo (quota-used-bytes) instead -
owner=> use fileList.dirInfo owner instead -
ownerDisplayName=> use fileList.dirInfo owner display name instead