summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Command
Commit message (Expand)AuthorAgeFilesLines
* add utility command for object store objectsRobin Appelman2023-07-044-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
* Update license headersChristoph Wurst2020-12-302-0/+2
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-222-2/+2
|\
| * Unify links to php.netJ0WI2020-09-172-2/+2
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+3
* | Stop transfer of ownership between same usersSujith Haridasan2020-10-121-0/+10
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-0/+3
* Add removal of mounts without storages to files:cleanup commandJulius Härtl2020-07-071-0/+33
* Also always return in app commandsJoas Schilling2020-06-264-5/+7
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Set exit code if something went wrong.Daniel Kesselberg2020-04-261-12/+20
* Add folder argument to files:scan-app-dataRoeland Jago Douma2020-04-221-2/+16
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-4/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Add option to transfer-ownership to move dataTobia De Koninck2020-02-031-2/+8
* Update license headers for 18Christoph Wurst2019-12-202-0/+2
* Add typed events for the filesystem/scannerChristoph Wurst2019-12-132-2/+4
* Update license headersChristoph Wurst2019-12-054-5/+14
* Extract transfer ownership logic into a reusable serviceChristoph Wurst2019-11-261-220/+23