summaryrefslogtreecommitdiffstats
path: root/core/command/app
Commit message (Expand)AuthorAgeFilesLines
* Rename files to be PSR-4 compliantLukas Reschke2016-04-065-516/+0
* Update author informationLukas Reschke2016-03-012-0/+2
* 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 t...Joas Schilling2016-01-191-2/+15
* Make sure to list "group enabled" apps as enabledJoas Schilling2016-01-191-4/+16
* 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
* 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 owncloud/allow-app-check-code-for-deprecated-c...Joas Schilling2015-07-201-2/+31
|\
| * 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
| * 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
* 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
* Updating license headersJenkins for ownCloud2015-02-234-20/+69
* implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller2015-02-101-0/+53
* 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