| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 1 | -0/+1 |
|\ |
|
| * | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 1 | -0/+1 |
* | | Introduce occ command to manage owncloud log backend | Robin McCorkell | 2015-08-19 | 1 | -0/+1 |
* | | Introduce occ command for logging management | Robin McCorkell | 2015-08-19 | 1 | -0/+2 |
|/ |
|
* | [command] single user mode - use config object & add tests | Morris Jobke | 2015-07-09 | 1 | -1/+1 |
* | Add commands to get, set and delete app config values | Joas Schilling | 2015-07-07 | 1 | -0/+3 |
* | Add a command to import an json array into the config | Joas Schilling | 2015-07-07 | 1 | -0/+1 |
* | Add a command to delete a system config | Joas Schilling | 2015-07-07 | 1 | -0/+1 |
* | Add a command to get a config value | Joas Schilling | 2015-07-07 | 1 | -0/+1 |
* | Add a command to set a system config value | Joas Schilling | 2015-07-07 | 1 | -0/+1 |
* | Add a command to list existing configs | Joas Schilling | 2015-07-07 | 1 | -0/+2 |
* | Sort registration of commands alphabetically | Joas Schilling | 2015-07-07 | 1 | -13/+17 |
* | Javascript mimetype icon resolver | Roeland Jago Douma | 2015-07-06 | 1 | -0/+1 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
* | Merge pull request #16035 from owncloud/issue-15975-occ-encryption-enable-war... | Thomas Müller | 2015-05-07 | 1 | -1/+1 |
|\ |
|
| * | Display a message when there is a problem with the default module | Joas Schilling | 2015-05-04 | 1 | -1/+1 |
* | | Add an occ command to get the status of encryption | Joas Schilling | 2015-05-04 | 1 | -0/+1 |
|/ |
|
* | Add occ commands to manage the encryption modules | Joas Schilling | 2015-04-27 | 1 | -0/+4 |
* | Unify the output of the user commands and use DI | Joas Schilling | 2015-04-23 | 1 | -4/+4 |
* | Adding check command to validate server environment - fixes #15429 | Thomas Müller | 2015-04-08 | 1 | -0/+1 |
* | Allow app:check-code and l10n:createjs commands when not installed | Robin McCorkell | 2015-04-01 | 1 | -2/+2 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+22 |
* | Add a console command user:add to create users over the console | Joas Schilling | 2015-03-11 | 1 | -0/+1 |
* | Allow configuring background job mode from the console | Christian Kampka | 2015-03-02 | 1 | -0/+3 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -23/+4 |
* | implement command maintenance:install | Thomas Müller | 2015-02-23 | 1 | -16/+21 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+23 |
* | implement php code checker to detect usage of not allowed private APIs - incl... | Thomas Müller | 2015-02-10 | 1 | -0/+1 |
* | inject and use user manager to delete command instead of using old static oc_... | Arthur Schiwon | 2015-01-07 | 1 | -1/+1 |
* | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 1 | -0/+1 |
* | 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 |