summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Command
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some php-cs fixesRoeland Jago Douma2019-11-223-3/+4
* Check quota before transfer ownershipRoeland Jago Douma2019-11-131-2/+14
* Fix occ files:scan-app-data elapsed timeJoel S2019-02-222-5/+4
* Fix-13911-occ-files-scan-elapsed-timeJoel S2019-02-221-4/+3
* Merge pull request #11968 from nextcloud/feature/noid/drop-verbose-appscanDaniel Kesselberg2018-11-061-61/+25
|\
| * Revert changes not related to $verboseDaniel Kesselberg2018-10-221-4/+4
| * Replace $verbose with VERBOSITY_VERBOSE for scanFiles methodDaniel Kesselberg2018-10-211-63/+27
* | Remove quiet and verbose from Command/ScanDaniel Kesselberg2018-10-211-13/+1
* | Replace $verbose with VERBOSITY_VERBOSE for scanFiles methodDaniel Kesselberg2018-10-211-56/+26
|/
* Rename method to abortIfInterruptedDaniel Kesselberg2018-10-082-9/+9
* Adjust code for changed method signatureDaniel Kesselberg2018-10-072-30/+16
* Transfer room shares too with the "files:transfer-ownership" commandDaniel Calviño Sánchez2018-08-081-1/+1
* Fix transfering ownership of a share to user with same id as receiverDaniel Calviño Sánchez2018-07-241-1/+2
* Add option to only scan the home storageRobin Appelman2018-06-281-3/+13
* feat: allow files:scan --shallowBlaok2018-05-181-3/+8
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-262-2/+2
* Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-072-2/+2
|\
| * Remove unused variablesMorris Jobke2017-11-062-2/+2
* | Update license headersMorris Jobke2017-11-062-2/+26
|/
* Remove unused use statementsMorris Jobke2017-04-222-4/+0
* Add PHPDoc and handle exception in ScanAppData as wellMorris Jobke2017-04-191-0/+2
* show error when trying to scan non existing pathRobin Appelman2017-04-191-7/+12
* Merge pull request #3965 from nextcloud/downstream-27343Morris Jobke2017-03-231-4/+33
|\
| * improve file transfer codeMorris Jobke2017-03-221-26/+15
| * Providing --path option to transfer-ownershipSujith H2017-03-201-4/+44
* | Use proper name and code styleMorris Jobke2017-03-221-2/+2
* | Add files:scanAppData commandRoeland Jago Douma2017-03-221-0/+284
|/
* Log files:scan exception, add InterruptedExceptionVincent Petry2017-03-201-8/+10
* Use a proper date format for transfer ownershipMorris Jobke2017-03-021-1/+1
* Merge pull request #2109 from nextcloud/oc_26533Morris Jobke2016-11-181-0/+5
|\
| * Test on storageRoeland Jago Douma2016-11-151-2/+2
| * Transfer ownership only analyze home storageVincent Petry2016-11-141-0/+5