nextcloud-server/lib
Christoph Wurst 24237f1a34
Check php compatibility of app store app releases
Apps might increase the minimum php version requirement, in which case
an update could break the app or even the whole instance. We must not
install those releases, or better, don't even show them for
update/installation. This extends the app fetcher code to filter out the
releases that are not installable.

The filter respects minimum and maximum requirements. E.g. apps that are
still only released for php7.3 won't show up for php7.4 instances. This
behavior is new but if an app lists an explicit version requirement,
then we ought to repect that.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-04 16:52:31 +01:00
..
composer Merge pull request #24113 from nextcloud/extend-cache-events 2020-12-02 19:48:20 +01:00
l10n [tx-robot] updated from transifex 2020-12-04 02:19:19 +00:00
private Check php compatibility of app store app releases 2020-12-04 16:52:31 +01:00
public Allow unified search results to have attributes 2020-12-03 18:24:33 +01:00
autoloader.php
base.php Allow lazy app registration 2020-11-18 08:48:45 +01:00
versioncheck.php