Morris Jobke
56b1c93a79
Add verbosity option to app:check-code
...
* by default only lists files with errors
* option -v lists all files even if there are no errors
2015-05-05 13:57:23 +02:00
Joas Schilling
87787a3af4
Fix the "app-id" parameter description of app:check-code
2015-05-05 08:23:59 +02:00
Joas Schilling
5180c2398d
Add an occ command to get the status of encryption
2015-05-04 15:31:19 +02:00
Bernhard Posselt
7c0dc06c10
make command optional
2015-04-29 22:53:16 +02:00
Bernhard Posselt
b0d1d61db2
default to an empty string for database password if ommited
...
fix null passwords
remove password trimming
2015-04-29 15:39:51 +02:00
Thomas Müller
aa2bd28a6a
fix typo
2015-04-27 16:34:58 +02:00
Thomas Müller
66f9811151
handle case where the given language is unknown - refs #15794
2015-04-27 15:40:16 +02:00
Joas Schilling
e4c24a6b5c
Undefined index: default
2015-04-27 12:21:48 +02:00
Joas Schilling
25b5adfe87
Fix scrutinizer complain
2015-04-27 11:46:00 +02:00
Joas Schilling
a4c314622a
Use interface
2015-04-27 11:03:51 +02:00
Joas Schilling
e4977841b4
Add unit tests for the commands
2015-04-27 11:03:51 +02:00
Joas Schilling
d600955a51
Make getDefaultModuleId public and get module protected
2015-04-27 11:03:51 +02:00
Joas Schilling
f6d4bdb1fd
Add occ commands to manage the encryption modules
2015-04-27 11:03:50 +02:00
Joas Schilling
eec92a16d6
Unify the output of the user commands and use DI
2015-04-23 12:40:13 +02:00
Joas Schilling
07627084e4
Check if the user exists before trying to delete him
2015-04-23 12:32:46 +02:00
Joas Schilling
2c396a7080
Remove the app version from disabled app list
2015-04-20 17:03:19 +02:00
Thomas Müller
13178db465
Merge pull request #15404 from Crote/occ-password-from-env
...
Add password input from env variable for occ user:{add, resetpassword}
2015-04-10 00:08:40 +02:00
Joas Schilling
98bdfa1518
change handling in app:list
2015-04-09 14:44:30 +02:00
Joas Schilling
def3b687ee
Replace print_r() with pretty json
2015-04-09 14:42:44 +02:00
Joas Schilling
dd5063bd49
Add an option to get the output in plain, json or print_r syntax
2015-04-09 11:46:52 +02:00
Thomas Müller
f099c9883e
Adding check command to validate server environment - fixes #15429
2015-04-08 00:19:23 +02:00
Laurens Post
d9323ca1be
Add password input from env variable for occ user:{add, resetpassword}
...
This commit adds the --password-from-env switch to the `occ user:add` and
`occ user:resetpassword` commands. When this parameter is given, Owncloud
will use the password specified in environment variable OC_PASS. This
is safer than using command line parameters, as those can be read by any
process.
2015-04-04 13:24:57 +02:00
Laurens Post
6ce790ebbc
Fix occ user:add failure return codes
2015-04-04 12:25:34 +02:00
Thomas Müller
a4171b295d
More elaborate command description for upgrade - fixes #14864
2015-03-26 22:30:35 +01:00
Jenkins for ownCloud
b585d87d9d
Update license headers
2015-03-26 11:44:36 +01:00
Morris Jobke
89e1b920cc
Merge pull request #14613 from kampka/no-table-prefix
...
Install command should not require table prefix
2015-03-12 10:06:21 +01:00
Christian Kampka
277503209a
Install command should not require table prefix
2015-03-11 21:06:25 +01:00
Lukas Reschke
73dc02d42c
Merge pull request #14798 from owncloud/enable-oci-autotest-master
...
Setting oci as supported database
2015-03-11 16:14:54 +01:00
Morris Jobke
caa672ceeb
Merge pull request #14794 from owncloud/add-console-command-user-add
...
Add a console command user:add to create users over the console
2015-03-11 16:09:23 +01:00
Thomas Müller
96b223676d
Don't play with config values ...
2015-03-11 15:47:24 +01:00
Thomas Müller
cba3ec2c7f
Setting oci as supported database
2015-03-11 14:29:22 +01:00
Joas Schilling
b1ff21ee28
Add a console command user:add to create users over the console
2015-03-11 14:22:23 +01:00
Morris Jobke
ad97ceb787
Merge pull request #13513 from owncloud/repair-legacystoragenofatalfail
...
Do not abort when meeting unfixable legacy storages
2015-03-11 13:32:33 +01:00
Thomas Müller
b3bb65eae5
Merge pull request #14662 from owncloud/issue/14661-show-versions-in-occ-applist
...
Add an option to include the installed app version in "occ app:list"
2015-03-11 12:23:22 +01:00
Joas Schilling
560137ca23
Always include the installed app version in "occ app:list"
2015-03-11 09:47:41 +01:00
Thomas Müller
6c1a1234f8
Properly handle available databases at runtime and respect setup checks in command line as well
2015-03-11 09:27:12 +01:00
Christian Kampka
83e0f84fef
Allow configuring background job mode from the console
2015-03-02 20:51:40 +01:00
Vincent Petry
22bc37cb82
Properly forward repair errors and warnings
...
This makes repair errors and warnings visible for the user when
upgrading on the command line or in the web UI.
2015-02-27 12:44:04 +01:00
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
...
This reverts commit 6a1a4880f0
.
2015-02-26 11:37:37 +01:00
Thomas Müller
58cedc07b5
print app upgrade information to console as well
2015-02-24 12:52:16 +01:00
Thomas Müller
bbf7f56f94
3rd-party apps are disabled on upgrade - refs #14026
2015-02-24 12:02:36 +01:00
Thomas Müller
eae6471105
Fix error handling
2015-02-23 17:46:08 +01:00
Thomas Müller
bcd10d3dc5
implement command maintenance:install
2015-02-23 16:47:47 +01:00
Jenkins for ownCloud
6a1a4880f0
Updating license headers
2015-02-23 12:13:59 +01:00
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
2015-02-10 11:51:24 +01:00
Morris Jobke
a7eedf0149
Disallow disabling of files app
2015-02-03 00:39:01 +01:00
Thomas Müller
9ad9d7bfbb
naming fixes while reviewing
2015-01-26 12:59:25 +01:00
Joas Schilling
039397bd31
Use setConfigs() instead of calling setConfig() multiple times
2015-01-23 14:52:21 +01:00
Thomas Müller
1d2bef0a01
Use a special filter expression for Oracle to filter the prefix - fixes #13220
2015-01-12 16:28:11 +01:00
Thomas Müller
1f1643b35f
Merge pull request #12995 from owncloud/tbelau666-master
...
Use Doctrines filter by table name
2015-01-09 14:17:14 +01:00