| Commit message (Expand) | Author | Age | Files | Lines |
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 10 | -1241/+0 |
* | allow app developers to specify the minimum int size | Bernhard Posselt | 2016-04-28 | 1 | -8/+16 |
* | Remove deprecated HTTPHelper from InfoParser | Thomas Müller | 2016-04-22 | 2 | -13/+5 |
* | Update info checker requirements | Joas Schilling | 2016-02-11 | 1 | -1/+1 |
* | Send events when enabling and disabling of apps | Arthur Schiwon | 2016-02-09 | 1 | -5/+9 |
* | Fix unit tests | Roeland Jago Douma | 2016-02-08 | 1 | -2/+4 |
* | Check whether the app can be enabled for groups | Joas Schilling | 2016-01-14 | 1 | -0/+93 |
* | Use proper base class | Thomas Müller | 2015-12-17 | 3 | -3/+6 |
* | fix unit tests | Morris Jobke | 2015-11-23 | 1 | -2/+6 |
* | The constant is now deprecated | Joas Schilling | 2015-10-14 | 1 | -1/+1 |
* | [App Code Check] add check for version and mandatory fields | Morris Jobke | 2015-09-24 | 1 | -0/+73 |
* | Merge pull request #17434 from owncloud/update-showappnameonappupdate | Morris Jobke | 2015-08-20 | 1 | -0/+70 |
|\ |
|
| * | Additions to update page | Vincent Petry | 2015-08-20 | 1 | -3/+6 |
| * | Display app names in update page for app updates | Vincent Petry | 2015-08-19 | 1 | -0/+67 |
* | | Only decorate the type when it was matched | Joas Schilling | 2015-07-17 | 1 | -1/+3 |
* | | Use the decorator pattern | Joas Schilling | 2015-07-17 | 5 | -25/+110 |
* | | Restructor the code into different classes instead of extending | Joas Schilling | 2015-07-17 | 5 | -59/+101 |
* | | Check for methods as good as possible | Joas Schilling | 2015-07-17 | 2 | -56/+43 |
* | | Allow checking for functions | Joas Schilling | 2015-07-17 | 2 | -2/+31 |
* | | Add support for deprecated constants | Joas Schilling | 2015-07-17 | 2 | -0/+102 |
* | | Correctly handle use statements | Joas Schilling | 2015-07-17 | 2 | -8/+14 |
* | | Allow app:check-code to check for deprecated methods | Joas Schilling | 2015-07-17 | 2 | -2/+59 |
|/ |
|
* | fix wording | Morris Jobke | 2015-07-03 | 1 | -1/+1 |
* | Correct wording | Lukas Reschke | 2015-07-02 | 1 | -1/+1 |
* | Add missing type annotations | Lukas Reschke | 2015-07-02 | 1 | -0/+25 |
* | add positive tests for operator in code checker | Morris Jobke | 2015-05-05 | 1 | -0/+17 |
* | Check usage of != and == - refs #16054 | Thomas Müller | 2015-05-05 | 1 | -2/+6 |
* | Adjust tests and check whether clear() is called | Joas Schilling | 2015-04-01 | 1 | -100/+80 |
* | Add wrapper for Guzzle | Lukas Reschke | 2015-03-25 | 1 | -3/+3 |
* | make version check work on the lowest common version denominator | Bernhard Posselt | 2015-02-26 | 1 | -3/+18 |
* | Merge pull request #13829 from owncloud/appmanager-list | Vincent Petry | 2015-02-23 | 1 | -0/+32 |
|\ |
|
| * | better name for getAppsEnabledForUser | Robin Appelman | 2015-02-17 | 1 | -1/+1 |
| * | Add getInstalledApps and getAppsForUser to the app manager | Robin Appelman | 2015-02-16 | 1 | -0/+32 |
* | | implement php code checker to detect usage of not allowed private APIs - incl... | Thomas Müller | 2015-02-10 | 1 | -0/+38 |
|/ |
|
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -1/+2 |
* | adding unit tests for PlatformRepository::normalizeVersion() | Thomas Müller | 2014-12-12 | 1 | -0/+65 |
* | rework api of DependencyAnalyzer | Thomas Müller | 2014-12-12 | 1 | -18/+13 |
* | single dependencies will not be represented as an array + fix unit tests | Thomas Müller | 2014-12-11 | 1 | -3/+5 |
* | adding dependency to owncloud version - with fallback to requiremin and requi... | Thomas Müller | 2014-12-11 | 1 | -0/+32 |
* | adding dependencies for supported platforms | Thomas Müller | 2014-12-11 | 1 | -0/+28 |
* | adding supported libraries - including min and max version | Thomas Müller | 2014-12-11 | 1 | -1/+45 |
* | adding dependencies for command line tools | Thomas Müller | 2014-12-11 | 1 | -2/+41 |
* | migrate \OC\AllConfig to \OCP\IConfig | Morris Jobke | 2014-12-08 | 1 | -1/+1 |
* | no nested xml tags on dependencies | Thomas Müller | 2014-12-04 | 1 | -1/+1 |
* | adjust dependency analyzer to use attributes properly | Thomas Müller | 2014-12-04 | 1 | -4/+4 |
* | switch to different parsing implementation to get xml attributes properly han... | Thomas Müller | 2014-12-04 | 1 | -1/+0 |
* | adding supported databases | Thomas Müller | 2014-12-04 | 1 | -0/+32 |
* | introduce dependency analyzer to take care of app dependencies | Thomas Müller | 2014-12-04 | 2 | -6/+92 |
* | handle invalid xml file | Thomas Müller | 2014-11-25 | 1 | -0/+5 |
* | simplify xml parser code | Thomas Müller | 2014-11-25 | 1 | -17/+8 |