]> source.dussan.org Git - nextcloud-server.git/commit
Use new appstore API
authorLukas Reschke <lukas@statuscode.ch>
Thu, 27 Oct 2016 15:41:15 +0000 (17:41 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 31 Oct 2016 16:17:44 +0000 (17:17 +0100)
commit32cf661215fb3926789054a3953b465fc2665330
tree4cf2865bef5856c59a1fdacb98208a14dfc1a128
parent357a823457397d3e93ec8cd4dc01fb6859eb0049
Use new appstore API

This change introduces the new appstore API in Nextcloud.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
30 files changed:
apps/provisioning_api/lib/Controller/AppsController.php
apps/provisioning_api/tests/Controller/AppsControllerTest.php
config/config.sample.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/App/AppStore/Fetcher/AppFetcher.php [new file with mode: 0644]
lib/private/App/AppStore/Fetcher/CategoryFetcher.php [new file with mode: 0644]
lib/private/App/AppStore/Fetcher/Fetcher.php [new file with mode: 0644]
lib/private/App/AppStore/Version/Version.php [new file with mode: 0644]
lib/private/App/AppStore/Version/VersionParser.php [new file with mode: 0644]
lib/private/Installer.php
lib/private/OCSClient.php [deleted file]
lib/private/Server.php
lib/private/legacy/app.php
settings/Application.php
settings/Controller/AppSettingsController.php
settings/ajax/enableapp.php
settings/ajax/installapp.php
settings/css/settings.css
settings/js/apps.js
settings/routes.php
settings/templates/apps.php
tests/Settings/Controller/AppSettingsControllerTest.php
tests/lib/App/AppStore/Fetcher/AppFetcherTest.php [new file with mode: 0644]
tests/lib/App/AppStore/Fetcher/CategoryFetcherTest.php [new file with mode: 0644]
tests/lib/App/AppStore/Fetcher/FetcherBase.php [new file with mode: 0644]
tests/lib/App/AppStore/Version/VersionParserTest.php [new file with mode: 0644]
tests/lib/App/AppStore/Version/VersionTest.php [new file with mode: 0644]
tests/lib/OCSClientTest.php [deleted file]
tests/lib/ServerTest.php