summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/js
Commit message (Collapse)AuthorAgeFilesLines
* The setting only affects available core updatesJoas Schilling2016-05-241-2/+2
|
* Make the group selectableJoas Schilling2016-05-241-0/+16
|
* make sure links open in new tabsJan-Christoph Borchardt2016-03-091-1/+1
|
* Use custom headerLukas Reschke2016-03-051-1/+1
| | | | PHP in CGI mode eats the Authorization header => :bomb:
* Add release channel selection backLukas Reschke2016-03-041-1/+13
| | | | Allows to select the release channels again and also shows the last check date
* Add SSO for updater applicationLukas Reschke2016-02-091-0/+42
| | | | Allows logging-in into the updater application by visiting the admin panel and pressing "Open updater".
* Move update notification code into appLukas Reschke2016-02-091-0/+30
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...