summaryrefslogtreecommitdiffstats
path: root/tests/lib/app
Commit message (Expand)AuthorAgeFilesLines
* fix unit testsMorris Jobke2015-11-231-2/+6
* The constant is now deprecatedJoas Schilling2015-10-141-1/+1
* [App Code Check] add check for version and mandatory fieldsMorris Jobke2015-09-241-0/+73
* Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-201-0/+70
|\
| * Additions to update pageVincent Petry2015-08-201-3/+6
| * Display app names in update page for app updatesVincent Petry2015-08-191-0/+67
* | Only decorate the type when it was matchedJoas Schilling2015-07-171-1/+3
* | Use the decorator patternJoas Schilling2015-07-175-25/+110
* | Restructor the code into different classes instead of extendingJoas Schilling2015-07-175-59/+101
* | Check for methods as good as possibleJoas Schilling2015-07-172-56/+43
* | Allow checking for functionsJoas Schilling2015-07-172-2/+31
* | Add support for deprecated constantsJoas Schilling2015-07-172-0/+102
* | Correctly handle use statementsJoas Schilling2015-07-172-8/+14
* | Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-172-2/+59
|/
* fix wordingMorris Jobke2015-07-031-1/+1
* Correct wordingLukas Reschke2015-07-021-1/+1
* Add missing type annotationsLukas Reschke2015-07-021-0/+25
* add positive tests for operator in code checkerMorris Jobke2015-05-051-0/+17
* Check usage of != and == - refs #16054Thomas Müller2015-05-051-2/+6
* Adjust tests and check whether clear() is calledJoas Schilling2015-04-011-100/+80
* Add wrapper for GuzzleLukas Reschke2015-03-251-3/+3
* make version check work on the lowest common version denominatorBernhard Posselt2015-02-261-3/+18
* Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-0/+32
|\
| * better name for getAppsEnabledForUserRobin Appelman2015-02-171-1/+1
| * Add getInstalledApps and getAppsForUser to the app managerRobin Appelman2015-02-161-0/+32
* | implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller2015-02-101-0/+38
|/
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-1/+2
* adding unit tests for PlatformRepository::normalizeVersion()Thomas Müller2014-12-121-0/+65
* rework api of DependencyAnalyzerThomas Müller2014-12-121-18/+13
* single dependencies will not be represented as an array + fix unit testsThomas Müller2014-12-111-3/+5
* adding dependency to owncloud version - with fallback to requiremin and requi...Thomas Müller2014-12-111-0/+32
* adding dependencies for supported platformsThomas Müller2014-12-111-0/+28
* adding supported libraries - including min and max versionThomas Müller2014-12-111-1/+45
* adding dependencies for command line toolsThomas Müller2014-12-111-2/+41
* migrate \OC\AllConfig to \OCP\IConfigMorris Jobke2014-12-081-1/+1
* no nested xml tags on dependenciesThomas Müller2014-12-041-1/+1
* adjust dependency analyzer to use attributes properlyThomas Müller2014-12-041-4/+4
* switch to different parsing implementation to get xml attributes properly han...Thomas Müller2014-12-041-1/+0
* adding supported databasesThomas Müller2014-12-041-0/+32
* introduce dependency analyzer to take care of app dependenciesThomas Müller2014-12-042-6/+92
* handle invalid xml fileThomas Müller2014-11-251-0/+5
* simplify xml parser codeThomas Müller2014-11-251-17/+8
* Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller2014-11-251-0/+57
* Add \OC\App\Manager to handle enabling/disabling appsRobin Appelman2014-11-101-0/+195