| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 - incl... | Thomas Müller | 2015-02-10 | 5 | -0/+47 |
* | fix unit tests | Thomas Müller | 2014-12-11 | 1 | -1/+1 |
* | adding dependency to owncloud version - with fallback to requiremin and requi... | Thomas Müller | 2014-12-11 | 2 | -1/+8 |
* | 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 han... | Thomas Müller | 2014-12-04 | 4 | -54/+19 |
* | 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 |
* | 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 |