aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/app
Commit message (Expand)AuthorAgeFilesLines
* 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