From abc675d87e6ffc49fad608d5b2e8d280e385cc61 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 9 Feb 2016 13:06:48 +0100 Subject: Move update notification code into app Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable... --- core/shipped.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/shipped.json') diff --git a/core/shipped.json b/core/shipped.json index b74f2f28c47..d15f3ba3ca3 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -31,7 +31,7 @@ "sharepoint", "systemtags", "templateeditor", - "updater", + "updatenotification", "user_external", "user_ldap", "user_shibboleth", -- cgit v1.2.3