summaryrefslogtreecommitdiffstats
path: root/apps/dashboard/js
Commit message (Collapse)AuthorAgeFilesLines
* Dashboard - fix touch layoutszaimen2021-09-102-2/+2
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump regenerator-runtime from 0.13.7 to 0.13.9dependabot[bot]2021-07-282-2/+2
| | | | | | | | | | | | | | | | Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.7 to 0.13.9. - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.7...regenerator-runtime@0.13.9) --- updated-dependencies: - dependency-name: regenerator-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump vue and vue-template-compilerdependabot[bot]2021-07-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.12 to 2.6.14 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.12...v2.6.14) Updates `vue-template-compiler` from 2.6.12 to 2.6.14 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.12...v2.6.14) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: vue-template-compiler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump debounce from 1.2.0 to 1.2.1dependabot[bot]2021-07-151-1/+1
| | | | | | | | | | | | | | | | | Bumps [debounce](https://github.com/component/debounce) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/component/debounce/releases) - [Changelog](https://github.com/component/debounce/blob/master/History.md) - [Commits](https://github.com/component/debounce/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: debounce dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* refs #26113 do not escape display name in dashboard welcome textJulien Veyssier2021-07-132-2/+2
| | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump v-click-outside from 3.1.1 to 3.1.2dependabot[bot]2021-07-112-2/+2
| | | | | | | | | Bumps [v-click-outside](https://github.com/ndelvalle/v-click-outside) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/ndelvalle/v-click-outside/releases) - [Commits](https://github.com/ndelvalle/v-click-outside/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump vue-loader from 15.9.3 to 15.9.7dependabot[bot]2021-06-242-2/+2
| | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.3 to 15.9.7. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.3...v15.9.7) --- updated-dependencies: - dependency-name: vue-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Npm buildJohn Molakvoæ (skjnldsv)2021-05-272-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* override default dashboard background with theming oneJulien Veyssier2021-02-092-2/+2
| | | | | | | | | fix getAppValue default value in theming app fix cacheBuster value injection Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* avoid dashboard js crash when accessibility app is not installedJulien Veyssier2020-12-112-2/+2
| | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/vue to 2.6.9Julius Härtl2020-10-152-2/+2
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* fix dashboard statuses sort functionJulien Veyssier2020-10-082-2/+2
| | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix dashboard rendering if accessibility app is disabledJulius Härtl2020-10-052-2/+2
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/vue to v2.6.8John Molakvoæ (skjnldsv)2020-10-022-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Dashboard: Fix accessibility skip linksJan C. Borchardt2020-09-182-2/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Dashboard recompileJan C. Borchardt2020-09-152-2/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Dashboard: Fix 'Get more widgets' button sizeJan C. Borchardt2020-09-152-2/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Dashboard: Change heading padding to relative so it adjusts based on screen ↵Jan C. Borchardt2020-09-152-2/+2
| | | | | | size, ref #22864 Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix v-deep overwrite for weather and status buttons, ref #22864Jan C. Borchardt2020-09-152-2/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Bump @nextcloud/vue from 2.6.4 to 2.6.5dependabot-preview[bot]2020-09-142-2/+2
| | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.4 to 2.6.5. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.4...v2.6.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump @nextcloud/l10n from 1.4.0 to 1.4.1dependabot-preview[bot]2020-09-102-2/+2
| | | | | | | | | | | Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Compile assetsnpmbuildbot[bot]2020-09-102-2/+2
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add 'Reasons to use Nextcloud in your organization' call to action in settingsJan C. Borchardt2020-09-072-2/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Remove tooltip on customize button in dashboardJulius Härtl2020-09-042-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump @nextcloud/vue to v2.6.3John Molakvoæ (skjnldsv)2020-09-032-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix Dashboard CSS indentationJan C. Borchardt2020-08-252-2/+2
| | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump vue and vue-template-compilerdependabot-preview[bot]2020-08-252-2/+2
| | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Updates `vue-template-compiler` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make the tick always whiteJoas Schilling2020-08-242-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix wording 'User status' to just 'Status'Jan C. Borchardt2020-08-212-2/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* fix checkbox order and iconsJulien Veyssier2020-08-212-2/+2
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* add buttons in modal to toggle all statusesJulien Veyssier2020-08-212-2/+2
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* add attributions and warning for external services in modal, sort statusesJulien Veyssier2020-08-212-2/+2
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Dashboard: Fix status bubbles open but unfocused backgroundJan C. Borchardt2020-08-202-2/+2
| | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* build dashboard jsJulien Veyssier2020-08-202-2/+2
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* remove background-color for user status and weather status in dashboard, ↵Julien Veyssier2020-08-202-0/+3
| | | | | | build all Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Small fixes to cleanup codeJulius Härtl2020-08-202-3/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* better translations, fix status color, build user status and dashboardJulien Veyssier2020-08-202-2/+2
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Bump bundlesJulius Härtl2020-08-192-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump outdated dashboard bundlesJulius Härtl2020-08-132-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump bundlesJulius Härtl2020-08-052-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add @nextcloud/event-bus to babel transpileJohn Molakvoæ (skjnldsv)2020-07-311-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)2020-07-312-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-312-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump bundlesJulius Härtl2020-07-152-0/+3
Signed-off-by: Julius Härtl <jus@bitgrid.net>