Commit Graph

55 Commits (08afce3d7e1221170948c460ac2d052d25070403)

Author SHA1 Message Date
Morris Jobke 08afce3d7e [command] single user mode - use config object & add tests 11 years ago
Joas Schilling 2b86eb0b29 Add commands to get, set and delete app config values 11 years ago
Joas Schilling 86952f88cb Add a command to import an json array into the config 11 years ago
Joas Schilling bc084c40a6 Add a command to delete a system config 11 years ago
Joas Schilling 3608c1007e Add a command to get a config value 11 years ago
Joas Schilling a83eac3762 Add a command to set a system config value 11 years ago
Joas Schilling 6763637773 Add a command to list existing configs 11 years ago
Joas Schilling 6d4cb1b480 Sort registration of commands alphabetically 11 years ago
Roeland Jago Douma c8145cdbd6 Javascript mimetype icon resolver 11 years ago
Morris Jobke f63915d0c8 update license headers and authors 11 years ago
Joas Schilling 5180c2398d Add an occ command to get the status of encryption 11 years ago
Joas Schilling 10144bd7f5 Display a message when there is a problem with the default module 11 years ago
Joas Schilling f6d4bdb1fd Add occ commands to manage the encryption modules 11 years ago
Joas Schilling eec92a16d6 Unify the output of the user commands and use DI 11 years ago
Thomas Müller f099c9883e Adding check command to validate server environment - fixes #15429 11 years ago
Robin McCorkell cbbff87d0c Allow app:check-code and l10n:createjs commands when not installed 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Joas Schilling b1ff21ee28 Add a console command user:add to create users over the console 11 years ago
Christian Kampka 83e0f84fef Allow configuring background job mode from the console 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Thomas Müller bcd10d3dc5 implement command maintenance:install 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Thomas Müller d74662df7d implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers 11 years ago
Arthur Schiwon ae9c9a46b8 inject and use user manager to delete command instead of using old static oc_user way 11 years ago
Arthur Schiwon 4fa39250e7 LDAP User Cleanup: Port from stable7 without further adjustements 11 years ago
Morris Jobke 8ae8eb4734 drop dependency of some commands on old config object 11 years ago
Thomas Müller 2f19de11e4 adding console command to generate javascript translation files based on existing php translation files 11 years ago
Thomas Müller a348a6f450 no loner use deprecated class \OC_Config 11 years ago
Vincent Petry ca690c4d02 Added RepairStep interface and default repair step lists 12 years ago
Andreas Fischer f81ee94cad Move resetpassword into user: command space. 12 years ago
Andreas Fischer 52e7bf9630 Receive \OC\User\Manager as a constructor dependency. 12 years ago
scolebrook 43759f1f46 Use OC\Config instead of OC_Config 12 years ago
scolebrook 00f811f09c Changed class name to mode 12 years ago
scolebrook 7151369e5f Add ability to enable/disable maintenance mode from cli. 12 years ago
Arthur Schiwon 09bb8e0e3a add cli command to check a users last login 12 years ago
kondou e5e77b370a Make ResetAdminPass to ResetPassword 12 years ago
kondou 011bd0a1c4 Add a resetadminpass command to console - fix #8248 12 years ago
Andreas Fischer f9853b253c Deduplicate connection handling code into \OC\DB\ConnectionFactory 12 years ago
Bart Visscher 3abcd13979 Allow converting from any db type 12 years ago
Arthur Schiwon bc1235d325 Add command line tool to show numbers of users and user directories 12 years ago
Bart Visscher 202e26647e Inject config object 12 years ago
Bart Visscher e4c31b362e Add command for converting sqlite database to server based one 12 years ago
Robin Appelman 10d84f6e9b Add a (currently) empty system for running common repair steps 12 years ago
Robin Appelman abe63bd329 Add occ command to list all apps 12 years ago
Robin Appelman a324c09e6c Add occ command to enable and disable single user mode 12 years ago
Robin Appelman d3bfb433d1 add occ commands for enabling and disabling apps 12 years ago
ringmaster 29a21466f3 Add `occ upgrade` command. 12 years ago
Thomas Müller 6e1881dbe4 new console command to generate sql migration scripts 12 years ago
Bart Visscher 666bbbe060 Use appinfo/register_command.php to add commands to the console command 12 years ago