We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1158c47 + 8aa9147 commit edf08f5Copy full SHA for edf08f5
2 files changed
apps/provisioning_api/lib/users.php
@@ -575,6 +575,7 @@ protected function fillStorageInfo($userId) {
575
'used' => $storage['used'],
576
'total' => $storage['total'],
577
'relative' => $storage['relative'],
578
+ 'quota' => $storage['quota'],
579
];
580
} catch (NotFoundException $ex) {
581
$data = [];
lib/public/files/fileinfo.php
@@ -53,7 +53,7 @@ interface FileInfo {
53
*/
54
const SPACE_UNKNOWN = -2;
55
/**
56
- * @const \OCP\Files\FileInfo::SPACE_UNKNOWN Return value for unlimited space
+ * @const \OCP\Files\FileInfo::SPACE_UNLIMITED Return value for unlimited space
57
* @since 8.0.0
58
59
const SPACE_UNLIMITED = -3;
0 commit comments