aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Info
Commit message (Collapse)AuthorAgeFilesLines
* fix: optimize FileUtils::getFilesByUserRobin Appelman2025-03-101-7/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-4/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* feat: Improve encryption mode detection in occ info:fileLouis Chemineau2024-08-261-2/+9
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-53/+53
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-262-34/+4
| | | | 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>
* chore: Add SPDX headerAndy Scherzinger2024-05-101-1/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(occ): Add --storage-tree option to info:file to help debug storagesCôme Chilliet2024-04-151-3/+14
| | | | | | Wrapping can get kind of crazy and this helps understanding the situation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* 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>
* add key location to info:file outputRobin Appelman2024-02-011-0/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Revert "add key location to info:file output"Robin Appelman2024-01-171-13/+0
| | | | This reverts commit 7bf82fc312acb775bf150ce506d16a05989cd43e.
* add key location to info:file outputRobin Appelman2024-01-171-0/+13
| | | | 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>
* Moves single constructor parameters to new lines.Faraz Samapoor2023-06-201-1/+3
| | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-203-22/+7
| | | | | | in core/Command/Info, /Integrity, and /Preview classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* also show file etag in file infoRobin Appelman2023-05-091-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add option to list all files instead of limitingRobin Appelman2023-05-043-19/+23
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add command to summarize space usageRobin Appelman2023-05-043-129/+322
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* validate that folder size sums to childrenRobin Appelman2023-04-171-5/+21
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add command for getting fileinfo for debuggingRobin Appelman2023-04-171-0/+249
Signed-off-by: Robin Appelman <robin@icewind.nl>