summaryrefslogtreecommitdiffstats
path: root/tests/data/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix InfoParser empty testsJoas Schilling2016-11-161-1/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-111-1/+2
| | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-071-2/+2
| | | | | | | | * Don't parse info.xml but reuse already cached app infos - fixes #25603 * Use === in InfoParser. Fixes test * InfoParser should not depend on UrlGenerator - fixes issue with session being closed too early
* Add two factor auth to coreChristoph Wurst2016-05-231-1/+2
|
* Allow declaration of background jobs in info.xmlThomas Müller2016-05-031-1/+2
|
* Adding repair steps for install and uninstall - fixes #24306Thomas Müller2016-05-021-1/+3
|
* Introduce background repair stepsThomas Müller2016-04-261-1/+2
|
* Remove deprecated HTTPHelper from InfoParserThomas Müller2016-04-221-0/+4
|
* The constant is now deprecatedJoas Schilling2015-10-141-1/+1
|
* Check for methods as good as possibleJoas Schilling2015-07-175-0/+9
|
* Allow checking for functionsJoas Schilling2015-07-178-22/+24
|
* Add support for deprecated constantsJoas Schilling2015-07-174-0/+46
|
* Correctly handle use statementsJoas Schilling2015-07-175-0/+48
|
* add positive tests for operator in code checkerMorris Jobke2015-05-051-0/+13
|
* Check usage of != and == - refs #16054Thomas Müller2015-05-052-0/+22
|
* implement php code checker to detect usage of not allowed private APIs - ↵Thomas Müller2015-02-105-0/+47
| | | | including console command to check local code to be used by developers
* fix unit testsThomas Müller2014-12-111-1/+1
|
* adding dependency to owncloud version - with fallback to requiremin and ↵Thomas Müller2014-12-112-1/+8
| | | | requiremax
* adding dependencies for supported platformsThomas Müller2014-12-112-1/+3
|
* adding supported libraries - including min and max versionThomas Müller2014-12-112-0/+18
|
* no nested xml tags on dependenciesThomas Müller2014-12-042-14/+10
|
* adding command dependencyThomas Müller2014-12-042-1/+17
|
* switch to different parsing implementation to get xml attributes properly ↵Thomas Müller2014-12-044-54/+19
| | | | handled
* adding supported databasesThomas Müller2014-12-042-2/+7
|
* introduce dependency analyzer to take care of app dependenciesThomas Müller2014-12-042-0/+47
| | | | some more unit tests on xml info parser
* adding new dependency for php version in apps info.xmlThomas Müller2014-12-042-1/+9
|
* handle invalid xml fileThomas Müller2014-11-251-0/+22
|
* simplify xml parser codeThomas Müller2014-11-251-0/+19
|
* Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller2014-11-251-0/+22