Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-02-09 15:06:48 +0300
committerLukas Reschke <lukas@owncloud.com>2016-02-09 20:05:51 +0300
commitabc675d87e6ffc49fad608d5b2e8d280e385cc61 (patch)
tree558a752af5c3d9936cbd597ea76607f57e22c32c /build
parent29820176825c41acef30fa6942922aeb36cfcec3 (diff)
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...
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/provisioning-v1.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature
index af177b713dd..04a706f387b 100644
--- a/build/integration/features/provisioning-v1.feature
+++ b/build/integration/features/provisioning-v1.feature
@@ -291,6 +291,7 @@ Feature: provisioning
| files_versions |
| provisioning_api |
| systemtags |
+ | updatenotification |
Scenario: get app info
Given As an "admin"