aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Info/FileUtils.php
Commit message (Collapse)AuthorAgeFilesLines
* feat: add mount id to info:storage(s)info-storage-commandRobin Appelman2025-05-151-6/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat: add command to get basic storage infoRobin Appelman2025-05-151-0/+97
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* refactor: Extend rector to core/refactor/rector-coreprovokateurin2025-05-151-2/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix: optimize FileUtils::getFilesByUserRobin Appelman2025-03-101-7/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-17/+17
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-261-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: getMountsForFileId may return an unordered listDaniel Kesselberg2024-05-101-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-5/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-201-15/+2
| | | | | | in core/Command/Info, /Integrity, and /Preview classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* add option to list all files instead of limitingRobin Appelman2023-05-041-12/+18
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add command to summarize space usageRobin Appelman2023-05-041-0/+248
Signed-off-by: Robin Appelman <robin@icewind.nl>