]> source.dussan.org Git - nextcloud-server.git/commit
Add update support
authorLukas Reschke <lukas@statuscode.ch>
Mon, 31 Oct 2016 10:07:54 +0000 (11:07 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 31 Oct 2016 16:17:47 +0000 (17:17 +0100)
commit8acb54aa0b32a8b750f8ab3aba9f63aa931be7d1
treeaf744fe68adce931a8bb1b5918c93210b828124e
parentdf7fd2b57cb211b3a6a9febdca4ab0a21baed19d
Add update support

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
13 files changed:
apps/updatenotification/lib/Notification/BackgroundJob.php
lib/private/App/DependencyAnalyzer.php
lib/private/Installer.php
lib/private/Server.php
lib/private/Updater.php
lib/private/legacy/app.php
lib/private/legacy/util.php
settings/Controller/AppSettingsController.php
settings/ajax/updateapp.php
tests/lib/App/DependencyAnalyzerTest.php
tests/lib/AppTest.php
tests/lib/InstallerTest.php
tests/lib/ServerTest.php