Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include the scss in the vue component | Roeland Jago Douma | 2019-01-11 | 1 | -1/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Unify vue template design | John Molakvoæ (skjnldsv) | 2018-06-29 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Move updatenotifications to webpack with .vue file | Joas Schilling | 2018-02-22 | 1 | -9/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Migrate the app to Vue.js | Joas Schilling | 2018-02-22 | 1 | -72/+20 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make Update notficiations strict and fix all inspections | Joas Schilling | 2018-01-18 | 1 | -4/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Improve update notification layout and show non-default update server | Morris Jobke | 2017-08-02 | 1 | -19/+30 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Show correct status in update notification | Morris Jobke | 2017-08-02 | 1 | -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.php | Jos Poortvliet | 2017-06-27 | 1 | -0/+1 |
| | | | add a note on our staged roll-out. | ||||
* | adding some documentation hints and some smaller cleanup | Frank Karlitschek | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | Replace unecessary unescaped prints with print | Lukas Reschke | 2017-03-29 | 1 | -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 button | Joas Schilling | 2016-09-27 | 1 | -4/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Revert "Show an update button instead of the updater" | Morris Jobke | 2016-09-23 | 1 | -3/+1 |
| | | | | | | This reverts commit 202ae42506e9bbb167889735b2c56ccebace594b. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Show an update button instead of the updater | Joas Schilling | 2016-09-08 | 1 | -1/+3 |
| | |||||
* | Fix layout of success message and text | Morris Jobke | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | make updatenotification settings appear as if it is part of the version part ↵ | Arthur Schiwon | 2016-08-13 | 1 | -3/+1 |
| | | | | in server settings | ||||
* | Fix update notification text | Morris Jobke | 2016-06-29 | 1 | -1/+3 |
| | | | | * thanks to ungesundes_halbwissen @ transifex | ||||
* | fix more strings | Morris Jobke | 2016-06-20 | 1 | -1/+1 |
| | |||||
* | The setting only affects available core updates | Joas Schilling | 2016-05-24 | 1 | -1/+5 |
| | |||||
* | Make the group selectable | Joas Schilling | 2016-05-24 | 1 | -0/+7 |
| | |||||
* | Add release channel selection back | Lukas Reschke | 2016-03-04 | 1 | -4/+38 |
| | | | | Allows to select the release channels again and also shows the last check date | ||||
* | Add SSO for updater application | Lukas Reschke | 2016-02-09 | 1 | -0/+8 |
Allows logging-in into the updater application by visiting the admin panel and pressing "Open updater". |