Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix InfoParser empty tests | Joas Schilling | 2016-11-16 | 1 | -1/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [9.2] Register commands in info.xml (#26248) | Thomas Müller | 2016-10-11 | 1 | -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üller | 2016-10-07 | 1 | -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 core | Christoph Wurst | 2016-05-23 | 1 | -1/+2 |
| | |||||
* | Allow declaration of background jobs in info.xml | Thomas Müller | 2016-05-03 | 1 | -1/+2 |
| | |||||
* | Adding repair steps for install and uninstall - fixes #24306 | Thomas Müller | 2016-05-02 | 1 | -1/+3 |
| | |||||
* | Introduce background repair steps | Thomas Müller | 2016-04-26 | 1 | -1/+2 |
| | |||||
* | Remove deprecated HTTPHelper from InfoParser | Thomas Müller | 2016-04-22 | 1 | -0/+4 |
| | |||||
* | The constant is now deprecated | Joas Schilling | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | Check for methods as good as possible | Joas Schilling | 2015-07-17 | 5 | -0/+9 |
| | |||||
* | Allow checking for functions | Joas Schilling | 2015-07-17 | 8 | -22/+24 |
| | |||||
* | Add support for deprecated constants | Joas Schilling | 2015-07-17 | 4 | -0/+46 |
| | |||||
* | Correctly handle use statements | Joas Schilling | 2015-07-17 | 5 | -0/+48 |
| | |||||
* | add positive tests for operator in code checker | Morris Jobke | 2015-05-05 | 1 | -0/+13 |
| | |||||
* | Check usage of != and == - refs #16054 | Thomas Müller | 2015-05-05 | 2 | -0/+22 |
| | |||||
* | implement php code checker to detect usage of not allowed private APIs - ↵ | Thomas Müller | 2015-02-10 | 5 | -0/+47 |
| | | | | including console command to check local code to be used by developers | ||||
* | fix unit tests | Thomas Müller | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | adding dependency to owncloud version - with fallback to requiremin and ↵ | Thomas Müller | 2014-12-11 | 2 | -1/+8 |
| | | | | requiremax | ||||
* | adding dependencies for supported platforms | Thomas Müller | 2014-12-11 | 2 | -1/+3 |
| | |||||
* | adding supported libraries - including min and max version | Thomas Müller | 2014-12-11 | 2 | -0/+18 |
| | |||||
* | no nested xml tags on dependencies | Thomas Müller | 2014-12-04 | 2 | -14/+10 |
| | |||||
* | adding command dependency | Thomas Müller | 2014-12-04 | 2 | -1/+17 |
| | |||||
* | switch to different parsing implementation to get xml attributes properly ↵ | Thomas Müller | 2014-12-04 | 4 | -54/+19 |
| | | | | handled | ||||
* | adding supported databases | Thomas Müller | 2014-12-04 | 2 | -2/+7 |
| | |||||
* | introduce dependency analyzer to take care of app dependencies | Thomas Müller | 2014-12-04 | 2 | -0/+47 |
| | | | | some more unit tests on xml info parser | ||||
* | adding new dependency for php version in apps info.xml | Thomas Müller | 2014-12-04 | 2 | -1/+9 |
| | |||||
* | handle invalid xml file | Thomas Müller | 2014-11-25 | 1 | -0/+22 |
| | |||||
* | simplify xml parser code | Thomas Müller | 2014-11-25 | 1 | -0/+19 |
| | |||||
* | Introduce app info xml parser including basic unit test - necessary for #10777 | Thomas Müller | 2014-11-25 | 1 | -0/+22 |