Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | 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_command | Andreas Fischer | 2014-05-29 | 1 | -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_command | Andreas Fischer | 2014-05-28 | 1 | -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 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 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | 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_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 |
|\| | | | | | | | | | Conflicts: 3rdparty | ||||
| * | 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 |