summaryrefslogtreecommitdiffstats
path: root/apps/files/command
Commit message (Collapse)AuthorAgeFilesLines
* Move Files app to PSR-4 (#24569)Joas Schilling2016-05-123-634/+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
|
* Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-151-0/+6
|
* Inject the Mount ManagerJoas Schilling2016-04-041-5/+8
|
* Unmount the share before deleting it, so we don't try to use it later onJoas Schilling2016-04-011-0/+6
|
* Some typo corrections in occ command outputCarla Schroder2016-03-161-1/+1
|
* Update author informationLukas Reschke2016-03-013-2/+3
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Chunk the queries to make sure they don't time outJoas Schilling2016-02-101-5/+25
|
* Adjust command descriptionThomas Müller2016-02-091-1/+1
|
* Set share owner and share initiator on upate as wellThomas Müller2016-02-091-7/+1
|
* Introduce console command to transfer ownerships of files - refs #19154Thomas Müller2016-02-091-0/+231
|
* 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-122-2/+3
|
* 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
|
* [command] delete orphaned file cache entriesMorris Jobke2015-04-081-0/+63
| | | | | * ./occ files:cleanup * delete file cache entries without an existing storage
* 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