| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename files to be PSR-4 compliant | Lukas Reschke | 2016-04-06 | 5 | -516/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 2 | -0/+2 |
* | Remove inaccurate "is already enabled" message | Joas Schilling | 2016-02-16 | 1 | -4/+0 |
* | Make it possible to enable apps for groups only via occ | Joas Schilling | 2016-01-19 | 1 | -5/+36 |
* | Make it possible to disable apps via the console, which are not enabled for t... | Joas Schilling | 2016-01-19 | 1 | -2/+15 |
* | Make sure to list "group enabled" apps as enabled | Joas Schilling | 2016-01-19 | 1 | -4/+16 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 5 | -6/+7 |
* | Add a warning to the app:check-code if the version is missing | Joas Schilling | 2016-01-07 | 1 | -0/+4 |
* | Add occ command to get app path | Victor Dubiniuk | 2015-12-09 | 1 | -0/+62 |
* | Add cmdline key to show shipped/non-shipped apps only | Victor Dubiniuk | 2015-11-23 | 1 | -0/+17 |
* | Do not allow two different version requirements | Joas Schilling | 2015-11-09 | 1 | -0/+4 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -1/+3 |
* | encode arrays as string | Morris Jobke | 2015-09-24 | 1 | -3/+0 |
* | [App Code Check] add check for version and mandatory fields | Morris Jobke | 2015-09-24 | 1 | -1/+68 |
* | No error code when app already enabled/disabled | Vincent Petry | 2015-08-19 | 2 | -2/+0 |
* | Return error code on failure with occ app:enable/disable | Vincent Petry | 2015-08-18 | 2 | -0/+4 |
* | Merge pull request #16935 from owncloud/allow-app-check-code-for-deprecated-c... | Joas Schilling | 2015-07-20 | 1 | -2/+31 |
|\ |
|
| * | PR #17046 deprecated OCP\Util::mb_(sub)str_replace() | Joas Schilling | 2015-07-17 | 1 | -1/+1 |
| * | Allow specifying the checkers used in app:check-code | Robin McCorkell | 2015-07-17 | 1 | -15/+21 |
| * | Use the decorator pattern | Joas Schilling | 2015-07-17 | 1 | -5/+9 |
| * | Restructor the code into different classes instead of extending | Joas Schilling | 2015-07-17 | 1 | -4/+7 |
| * | Use non-zero exit code | Joas Schilling | 2015-07-17 | 1 | -1/+2 |
| * | Allow app:check-code to check for deprecated methods | Joas Schilling | 2015-07-17 | 1 | -1/+16 |
* | | Use constants for the output formats | Joas Schilling | 2015-07-17 | 1 | -1/+1 |
|/ |
|
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
* | Use non-zero exit code when app is not compliant (so CIs can detect the status) | Joas Schilling | 2015-06-24 | 1 | -0/+1 |
* | Add verbosity option to app:check-code | Morris Jobke | 2015-05-05 | 1 | -6/+17 |
* | Fix the "app-id" parameter description of app:check-code | Joas Schilling | 2015-05-05 | 1 | -1/+1 |
* | Remove the app version from disabled app list | Joas Schilling | 2015-04-20 | 1 | -2/+2 |
* | change handling in app:list | Joas Schilling | 2015-04-09 | 1 | -23/+21 |
* | Add an option to get the output in plain, json or print_r syntax | Joas Schilling | 2015-04-09 | 1 | -7/+35 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 4 | -16/+73 |
* | Always include the installed app version in "occ app:list" | Joas Schilling | 2015-03-11 | 1 | -2/+3 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 4 | -69/+20 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 4 | -20/+69 |
* | implement php code checker to detect usage of not allowed private APIs - incl... | Thomas Müller | 2015-02-10 | 1 | -0/+53 |
* | Disallow disabling of files app | Morris Jobke | 2015-02-03 | 1 | -2/+6 |
* | Add occ command to list all apps | Robin Appelman | 2013-11-25 | 1 | -0/+47 |
* | rename app_id to app-id | Robin Appelman | 2013-11-25 | 2 | -4/+4 |
* | add occ commands for enabling and disabling apps | Robin Appelman | 2013-11-25 | 2 | -0/+76 |