nextcloud-server/lib
Joas Schilling 05a9ee1014
fix(autoloader): Fix location of class to be autoloadable
> Class FeedBackHandler located in ./core/ajax/update.php does not comply with psr-4 autoloading standard (rule: OC\Core\ => ./core). Skipping.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-05-23 10:23:03 +07:00
..
composer fix(autoloader): Fix location of class to be autoloadable 2025-05-23 10:23:03 +07:00
l10n fix(l10n): Update translations from Transifex 2025-05-22 00:22:42 +07:00
private feat(IUser): add `getQuotaBytes` method to get machine readable quota 2025-05-22 12:50:38 +07:00
public feat(IUser): add `getQuotaBytes` method to get machine readable quota 2025-05-22 12:50:38 +07:00
unstable
autoloader.php feat: Improve init a bit, and add more profiling steps 2025-05-13 16:08:49 +07:00
base.php Merge pull request #52810 from nextcloud/artonge/feat/do_not_require_samesite_strict_cookie_on_public.php 2025-05-22 10:30:16 +07:00
versioncheck.php