summaryrefslogtreecommitdiffstats
path: root/lib/private/app
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\App to PSR-4Roeland Jago Douma2016-04-1314-2356/+0
|
* lib: Fix typos (found by codespell)Stefan Weil2016-04-071-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-012-2/+0
|
* Update author informationLukas Reschke2016-03-013-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-requirementsThomas Müller2016-02-111-12/+5
|\ | | | | Update info checker requirements
| * Update info checker requirementsJoas Schilling2016-02-111-12/+5
| |
* | No longer evaluate appinfo/versionThomas Müller2016-02-101-3/+0
|/
* Send events when enabling and disabling of appsArthur Schiwon2016-02-091-1/+17
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-01-152-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 groupsJoas Schilling2016-01-141-0/+21
|
* Merge pull request #21673 from owncloud/chrsch-masterThomas Müller2016-01-131-0/+4
|\ | | | | -- Fixed error where $enabled is parsed but empty
| * -- Fixed error where $enabled is parsed but emptyChristoph Schaefer2016-01-131-0/+4
| |
* | Happy new year!Thomas Müller2016-01-1214-14/+17
|/
* Add a warning to the app:check-code if the version is missingJoas Schilling2016-01-071-0/+5
|
* Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-181-1/+1
|
* Clear xml errorsThomas Müller2015-12-171-0/+1
|
* Make AppManager->checkAppForUser more robustMorris Jobke2015-12-101-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 signatureLukas Reschke2015-12-041-1/+1
| | | | This function takes only one parameter
* Always installed apps includes the hardcoded ones from shipped.jsonMorris Jobke2015-11-191-0/+6
| | | | * fixes #20568
* Do not allow two different version requirementsJoas Schilling2015-11-091-0/+15
|
* Fail hard if shipped.json is missingThomas Müller2015-10-261-9/+5
|
* Don't show apps which are always enabled in the app managerThomas Müller2015-10-261-5/+12
|
* Store list of apps which cannot be disabled in shipped.jsonThomas Müller2015-10-261-14/+45
|
* Merge pull request #19731 from owncloud/update-list-of-deprecated-methodsThomas Müller2015-10-141-5/+26
|\ | | | | Update list of deprecated methods
| * Update list of deprecated methodsJoas Schilling2015-10-141-5/+26
| |
* | Variables don't have a class, so we can't use toString() on itJoas Schilling2015-10-141-2/+2
|/
* update licence headers via scriptMorris Jobke2015-10-055-4/+3
|
* public, remote and default_enable are not deprecatedMorris Jobke2015-09-241-3/+3
|
* encode arrays as stringMorris Jobke2015-09-241-1/+6
|
* [App Code Check] add check for version and mandatory fieldsMorris Jobke2015-09-241-0/+141
| | | | | * ref #17598 * including unit tests for mandatory fields/versions
* Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-201-0/+69
|\ | | | | Display app names in update page for app updates
| * Additions to update pageVincent Petry2015-08-201-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 updatesVincent Petry2015-08-191-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 Schilling2015-07-171-0/+2
| |
* | Only decorate the type when it was matchedJoas Schilling2015-07-178-78/+191
| |
* | Use the decorator patternJoas Schilling2015-07-177-62/+215
| |
* | Restructor the code into different classes instead of extendingJoas Schilling2015-07-176-186/+327
| |
* | Check for methods as good as possibleJoas Schilling2015-07-173-5/+119
| |
* | Allow checking for functionsJoas Schilling2015-07-173-10/+54
| |
* | Add support for deprecated constantsJoas Schilling2015-07-173-8/+54
| |
* | Add deprecation version to the listJoas Schilling2015-07-172-9/+14
| |
* | Correctly handle use statementsJoas Schilling2015-07-172-3/+42
| |
* | Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-173-43/+109
|/
* Merge pull request #17348 from owncloud/fix-lower-thanMorris Jobke2015-07-031-11/+38
|\ | | | | Correct lower than wording
| * fix wordingMorris Jobke2015-07-031-1/+1
| |
| * Correct wordingLukas Reschke2015-07-021-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 annotationsLukas Reschke2015-07-021-10/+37
| |
* | [app code check] add OC_Search_Provider and _ResultMorris Jobke2015-07-021-0/+2
|/ | | | Thanks to @libasys for noticing this.
* update license headers and authorsMorris Jobke2015-06-253-1/+3
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-9/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com