summaryrefslogtreecommitdiffstats
path: root/core/command/app
Commit message (Collapse)AuthorAgeFilesLines
* Run the license scriptJoas Schilling2016-07-225-12/+17
|
* fixed codeMorris Jobke2016-06-201-2/+2
|
* Update author informationLukas Reschke2016-03-012-0/+2
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Remove inaccurate "is already enabled" messageJoas Schilling2016-02-161-4/+0
|
* Make it possible to enable apps for groups only via occJoas Schilling2016-01-191-5/+36
|
* Make it possible to disable apps via the console, which are not enabled for ↵Joas Schilling2016-01-191-2/+15
| | | | the current user
* Make sure to list "group enabled" apps as enabledJoas Schilling2016-01-191-4/+16
| | | | also when they are not enabled for the current user
* Happy new year!Thomas Müller2016-01-125-6/+7
|
* Add a warning to the app:check-code if the version is missingJoas Schilling2016-01-071-0/+4
|
* Add occ command to get app pathVictor Dubiniuk2015-12-091-0/+62
|
* Add cmdline key to show shipped/non-shipped apps onlyVictor Dubiniuk2015-11-231-0/+17
|
* Do not allow two different version requirementsJoas Schilling2015-11-091-0/+4
|
* update licence headers via scriptMorris Jobke2015-10-053-1/+3
|
* encode arrays as stringMorris Jobke2015-09-241-3/+0
|
* [App Code Check] add check for version and mandatory fieldsMorris Jobke2015-09-241-1/+68
| | | | | * ref #17598 * including unit tests for mandatory fields/versions
* No error code when app already enabled/disabledVincent Petry2015-08-192-2/+0
|
* Return error code on failure with occ app:enable/disableVincent Petry2015-08-182-0/+4
|
* Merge pull request #16935 from ↵Joas Schilling2015-07-201-2/+31
|\ | | | | | | | | owncloud/allow-app-check-code-for-deprecated-classes Allow app check code for deprecated classes
| * PR #17046 deprecated OCP\Util::mb_(sub)str_replace()Joas Schilling2015-07-171-1/+1
| |
| * Allow specifying the checkers used in app:check-codeRobin McCorkell2015-07-171-15/+21
| | | | | | | | | | By default, all are enabled, but specific ones can be selected through command line options.
| * Use the decorator patternJoas Schilling2015-07-171-5/+9
| |
| * Restructor the code into different classes instead of extendingJoas Schilling2015-07-171-4/+7
| |
| * Use non-zero exit codeJoas Schilling2015-07-171-1/+2
| |
| * Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-171-1/+16
| |
* | Use constants for the output formatsJoas Schilling2015-07-171-1/+1
|/
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Use non-zero exit code when app is not compliant (so CIs can detect the status)Joas Schilling2015-06-241-0/+1
|
* Add verbosity option to app:check-codeMorris Jobke2015-05-051-6/+17
| | | | | * by default only lists files with errors * option -v lists all files even if there are no errors
* Fix the "app-id" parameter description of app:check-codeJoas Schilling2015-05-051-1/+1
|
* Remove the app version from disabled app listJoas Schilling2015-04-201-2/+2
|
* change handling in app:listJoas Schilling2015-04-091-23/+21
|
* Add an option to get the output in plain, json or print_r syntaxJoas Schilling2015-04-091-7/+35
|
* Update license headersJenkins for ownCloud2015-03-264-16/+73
|
* Always include the installed app version in "occ app:list"Joas Schilling2015-03-111-2/+3
|
* Revert "Updating license headers"Morris Jobke2015-02-264-69/+20
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-234-20/+69
|
* implement php code checker to detect usage of not allowed private APIs - ↵Thomas Müller2015-02-101-0/+53
| | | | including console command to check local code to be used by developers
* Disallow disabling of files appMorris Jobke2015-02-031-2/+6
|
* Add occ command to list all appsRobin Appelman2013-11-251-0/+47
|
* rename app_id to app-idRobin Appelman2013-11-252-4/+4
|
* add occ commands for enabling and disabling appsRobin Appelman2013-11-252-0/+76