nextcloud/lib/private/App
Lukas Reschke 6a4c0cf237
Loop for newest version in appstore response
The current implementation when fetching apps from the appstore is to assume that the first element is the newest version, this is now always applicable and leads to the fact that for some apps (e.g. nextant) the newest version is not delivered. This can be easily tested by comparing the version of the downloaded Nextant version.

This change will loop over all releases delivered by the appstore and chooses the newest compatible one. While not the cleanest solution, it does its job.

Most of the code are actually unit tests. Whereas I have copied the whole original response from the appstore and also have performed the transformation. So that's why the diff looks so huge.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-24 14:29:57 +01:00
..
AppStore Loop for newest version in appstore response 2016-11-24 14:29:57 +01:00
CodeChecker Cleanup usages 2016-10-29 14:29:50 +02:00
AppManager.php Expose getAppPath to public API 2016-11-17 19:24:24 +01:00
DependencyAnalyzer.php Adjust previous fallbacks 2016-11-15 15:07:58 +01:00
InfoParser.php Allow to register Providers 2016-11-16 09:25:45 +01:00
Platform.php Fix others 2016-07-21 18:13:57 +02:00
PlatformRepository.php Fix others 2016-07-21 18:13:57 +02:00