Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: optimize FileUtils::getFilesByUser | Robin Appelman | 2025-03-10 | 1 | -7/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -4/+4 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat: Improve encryption mode detection in occ info:file | Louis Chemineau | 2024-08-26 | 1 | -2/+9 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 3 | -53/+53 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 2 | -34/+4 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: getMountsForFileId may return an unordered list | Daniel Kesselberg | 2024-05-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-10 | 1 | -1/+4 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat(occ): Add --storage-tree option to info:file to help debug storages | Côme Chilliet | 2024-04-15 | 1 | -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 getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -5/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add key location to info:file output | Robin Appelman | 2024-02-01 | 1 | -0/+12 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Revert "add key location to info:file output" | Robin Appelman | 2024-01-17 | 1 | -13/+0 |
| | | | | This reverts commit 7bf82fc312acb775bf150ce506d16a05989cd43e. | ||||
* | add key location to info:file output | Robin Appelman | 2024-01-17 | 1 | -0/+13 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -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 Samapoor | 2023-06-20 | 1 | -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 Samapoor | 2023-06-20 | 3 | -22/+7 |
| | | | | | | in core/Command/Info, /Integrity, and /Preview classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | also show file etag in file info | Robin Appelman | 2023-05-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add option to list all files instead of limiting | Robin Appelman | 2023-05-04 | 3 | -19/+23 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add command to summarize space usage | Robin Appelman | 2023-05-04 | 3 | -129/+322 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | validate that folder size sums to children | Robin Appelman | 2023-04-17 | 1 | -5/+21 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add command for getting fileinfo for debugging | Robin Appelman | 2023-04-17 | 1 | -0/+249 |
Signed-off-by: Robin Appelman <robin@icewind.nl> |