summaryrefslogtreecommitdiffstats
path: root/core/register_command.php
Commit message (Collapse)AuthorAgeFilesLines
* no loner use deprecated class \OC_ConfigThomas Müller2014-09-221-1/+1
|
* Added RepairStep interface and default repair step listsVincent Petry2014-06-121-1/+4
| | | | | | | | | | | The updater is using "before update" repair steps and "regular" repair steps. The "regular" repair steps are also used by the CLI tool. Currently no steps exist but can be added later in the static methods in the \OC\Repair class. Added unit test to test messaging, error and exception cases.
* Merge pull request #8554 from owncloud/add_resetadminpass_commandAndreas Fischer2014-05-291-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Add a resetadminpass command to console * owncloud/add_resetadminpass_command: Move resetpassword into user: command space. Document type of user project. Receive \OC\User\Manager as a constructor dependency. Use userManager, color output, return 1 on error Add doc, check return-value, fix spacing, require interactive Back to the future Make ResetAdminPass to ResetPassword Add a resetadminpass command to console - fix #8248
| * Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_commandAndreas Fischer2014-05-281-0/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * owncloud/master: (238 commits) Change visibility of scanner internals [tx-robot] updated from transifex remove legacy OC_Filesystem being used in a hook callback add title property to share dialog forgotten infobox messages translations reverts 188c543 and translates only mail fix warning text and margin Adjust core apps to use "requiremin" instead of "require" Added requiremin/requiremax fields for apps [tx-robot] updated from transifex unwrapped strings fix allow resharing of files with only share permissions don't lose file size during rename drop superflous statement in phpdoc add preRememberedLogin hook and document this and postRememberedLogin in class descripttion. Also fixes documentation of postLogin hook [tx-robot] updated from transifex fix grammar make user_ldap fully translatable [tx-robot] updated from transifex fix typo ... Conflicts: core/register_command.php
| * | Move resetpassword into user: command space.Andreas Fischer2014-05-281-1/+1
| | |
| * | Receive \OC\User\Manager as a constructor dependency.Andreas Fischer2014-05-281-1/+1
| | |
| * | Make ResetAdminPass to ResetPasswordkondou2014-05-121-1/+1
| | |
| * | Add a resetadminpass command to console - fix #8248kondou2014-05-121-0/+1
| | |
* | | Merge pull request #8748 from owncloud/cli_maintenance_modeAndreas Fischer2014-05-291-0/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | Add ability to enable/disable maintenance mode from cli. * owncloud/cli_maintenance_mode: Use OC\Config instead of OC_Config Changed class name to mode Add ability to enable/disable maintenance mode from cli.
| * | Use OC\Config instead of OC_Configscolebrook2014-05-281-1/+1
| | |
| * | Changed class name to modescolebrook2014-05-281-1/+1
| | |
| * | Add ability to enable/disable maintenance mode from cli.scolebrook2014-05-271-0/+1
| | |
* | | add cli command to check a users last loginArthur Schiwon2014-05-231-0/+1
|/ /
* | Deduplicate connection handling code into \OC\DB\ConnectionFactoryAndreas Fischer2014-03-311-1/+1
| |
* | Allow converting from any db typeBart Visscher2014-02-111-1/+1
| |
* | Merge branch 'master' into db-convert-toolBart Visscher2014-01-301-0/+1
|\| | | | | | | | | Conflicts: 3rdparty
| * Add command line tool to show numbers of users and user directoriesArthur Schiwon2014-01-071-0/+1
| |
* | Inject config objectBart Visscher2013-12-241-1/+1
| |
* | Add command for converting sqlite database to server based oneBart Visscher2013-12-071-0/+1
|/
* Add a (currently) empty system for running common repair stepsRobin Appelman2013-11-261-0/+1
|
* merge master into single-user-modeRobin Appelman2013-11-251-0/+3
|\
| * Add occ command to list all appsRobin Appelman2013-11-251-0/+1
| |
| * add occ commands for enabling and disabling appsRobin Appelman2013-11-251-0/+2
| |
* | Add occ command to enable and disable single user modeRobin Appelman2013-11-251-0/+1
|/
* Add `occ upgrade` command.ringmaster2013-10-241-0/+1
|
* new console command to generate sql migration scriptsThomas Müller2013-10-171-0/+2
|
* Use appinfo/register_command.php to add commands to the console commandBart Visscher2013-09-131-0/+9