summaryrefslogtreecommitdiffstats
path: root/lib/private/app
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Update license headersJenkins for ownCloud2015-03-267-31/+130
* | Correctly only send the errors of the current file to the eventJoas Schilling2015-03-261-2/+3
|/
* Merge pull request #14529 from owncloud/intuitive-version-checkThomas Müller2015-02-271-6/+66
|\
| * add phpdocBernhard Posselt2015-02-261-0/+20
| * make version check work on the lowest common version denominatorBernhard Posselt2015-02-261-6/+46
* | Revert "Updating license headers"Morris Jobke2015-02-267-123/+37
|/
* Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-18/+53
|\
| * better name for getAppsEnabledForUserRobin Appelman2015-02-171-1/+1
| * Update cache when enabling/disabling appsRobin Appelman2015-02-171-1/+4
| * Add getInstalledApps and getAppsForUser to the app managerRobin Appelman2015-02-161-17/+49
* | Updating license headersJenkins for ownCloud2015-02-237-37/+123
* | integrate code checker in the installerThomas Müller2015-02-112-4/+19
* | implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller2015-02-102-0/+226
|/
* enabled disabled files app in repair stepMorris Jobke2015-02-031-1/+1
* Disallow disabling of files appMorris Jobke2015-02-031-0/+4
* add libs which have no version numberThomas Müller2015-02-021-4/+1
* Check new and old ways of required oC version for app compatibilityJoas Schilling2015-01-141-0/+2
* HHVM: Call libxml_use_internal_errors() instead of surpressing errors.Andreas Fischer2014-12-171-1/+2
* fixing owncloud versionThomas Müller2014-12-151-1/+2
* rework api of DependencyAnalyzerThomas Müller2014-12-121-76/+76
* single dependencies will not be represented as an array + fix unit testsThomas Müller2014-12-111-6/+19
* adding dependency to owncloud version - with fallback to requiremin and requi...Thomas Müller2014-12-112-0/+35