Commit Graph

138 Commits (cfe241a959d02fa856c0aca3cb7779b02cb3c943)

Author SHA1 Message Date
Thomas Müller a4171b295d More elaborate command description for upgrade - fixes #14864 10 years ago
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Christian Kampka 277503209a Install command should not require table prefix 10 years ago
Thomas Müller 96b223676d Don't play with config values ... 10 years ago
Thomas Müller cba3ec2c7f Setting oci as supported database 10 years ago
Joas Schilling b1ff21ee28 Add a console command user:add to create users over the console 10 years ago
Joas Schilling 560137ca23 Always include the installed app version in "occ app:list" 10 years ago
Thomas Müller 6c1a1234f8 Properly handle available databases at runtime and respect setup checks in command line as well 10 years ago
Christian Kampka 83e0f84fef Allow configuring background job mode from the console 10 years ago
Vincent Petry 22bc37cb82 Properly forward repair errors and warnings 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Thomas Müller 58cedc07b5 print app upgrade information to console as well 10 years ago
Thomas Müller bbf7f56f94 3rd-party apps are disabled on upgrade - refs #14026 10 years ago
Thomas Müller eae6471105 Fix error handling 10 years ago
Thomas Müller bcd10d3dc5 implement command maintenance:install 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 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 10 years ago
Morris Jobke a7eedf0149 Disallow disabling of files app 10 years ago
Thomas Müller 9ad9d7bfbb naming fixes while reviewing 10 years ago
Joas Schilling 039397bd31 Use setConfigs() instead of calling setConfig() multiple times 10 years ago
Thomas Müller 1d2bef0a01 Use a special filter expression for Oracle to filter the prefix - fixes #13220 10 years ago
Arthur Schiwon ae9c9a46b8 inject and use user manager to delete command instead of using old static oc_user way 10 years ago
Morris Jobke 95374e1404 add default for dbtableprefix 10 years ago
Morris Jobke dbc465de97 use injected config object and fix typos 10 years ago
tbelau666 ad8d55c327 Use Doctrines filter by table name 10 years ago
Arthur Schiwon 4fa39250e7 LDAP User Cleanup: Port from stable7 without further adjustements 10 years ago
Victor Dubiniuk c9fd3c9d29 Inject config 10 years ago
Victor Dubiniuk 303fce44f4 Use httphelper and cache response even when it empty 10 years ago
Morris Jobke 8ae8eb4734 drop dependency of some commands on old config object 10 years ago
Thomas Müller 136b0c22c9 Fix ctor call in OC\Core\Command\Upgrade 11 years ago
unclejamal3000 17f54a5fb6 Enhance question in DB migration script 11 years ago
Thomas Müller 2f19de11e4 adding console command to generate javascript translation files based on existing php translation files 11 years ago
Robin Appelman d4e929c37a Remove implicit prepared statement cache and get the connection from the server container in \OC_DB 11 years ago
Thomas Müller a348a6f450 no loner use deprecated class \OC_Config 11 years ago
Thomas Müller e655d32979 remove bootstrapping - occ can by definition only be executed if ownCloud is installed - base.php is required earlier already 11 years ago
Thomas Müller 43c191fffb show upgrade errors as error in the console and report back that the upgrade process failed if it did 11 years ago
kondou b86e124e03 Warn user on resetting passwords via occ when encryption is enabled 11 years ago
Vincent Petry ca690c4d02 Added RepairStep interface and default repair step lists 11 years ago
Vincent Petry 6fcd1af4db Add support for repair step classes 11 years ago
Vincent Petry 5e27ac3e0d Added CLI arguments for upgrade simulation steps 11 years ago
Vincent Petry 5b97369b00 Simulate apps database schema update on upgrade 11 years ago
Andreas Fischer f81ee94cad Move resetpassword into user: command space. 11 years ago
Andreas Fischer 8981929e92 Document type of user project. 11 years ago
Andreas Fischer 52e7bf9630 Receive \OC\User\Manager as a constructor dependency. 11 years ago
scolebrook 43759f1f46 Use OC\Config instead of OC_Config 11 years ago
scolebrook 00f811f09c Changed class name to mode 11 years ago
scolebrook 7151369e5f Add ability to enable/disable maintenance mode from cli. 11 years ago
Vincent Petry 02f682b156 Now showing disabled apps as upgrade status line 11 years ago
kondou f216d81408 Use userManager, color output, return 1 on error 11 years ago
Arthur Schiwon 7f7999c7d8 print time in 24h format 11 years ago