summaryrefslogtreecommitdiffstats
path: root/apps/files/command/scan.php
Commit message (Collapse)AuthorAgeFilesLines
* Move Files app to PSR-4 (#24569)Joas Schilling2016-05-121-310/+0
| | | | | | * Move lib/ of Files app to PSR-4 * Move tests to PSR-4
* Add files:scan warning when NFD or incompatible encoding foundVincent Petry2016-04-291-1/+18
|
* Update author informationLukas Reschke2016-03-011-1/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Move signal handling to the base class to allow other commands to reuse this ↵Thomas Müller2016-02-011-61/+13
| | | | feature
* occ scan:files Adding more details in the base print out (II)martin.mattel@diemattels.at2016-01-291-38/+71
| | | | | | | | | | | | Use proper method name Fixed the interruption logic Checks the availability of the pcntl_signal function Fixed typo crtl-c --> ctrl-c one overseen crtl-c typo
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Statistics output for ./occ files:scanmartin.mattel@diemattels.at2015-12-151-6/+184
|
* Skip unavailable storages in scannerRobin Appelman2015-11-271-1/+5
|
* Lock scanner to the given userRobin Appelman2015-07-151-4/+5
|
* Update license headersJenkins for ownCloud2015-03-261-5/+21
|
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+20
|
* Fix check if a path argument is passed to occ files:scanRobin Appelman2015-01-061-1/+1
|
* make path absoluteJörn Friedrich Dreyer2014-12-101-7/+11
|
* add quiet option, ref #8794Jörn Friedrich Dreyer2014-12-041-9/+18
|
* remove triggerupdate, ref #11872Jörn Friedrich Dreyer2014-12-041-3/+11
|
* Show a proper error message when trying to scan the filesystem for a non ↵Robin Appelman2014-09-241-1/+5
| | | | existing user
* Use bigger transactions when doing explicit file system scansRobin Appelman2014-09-081-1/+1
|
* Merge pull request #9206 from owncloud/occ-scan-userVincent Petry2014-06-261-13/+18
|\ | | | | Prevent running the files:scan command as the wrong user
| * Prevent running the files:scan command as the wrong userRobin Appelman2014-06-251-13/+18
| |
* | Add error message when no users specified to files:scan commandVincent Petry2014-06-261-0/+5
|/
* killing some more calls to OC_App::loadApps(); - because we load all apps in ↵Thomas Müller2014-03-251-1/+0
| | | | handleRequest()
* Load authentication apps to get users from all backends - fixes #7019Thomas Müller2014-02-051-0/+1
|
* Add copyright, remove starting blank lineBart Visscher2013-09-191-0/+7
|
* Change Files Scan command to use OC\User\ManagerBart Visscher2013-09-021-7/+18
|
* Use more object oriented way for console commandsBart Visscher2013-09-011-0/+55