Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\App to PSR-4 | Roeland Jago Douma | 2016-04-13 | 14 | -2356/+0 |
| | |||||
* | lib: Fix typos (found by codespell) | Stefan Weil | 2016-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 2 | -2/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 3 | -0/+4 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Merge pull request #22315 from owncloud/update-info-checker-requirements | Thomas Müller | 2016-02-11 | 1 | -12/+5 |
|\ | | | | | Update info checker requirements | ||||
| * | Update info checker requirements | Joas Schilling | 2016-02-11 | 1 | -12/+5 |
| | | |||||
* | | No longer evaluate appinfo/version | Thomas Müller | 2016-02-10 | 1 | -3/+0 |
|/ | |||||
* | Send events when enabling and disabling of apps | Arthur Schiwon | 2016-02-09 | 1 | -1/+17 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-01-15 | 2 | -1/+4 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Check whether the app can be enabled for groups | Joas Schilling | 2016-01-14 | 1 | -0/+21 |
| | |||||
* | Merge pull request #21673 from owncloud/chrsch-master | Thomas Müller | 2016-01-13 | 1 | -0/+4 |
|\ | | | | | -- Fixed error where $enabled is parsed but empty | ||||
| * | -- Fixed error where $enabled is parsed but empty | Christoph Schaefer | 2016-01-13 | 1 | -0/+4 |
| | | |||||
* | | Happy new year! | Thomas Müller | 2016-01-12 | 14 | -14/+17 |
|/ | |||||
* | Add a warning to the app:check-code if the version is missing | Joas Schilling | 2016-01-07 | 1 | -0/+5 |
| | |||||
* | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Clear xml errors | Thomas Müller | 2015-12-17 | 1 | -0/+1 |
| | |||||
* | Make AppManager->checkAppForUser more robust | Morris Jobke | 2015-12-10 | 1 | -0/+7 |
| | | | | | * if the JSON that is stored in the DB is corrupt an error was thrown * with this change it is properly handled and the app is disabled | ||||
* | Use correct method signature | Lukas Reschke | 2015-12-04 | 1 | -1/+1 |
| | | | | This function takes only one parameter | ||||
* | Always installed apps includes the hardcoded ones from shipped.json | Morris Jobke | 2015-11-19 | 1 | -0/+6 |
| | | | | * fixes #20568 | ||||
* | Do not allow two different version requirements | Joas Schilling | 2015-11-09 | 1 | -0/+15 |
| | |||||
* | Fail hard if shipped.json is missing | Thomas Müller | 2015-10-26 | 1 | -9/+5 |
| | |||||
* | Don't show apps which are always enabled in the app manager | Thomas Müller | 2015-10-26 | 1 | -5/+12 |
| | |||||
* | Store list of apps which cannot be disabled in shipped.json | Thomas Müller | 2015-10-26 | 1 | -14/+45 |
| | |||||
* | Merge pull request #19731 from owncloud/update-list-of-deprecated-methods | Thomas Müller | 2015-10-14 | 1 | -5/+26 |
|\ | | | | | Update list of deprecated methods | ||||
| * | Update list of deprecated methods | Joas Schilling | 2015-10-14 | 1 | -5/+26 |
| | | |||||
* | | Variables don't have a class, so we can't use toString() on it | Joas Schilling | 2015-10-14 | 1 | -2/+2 |
|/ | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 5 | -4/+3 |
| | |||||
* | public, remote and default_enable are not deprecated | Morris Jobke | 2015-09-24 | 1 | -3/+3 |
| | |||||
* | encode arrays as string | Morris Jobke | 2015-09-24 | 1 | -1/+6 |
| | |||||
* | [App Code Check] add check for version and mandatory fields | Morris Jobke | 2015-09-24 | 1 | -0/+141 |
| | | | | | * ref #17598 * including unit tests for mandatory fields/versions | ||||
* | Merge pull request #17434 from owncloud/update-showappnameonappupdate | Morris Jobke | 2015-08-20 | 1 | -0/+69 |
|\ | | | | | Display app names in update page for app updates | ||||
| * | Additions to update page | Vincent Petry | 2015-08-20 | 1 | -2/+4 |
| | | | | | | | | | | | | | | Apps to update and to disable will always be shown. Main title changes only when apps need updated, not core. Added bullet style. Exclude incompatible apps from updated apps list. | ||||
| * | Display app names in update page for app updates | Vincent Petry | 2015-08-19 | 1 | -0/+67 |
| | | | | | | | | | | Whenever the update page is displayed for apps, show app names instead of the core update text. | ||||
* | | PR #17046 deprecated OCP\Util::mb_(sub)str_replace() | Joas Schilling | 2015-07-17 | 1 | -0/+2 |
| | | |||||
* | | Only decorate the type when it was matched | Joas Schilling | 2015-07-17 | 8 | -78/+191 |
| | | |||||
* | | Use the decorator pattern | Joas Schilling | 2015-07-17 | 7 | -62/+215 |
| | | |||||
* | | Restructor the code into different classes instead of extending | Joas Schilling | 2015-07-17 | 6 | -186/+327 |
| | | |||||
* | | Check for methods as good as possible | Joas Schilling | 2015-07-17 | 3 | -5/+119 |
| | | |||||
* | | Allow checking for functions | Joas Schilling | 2015-07-17 | 3 | -10/+54 |
| | | |||||
* | | Add support for deprecated constants | Joas Schilling | 2015-07-17 | 3 | -8/+54 |
| | | |||||
* | | Add deprecation version to the list | Joas Schilling | 2015-07-17 | 2 | -9/+14 |
| | | |||||
* | | Correctly handle use statements | Joas Schilling | 2015-07-17 | 2 | -3/+42 |
| | | |||||
* | | Allow app:check-code to check for deprecated methods | Joas Schilling | 2015-07-17 | 3 | -43/+109 |
|/ | |||||
* | Merge pull request #17348 from owncloud/fix-lower-than | Morris Jobke | 2015-07-03 | 1 | -11/+38 |
|\ | | | | | Correct lower than wording | ||||
| * | fix wording | Morris Jobke | 2015-07-03 | 1 | -1/+1 |
| | | |||||
| * | Correct wording | Lukas Reschke | 2015-07-02 | 1 | -1/+1 |
| | | | | | | | | If a max version of 8.0.1 has been specified the message should indicate that 8.0.1 is also supported. | ||||
| * | Add missing type annotations | Lukas Reschke | 2015-07-02 | 1 | -10/+37 |
| | | |||||
* | | [app code check] add OC_Search_Provider and _Result | Morris Jobke | 2015-07-02 | 1 | -0/+2 |
|/ | | | | Thanks to @libasys for noticing this. | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 3 | -1/+3 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -9/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com |