aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Command
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-1/+2
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-2/+2
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-152-2/+4
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-202-11/+11
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-281-36/+66
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2513-47/+47
* chore: Add SPDX headerAndy Scherzinger2024-05-2914-278/+33
* feat: cleanup filecache_extended items by defaultRobin Appelman2024-04-151-2/+2
* feat: remove orphaned entries from filecache_extendedDaniel Kesselberg2024-04-151-1/+37
* use correct mode constant of files:scan's --path optionRobin Appelman2024-02-241-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-239-13/+8
* add named metadata eventMaxence Lange2023-11-201-6/+14
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-7/+0
* IFilesMetadataMaxence Lange2023-11-071-3/+12
* Merge branch 'master' into refactor_files_app_commandsFaraz Samapoor2023-08-013-1/+282
|\
| * Merge pull request #38860 from nextcloud/scanner-change-summaryRobin Appelman2023-07-201-1/+31
| |\
| | * add summary of detected changes to files:scan outputRobin Appelman2023-06-161-1/+31
| * | add commands to copy/move filesRobin Appelman2023-07-122-0/+255
| |/
* | Fixes Psalm's "InvalidArgument" error.Faraz Samapoor2023-07-121-1/+1
* | Fixes Psalm's "LessSpecificReturnStatement" error.Faraz Samapoor2023-07-121-2/+3
* | Refactors files app commands.Faraz Samapoor2023-07-1212-211/+156
|/
* add utility command for object store objectsRobin Appelman2023-06-094-0/+352
* Merge pull request #37971 from nextcloud/info-file-getRobin Appelman2023-05-103-0/+291
|\
| * minor fixes for get/putRobin Appelman2023-05-092-6/+19
| * add command to write a fileRobin Appelman2023-05-043-2/+84
| * move get/delete commands to files namespace, make get take the output as argu...Robin Appelman2023-05-042-0/+196
* | Add an error counterCôme Chilliet2023-05-041-20/+17
* | Only show error stack trace on very verbose levelCôme Chilliet2023-05-021-6/+2
* | Do not stop at the first PHP error/warning in files:scanCôme Chilliet2023-04-271-11/+15
|/
* better error messages if the users home is not writable during scanningRobin Appelman2023-04-051-0/+1
* [Fix]: scan-app-data conversionEWouters2023-01-031-1/+2
* Cast to int #32837Markus Zeller2022-11-071-1/+1
* Allow scanning for metadata with occ scan:file --generate-metadataCarl Schwan2022-10-111-16/+33
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Merge pull request #32874 from bill-mcgonigle/patch-1Simon L2022-06-171-1/+1
|\
| * Mention missing files subdirBill McGonigle2022-06-141-1/+1
* | Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-141-1/+1
|/
* Fix issue #31692 of occ files:scancld4h2022-04-261-1/+1
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-242-2/+4
* Move storage encoding compatibility warning logicVincent Petry2021-11-172-30/+4
* Added support for transfering incoming file shares.Immanuel Pasanec2021-08-271-3/+40
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-10/+7
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* cast intsRobin Appelman2021-01-271-2/+2
* handle the cache where a cache entry with the correct path has already been r...Robin Appelman2021-01-271-6/+28
* also repair storage idRobin Appelman2021-01-271-0/+3
* add command to repair broken filesystem treesRobin Appelman2021-01-271-0/+107
* Fix database connection usage in the files scannerChristoph Wurst2021-01-112-18/+22