Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | fix wording | Morris Jobke | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Correct wording | Lukas Reschke | 2015-07-02 | 1 | -1/+1 |
| | | | | If a max version of 8.0.1 has been specified the message should indicate that 8.0.1 is also supported. | ||||
* | Add missing type annotations | Lukas Reschke | 2015-07-02 | 1 | -10/+37 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+19 |
| | |||||
* | Merge pull request #14529 from owncloud/intuitive-version-check | Thomas Müller | 2015-02-27 | 1 | -6/+66 |
|\ | | | | | Make version check work on the lowest common version denominator | ||||
| * | add phpdoc | Bernhard Posselt | 2015-02-26 | 1 | -0/+20 |
| | | |||||
| * | make version check work on the lowest common version denominator | Bernhard Posselt | 2015-02-26 | 1 | -6/+46 |
| | | |||||
* | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -17/+6 |
|/ | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+17 |
| | |||||
* | Check new and old ways of required oC version for app compatibility | Joas Schilling | 2015-01-14 | 1 | -0/+2 |
| | |||||
* | rework api of DependencyAnalyzer | Thomas Müller | 2014-12-12 | 1 | -76/+76 |
| | |||||
* | single dependencies will not be represented as an array + fix unit tests | Thomas Müller | 2014-12-11 | 1 | -6/+19 |
| | |||||
* | adding dependency to owncloud version - with fallback to requiremin and ↵ | Thomas Müller | 2014-12-11 | 1 | -0/+27 |
| | | | | requiremax | ||||
* | adding dependencies for supported platforms | Thomas Müller | 2014-12-11 | 1 | -0/+21 |
| | |||||
* | adding supported libraries - including min and max version | Thomas Müller | 2014-12-11 | 1 | -7/+41 |
| | |||||
* | adding dependencies for command line tools | Thomas Müller | 2014-12-11 | 1 | -18/+51 |
| | |||||
* | no nested xml tags on dependencies | Thomas Müller | 2014-12-04 | 1 | -2/+2 |
| | |||||
* | adjust dependency analyzer to use attributes properly | Thomas Müller | 2014-12-04 | 1 | -14/+27 |
| | |||||
* | adding supported databases | Thomas Müller | 2014-12-04 | 1 | -0/+16 |
| | |||||
* | introduce dependency analyzer to take care of app dependencies | Thomas Müller | 2014-12-04 | 1 | -0/+58 |
some more unit tests on xml info parser |