nextcloud/lib/private/User
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 +02:00
..
BackgroundJobs fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-10-08 11:26:53 +02:00
Listeners chore: Add SPDX header 2024-05-24 13:11:22 +02:00
AvailabilityCoordinator.php Feat: Allow users to select another user as their out-of-office replacement 2024-07-01 15:10:16 +02:00
Backend.php fix: Make user removal more resilient 2024-09-26 20:48:37 +02:00
Database.php fix(database): Cast users count to integer 2025-03-20 12:00:57 +01:00
DisplayNameCache.php fix(user): Introduce a public constant for max length of user id 2025-04-17 09:50:12 +02:00
LazyUser.php feat(IUser): add getQuotaBytes method to get machine readable quota 2025-05-22 12:50:38 +02:00
LoginException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Manager.php fix(user): Introduce a public constant for max length of user id 2025-04-17 09:50:12 +02:00
NoUserException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
OutOfOfficeData.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
PartiallyDeletedUsersBackend.php fix: Skip users that still exist in backend 2024-09-26 20:48:45 +02:00
Session.php fix(session): Only mark sessions of permanent tokens as app passwords 2025-04-03 10:08:15 +02:00
User.php feat(IUser): add getQuotaBytes method to get machine readable quota 2025-05-22 12:50:38 +02:00