nextcloud-server/lib/private/Files
Ferdinand Thiessen e143921896
feat(IUser): add `getQuotaBytes` method to get machine readable quota
Proper replacement for deprecated `OC_Util::getUserQuota`.
Also we still use this in some cases we can now replace, moreover it
just makes sense to have a machine readable format in the API instead of
only the human readable format which is less precise.
Alings also with `getQuota` of the quota storage, which already returned
the machine readable format.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-05-22 12:50:38 +07:00
..
AppData
Cache fix: improve error message when cache rename source can't be found 2025-05-15 15:06:55 +07:00
Config fix(SetupManager): Include home and root providers when registering mounts 2025-05-20 09:46:53 +07:00
Conversion fix: php lint extra tab fix 2025-01-17 21:37:39 +07:00
Lock
Mount fix: use proper way to get numeric storage id for mountpoint 2025-01-13 17:59:17 +07:00
Node fix: improve handling of newFolder race condition handling 2025-05-08 15:19:40 +07:00
Notify
ObjectStore Merge pull request #51779 from nextcloud/object-store-filename 2025-05-06 15:21:01 +07:00
Search fix: Forward 'extra' argument when optimizing query 2025-04-29 18:17:23 +07:00
SimpleFS fix: annotate possible exceptions 2025-05-13 22:27:19 +07:00
Storage chore: move streamCopy implementation from `OC_Helper` to `OCP\Files` 2025-05-16 13:03:05 +07:00
Stream fix: $uid type in Encryption stream 2024-10-23 13:20:40 +07:00
Template feat: only load template fields when requested 2025-05-19 17:51:25 +07:00
Type Merge pull request #52822 from nextcloud/feat/mime-names 2025-05-15 11:41:12 +07:00
Utils fix: better error message when trying to scan a folder that is already being scanned 2025-04-25 18:40:03 +07:00
FileInfo.php
FilenameValidator.php feat(FilenameValidator): allow to sanitize filenames 2025-05-13 14:14:17 +07:00
Filesystem.php
SetupManager.php feat(IUser): add `getQuotaBytes` method to get machine readable quota 2025-05-22 12:50:38 +07:00
SetupManagerFactory.php
View.php chore: move streamCopy implementation from `OC_Helper` to `OCP\Files` 2025-05-16 13:03:05 +07:00