summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/js-src/components
Commit message (Collapse)AuthorAgeFilesLines
* Unify vue template designJohn Molakvoæ (skjnldsv)2018-06-293-399/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* various fixes, typo, center popover, updated buildJohn Molakvoæ (skjnldsv)2018-06-291-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Popover design fixes and settings updateJohn Molakvoæ (skjnldsv)2018-06-291-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* adjust and reuse apps.css, makes additional class and rules unnecessaryArthur Schiwon2018-06-291-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* CSS fixesArthur Schiwon2018-06-291-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* do things with npm so make build-js-production succeeds without complaintsArthur Schiwon2018-06-291-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix method declarationArthur Schiwon2018-06-291-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* display whats new info in admin settingsArthur Schiwon2018-06-293-2/+91
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update root.vuerakekniven2018-06-271-1/+1
| | | Fix for #8897 (Description of stable is not suitable )
* Fix updatenotifications vars and groups requestJohn Molakvoæ (skjnldsv)2018-06-071-7/+20
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump updatenotificationJohn Molakvoæ (skjnldsv)2018-06-071-4/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Show EOL warning in the update sectionJoas Schilling2018-03-201-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Provide a description of the update channels inlineMorris Jobke2018-03-151-0/+18
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add a little arrow to indicate that the list can be openedJoas Schilling2018-03-061-2/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix the available listJoas Schilling2018-03-061-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Show a loading message while we determinate the status of the updatesJoas Schilling2018-03-061-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check for app updates when there is a new major version availableJoas Schilling2018-02-281-6/+87
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use mixin for translationsJoas Schilling2018-02-221-48/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use VueSelect instead of select2Joas Schilling2018-02-221-8/+36
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move updatenotifications to webpack with .vue fileJoas Schilling2018-02-221-0/+188
Signed-off-by: Joas Schilling <coding@schilljs.com>