summaryrefslogtreecommitdiffstats
path: root/lib/private/app
Commit message (Expand)AuthorAgeFilesLines
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-01-152-1/+4
* 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 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
* Use correct method signatureLukas Reschke2015-12-041-1/+1
* Always installed apps includes the hardcoded ones from shipped.jsonMorris Jobke2015-11-191-0/+6
* 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 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
* Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-201-0/+69
|\
| * Additions to update pageVincent Petry2015-08-201-2/+4
| * Display app names in update page for app updatesVincent Petry2015-08-191-0/+67
* | 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
|\
| * fix wordingMorris Jobke2015-07-031-1/+1
| * Correct wordingLukas Reschke2015-07-021-1/+1
| * Add missing type annotationsLukas Reschke2015-07-021-10/+37
* | [app code check] add OC_Search_Provider and _ResultMorris Jobke2015-07-021-0/+2
|/
* update license headers and authorsMorris Jobke2015-06-253-1/+3
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-9/+0
* Merge pull request #16067 from owncloud/verbosity-in-app-code-checkLukas Reschke2015-05-061-1/+1
|\
| * Add verbosity option to app:check-codeMorris Jobke2015-05-051-1/+1
* | Check usage of != and == - refs #16054Thomas Müller2015-05-052-0/+18
|/
* Ignore test folders when checking the code for complianceThomas Müller2015-04-231-1/+1
* Add experimental applications switchLukas Reschke2015-04-031-1/+1
* Fix docs and line breaksJoas Schilling2015-04-021-1/+5
* Correctly purge the cache when an app is disabled via cliJoas Schilling2015-04-011-1/+17
* Merge pull request #14495 from owncloud/update-mailmap-01Thomas Müller2015-03-267-31/+130
|\