summaryrefslogtreecommitdiffstats
path: root/apps/dashboard/js
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix @nextcloud/vue importsJohn Molakvoæ (skjnldsv)2021-01-142-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* refs #24970 fix night condition in dashboard greetingJulien Veyssier2021-01-132-2/+2
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Bump core-js from 3.8.1 to 3.8.2dependabot-preview[bot]2021-01-072-2/+2
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.8.1...v3.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/axios from 1.5.0 to 1.6.0dependabot-preview[bot]2021-01-072-2/+2
| | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.5.0...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix dashboard greetings that show 'good morning' after noonNina Pypchenko2021-01-052-2/+2
| | | | | | | | | | | | | | | | Updated dashboard greetings to show "Good afternoon" after 12:00 instead of 13:00. Updated time periods for greetings: - Morning: 5:00 to 11.59 - Afternoon: 12:00 to 17.59 - Evening: 18:00 to 21:59 - Night: 22:00 to 4.59 Updated night-time greeting to "Hello" as "Good night" is a kind of goodbye. Closes #24938. Signed-off-by: Nina Pypchenko <22447785+nina-py@users.noreply.github.com>
* Change to the name of the appValdnet2020-12-302-2/+2
| | | | | | It should refer to the application name "Files". Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump core-js from 3.8.0 to 3.8.1dependabot-preview[bot]2020-12-152-2/+2
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.8.0...v3.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Added check on window.AccessibilityAvior2020-11-302-2/+2
| | | | | | | It crash the Dashboard when the Accessibility module is not presetn Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump core-js from 3.7.0 to 3.8.0dependabot-preview[bot]2020-11-302-2/+2
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.7.0...v3.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump core-js from 3.6.5 to 3.7.0dependabot-preview[bot]2020-11-142-2/+2
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.5 to 3.7.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.6.5...v3.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/vue from 3.1.0 to 3.2.0dependabot-preview[bot]2020-11-142-2/+2
| | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.1.0...v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* override default dashboard background with theming oneJulien Veyssier2020-11-132-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>
* Bump css-loader from 3.6.0 to 5.0.1dependabot-preview[bot]2020-11-062-2/+2
| | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 5.0.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v5.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Add SVG support check to setup checknhirokinet2020-11-022-2/+2
| | | | Signed-off-by: nhirokinet <nhirokinet@nhiroki.net>
* Bump vue-loader from 15.9.3 to 15.9.4dependabot-preview[bot]2020-10-312-2/+2
| | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.3 to 15.9.4. - [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.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/vue from 3.0.0 to 3.1.0dependabot-preview[bot]2020-10-272-2/+2
| | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)2020-10-202-2/+2
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump v-click-outside from 3.1.1 to 3.1.2dependabot-preview[bot]2020-10-192-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-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump file-loader from 6.1.0 to 6.1.1dependabot-preview[bot]2020-10-192-2/+2
| | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v6.1.0...v6.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/vue from 2.6.9 to 2.7.0dependabot-preview[bot]2020-10-122-2/+2
| | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.9 to 2.7.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.9...v2.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> 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>
* Bump @nextcloud/vue to v2.6.9John Molakvoæ (skjnldsv)2020-10-072-2/+2
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> 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>
* refs #23140 split dashboard attributions in multiple lines to allow ↵Julien Veyssier2020-10-022-2/+2
| | | | | | translation parsing Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Bump @nextcloud/vue to v2.6.8John Molakvoæ (skjnldsv)2020-10-022-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update @nextcloud/vue to 2.6.7Joas Schilling2020-10-022-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump @nextcloud/vue to 2.6.6Joas Schilling2020-09-302-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Dashboard: Fix accessibility skip linksJan C. Borchardt2020-09-172-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>