summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Command/ScanAppData.php
Commit message (Expand)AuthorAgeFilesLines
* [Fix]: scan-app-data conversionEWouters2023-01-031-1/+2
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-1/+2
* Move storage encoding compatibility warning logicVincent Petry2021-11-171-15/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
* Fix database connection usage in the files scannerChristoph Wurst2021-01-111-9/+11
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Also always return in app commandsJoas Schilling2020-06-261-1/+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
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Add typed events for the filesystem/scannerChristoph Wurst2019-12-131-1/+2
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
* Fix occ files:scan-app-data elapsed timeJoel S2019-02-221-4/+3
* Revert changes not related to $verboseDaniel Kesselberg2018-10-221-4/+4
* Replace $verbose with VERBOSITY_VERBOSE for scanFiles methodDaniel Kesselberg2018-10-211-63/+27
* Rename method to abortIfInterruptedDaniel Kesselberg2018-10-081-4/+4
* Adjust code for changed method signatureDaniel Kesselberg2018-10-071-14/+6
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-071-1/+1
|\
| * Remove unused variablesMorris Jobke2017-11-061-1/+1
* | Update license headersMorris Jobke2017-11-061-2/+22
|/
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
* Add PHPDoc and handle exception in ScanAppData as wellMorris Jobke2017-04-191-0/+2
* Use proper name and code styleMorris Jobke2017-03-221-2/+2
* Add files:scanAppData commandRoeland Jago Douma2017-03-221-0/+284