summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Command/Scan.php
Commit message (Expand)AuthorAgeFilesLines
* Also always return in app commandsJoas Schilling2020-06-261-2/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* 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/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Fix occ files:scan-app-data elapsed timeJoel S2019-02-221-1/+1
* Fix-13911-occ-files-scan-elapsed-timeJoel S2019-02-221-4/+3
* 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-081-5/+5
* Adjust code for changed method signatureDaniel Kesselberg2018-10-071-16/+10
* 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-261-1/+1
* Remove unused variablesMorris Jobke2017-11-061-1/+1
* show error when trying to scan non existing pathRobin Appelman2017-04-191-7/+12
* Log files:scan exception, add InterruptedExceptionVincent Petry2017-03-201-8/+10
* Before a user is getting scanned the database connection is re-establishedThomas Müller2016-08-291-1/+26
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-1/+2
* Update license headersLukas Reschke2016-05-261-0/+1
* add "unscanned" option to files:scan to triger a background scanRobin Appelman2016-05-191-3/+12
* Move Files app to PSR-4 (#24569)Joas Schilling2016-05-121-0/+310