| Commit message (Expand) | Author | Age | Files | Lines |
* | drop dependency of some commands on old config object | Morris Jobke | 2014-11-20 | 1 | -3/+3 |
* | adding console command to generate javascript translation files based on exis... | Thomas Müller | 2014-10-29 | 1 | -0/+1 |
* | no loner use deprecated class \OC_Config | Thomas Müller | 2014-09-22 | 1 | -1/+1 |
* | Added RepairStep interface and default repair step lists | Vincent Petry | 2014-06-12 | 1 | -1/+4 |
* | Merge pull request #8554 from owncloud/add_resetadminpass_command | Andreas Fischer | 2014-05-29 | 1 | -0/+1 |
|\ |
|
| * | Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_command | Andreas Fischer | 2014-05-28 | 1 | -0/+2 |
| |\ |
|
| * | | Move resetpassword into user: command space. | Andreas Fischer | 2014-05-28 | 1 | -1/+1 |
| * | | Receive \OC\User\Manager as a constructor dependency. | Andreas Fischer | 2014-05-28 | 1 | -1/+1 |
| * | | Make ResetAdminPass to ResetPassword | kondou | 2014-05-12 | 1 | -1/+1 |
| * | | Add a resetadminpass command to console - fix #8248 | kondou | 2014-05-12 | 1 | -0/+1 |
* | | | Merge pull request #8748 from owncloud/cli_maintenance_mode | Andreas Fischer | 2014-05-29 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Use OC\Config instead of OC_Config | scolebrook | 2014-05-28 | 1 | -1/+1 |
| * | | Changed class name to mode | scolebrook | 2014-05-28 | 1 | -1/+1 |
| * | | Add ability to enable/disable maintenance mode from cli. | scolebrook | 2014-05-27 | 1 | -0/+1 |
* | | | add cli command to check a users last login | Arthur Schiwon | 2014-05-23 | 1 | -0/+1 |
|/ / |
|
* | | Deduplicate connection handling code into \OC\DB\ConnectionFactory | Andreas Fischer | 2014-03-31 | 1 | -1/+1 |
* | | Allow converting from any db type | Bart Visscher | 2014-02-11 | 1 | -1/+1 |
* | | Merge branch 'master' into db-convert-tool | Bart Visscher | 2014-01-30 | 1 | -0/+1 |
|\| |
|
| * | Add command line tool to show numbers of users and user directories | Arthur Schiwon | 2014-01-07 | 1 | -0/+1 |
* | | Inject config object | Bart Visscher | 2013-12-24 | 1 | -1/+1 |
* | | Add command for converting sqlite database to server based one | Bart Visscher | 2013-12-07 | 1 | -0/+1 |
|/ |
|
* | Add a (currently) empty system for running common repair steps | Robin Appelman | 2013-11-26 | 1 | -0/+1 |
* | merge master into single-user-mode | Robin Appelman | 2013-11-25 | 1 | -0/+3 |
|\ |
|
| * | Add occ command to list all apps | Robin Appelman | 2013-11-25 | 1 | -0/+1 |
| * | add occ commands for enabling and disabling apps | Robin Appelman | 2013-11-25 | 1 | -0/+2 |
* | | Add occ command to enable and disable single user mode | Robin Appelman | 2013-11-25 | 1 | -0/+1 |
|/ |
|
* | Add `occ upgrade` command. | ringmaster | 2013-10-24 | 1 | -0/+1 |
* | new console command to generate sql migration scripts | Thomas Müller | 2013-10-17 | 1 | -0/+2 |
* | Use appinfo/register_command.php to add commands to the console command | Bart Visscher | 2013-09-13 | 1 | -0/+9 |