summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/src
Commit message (Collapse)AuthorAgeFilesLines
* show warning in update admin overviewszaimen2022-03-281-0/+8
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-231-2/+2
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* l10n: Spelling unificationValdnet2021-06-021-1/+1
| | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-1/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Lint fixJohn Molakvoæ (skjnldsv)2021-03-171-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make the compatible app message less confusing for multi versions appsJoas Schilling2021-02-261-7/+8
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Hide updater button when web updater is disabledVincent Petry2021-02-181-1/+6
| | | | | | | Whenever the web updater is disabled, the updater button and its matching token requesting endpoints are disabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update UpdateNotification.vueJos Poortvliet2021-01-181-1/+5
| | | | I've updated the text, but the 'learn more about updates and update channels' should link to https://nextcloud.com/release-channels/
* Fix @nextcloud/vue importsJohn Molakvoæ (skjnldsv)2021-01-141-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump @nextcloud/eslint-config and peersJohn Molakvoæ (skjnldsv)2020-07-311-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-312-27/+27
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix linter warnings for the updatenotificationRoeland Jago Douma2020-05-081-5/+6
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Close updatenotification channel selector on click outsideGary Kim2020-03-241-1/+4
| | | | | | | | | | While the vue-click-outside package was set up and imported, it wasn't being used yet. This commit sets up to use vue-click-outside on the channel selector in updatenotification Signed-off-by: Gary Kim <gary@garykim.dev>
* Migrate to @nextcloud/vue 1.x.xJohn Molakvoæ (skjnldsv)2020-01-221-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-192-30/+30
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-013-518/+529
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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-294-0/+439
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>