summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/templates
Commit message (Collapse)AuthorAgeFilesLines
* Include the scss in the vue componentRoeland Jago Douma2019-01-111-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Unify vue template designJohn Molakvoæ (skjnldsv)2018-06-291-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move updatenotifications to webpack with .vue fileJoas Schilling2018-02-221-9/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate the app to Vue.jsJoas Schilling2018-02-221-72/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make Update notficiations strict and fix all inspectionsJoas Schilling2018-01-181-4/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve update notification layout and show non-default update serverMorris Jobke2017-08-021-19/+30
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Show correct status in update notificationMorris Jobke2017-08-021-0/+4
| | | | | | | | | Sometimes it could be the case that after a channel change the last updated timestamp is reset, but the check for updates is not yet completed. In this case the update notification showed "You are up to date" and the date was "1970-01-01 00:00:00". With this fix the state is properly shown. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update admin.phpJos Poortvliet2017-06-271-0/+1
| | | add a note on our staged roll-out.
* adding some documentation hints and some smaller cleanupFrank Karlitschek2017-04-251-1/+1
|
* Replace unecessary unescaped prints with printLukas Reschke2017-03-291-1/+1
| | | | | | There's no need to have those unescaped from what I can see. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Respect updater kill switch and fall back to download buttonJoas Schilling2016-09-271-4/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Revert "Show an update button instead of the updater"Morris Jobke2016-09-231-3/+1
| | | | | | This reverts commit 202ae42506e9bbb167889735b2c56ccebace594b. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Show an update button instead of the updaterJoas Schilling2016-09-081-1/+3
|
* Fix layout of success message and textMorris Jobke2016-09-071-1/+1
|
* make updatenotification settings appear as if it is part of the version part ↵Arthur Schiwon2016-08-131-3/+1
| | | | in server settings
* Fix update notification textMorris Jobke2016-06-291-1/+3
| | | | * thanks to ungesundes_halbwissen @ transifex
* fix more stringsMorris Jobke2016-06-201-1/+1
|
* The setting only affects available core updatesJoas Schilling2016-05-241-1/+5
|
* Make the group selectableJoas Schilling2016-05-241-0/+7
|
* Add release channel selection backLukas Reschke2016-03-041-4/+38
| | | | Allows to select the release channels again and also shows the last check date
* Add SSO for updater applicationLukas Reschke2016-02-091-0/+8
Allows logging-in into the updater application by visiting the admin panel and pressing "Open updater".