summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Force defaultHtml setting of v-tooltip to be disabledJulius Härtl2019-07-291-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Enterprise update channelMorris Jobke2019-07-101-19/+22
| | | | | | Allows to select the enterprise update channel for instances that have a valid subscription. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Unify webpack configJohn Molakvoæ (skjnldsv)2019-05-291-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix top margin for info text when non-default updater server URL is usedMorris Jobke2019-02-271-1/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Improve update channel layout to be a popup menuMorris Jobke2019-02-131-36/+135
| | | | | | | | | | | * now the entries are in a popup menu * if a non-default channel is used the entry will be at the bottom * channel descriptions are embeded into the menu * use nextcloud-vue componenets for the channel selector * update nextcloud-vue dependency from 0.6.1 to 0.6.3 * fixes #13806 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix style of warning for EoL versionMorris Jobke2019-02-131-4/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Include the scss in the vue componentRoeland Jago Douma2019-01-111-0/+56
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* make "open updater" primary and place all buttons on one lineJonas Sulzer2018-12-041-8/+8
| | | | Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* make a button out of 'What's new' so it's obvious it can be clicked onJonas Sulzer2018-12-031-1/+1
| | | | | | for #12694 Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* Open the updater via a POST form submit instead of eval the JS code directlyMorris Jobke2018-11-271-28/+15
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix updatenotifications display, dependencies and cspJohn Molakvoæ (skjnldsv)2018-11-193-57/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use the version number when checking the appstore for compatible updatesJoas Schilling2018-11-081-6/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix overlapping update button in notificationsMorris Jobke2018-11-081-4/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Change what's new popover icon to checkmark, fix #10047Jan-Christoph Borchardt2018-07-171-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* adjust backend and gui to update and changelog serverArthur Schiwon2018-06-291-3/+12
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Unify vue template designJohn Molakvoæ (skjnldsv)2018-06-293-0/+399
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>