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...
Showing
- apps/updatenotification/appinfo/app.php 39 additions, 0 deletionsapps/updatenotification/appinfo/app.php
- apps/updatenotification/appinfo/info.xml 13 additions, 0 deletionsapps/updatenotification/appinfo/info.xml
- apps/updatenotification/js/notification.js 2 additions, 2 deletionsapps/updatenotification/js/notification.js
- apps/updatenotification/lib/updatechecker.php 67 additions, 0 deletionsapps/updatenotification/lib/updatechecker.php
- apps/updatenotification/tests/UpdateCheckerTest.php 86 additions, 0 deletionsapps/updatenotification/tests/UpdateCheckerTest.php
- build/integration/features/provisioning-v1.feature 1 addition, 0 deletionsbuild/integration/features/provisioning-v1.feature
- core/shipped.json 1 addition, 1 deletioncore/shipped.json
- core/templates/layout.user.php 1 addition, 5 deletionscore/templates/layout.user.php
- lib/private/templatelayout.php 0 additions, 25 deletionslib/private/templatelayout.php
Loading
Please register or sign in to comment