Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [command] delete orphaned file cache entries | Morris Jobke | 2015-04-08 | 1 | -0/+63 |
| | | | | | * ./occ files:cleanup * delete file cache entries without an existing storage | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+21 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+6 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+20 |
| | |||||
* | Fix check if a path argument is passed to occ files:scan | Robin Appelman | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | make path absolute | Jörn Friedrich Dreyer | 2014-12-10 | 1 | -7/+11 |
| | |||||
* | add quiet option, ref #8794 | Jörn Friedrich Dreyer | 2014-12-04 | 1 | -9/+18 |
| | |||||
* | remove triggerupdate, ref #11872 | Jörn Friedrich Dreyer | 2014-12-04 | 1 | -3/+11 |
| | |||||
* | Show a proper error message when trying to scan the filesystem for a non ↵ | Robin Appelman | 2014-09-24 | 1 | -1/+5 |
| | | | | existing user | ||||
* | Use bigger transactions when doing explicit file system scans | Robin Appelman | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #9206 from owncloud/occ-scan-user | Vincent Petry | 2014-06-26 | 1 | -13/+18 |
|\ | | | | | Prevent running the files:scan command as the wrong user | ||||
| * | Prevent running the files:scan command as the wrong user | Robin Appelman | 2014-06-25 | 1 | -13/+18 |
| | | |||||
* | | Add error message when no users specified to files:scan command | Vincent Petry | 2014-06-26 | 1 | -0/+5 |
|/ | |||||
* | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵ | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
| | | | | handleRequest() | ||||
* | Load authentication apps to get users from all backends - fixes #7019 | Thomas Müller | 2014-02-05 | 1 | -0/+1 |
| | |||||
* | Add copyright, remove starting blank line | Bart Visscher | 2013-09-19 | 1 | -0/+7 |
| | |||||
* | Change Files Scan command to use OC\User\Manager | Bart Visscher | 2013-09-02 | 1 | -7/+18 |
| | |||||
* | Use more object oriented way for console commands | Bart Visscher | 2013-09-01 | 1 | -0/+55 |