nextcloud/lib
Morris Jobke a97a290fd5
Cache fetched apps in update check
The code tried to find the apps with updates and thus was called for every available app. This caused to get the full appstore content as often as apps are available. The appstore request itself was cached nevertheless in an appdata dir, but with an object storage this is still a lot of round trips to read this cached result. Thus the instantiated list is now cached in a static variable (because it's a static method call).

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-25 12:00:56 +01:00
..
composer Merge pull request #6840 from nextcloud/feature/5282/calendar_api 2017-11-16 21:10:35 +01:00
l10n [tx-robot] updated from transifex 2017-11-20 01:09:40 +00:00
private Cache fetched apps in update check 2017-11-25 12:00:56 +01:00
public Merge pull request #6840 from nextcloud/feature/5282/calendar_api 2017-11-16 21:10:35 +01:00
autoloader.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
base.php Update license headers 2017-11-06 16:56:19 +01:00