summaryrefslogtreecommitdiffstats
path: root/apps/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-09-222-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add missing viewbox to SVGsJoas Schilling2022-09-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #33658 from nextcloud/dashboard-api-widgetsVincent Petry2022-09-162-9/+60
|\ | | | | Extend dashboard api to allow listing of widgets
| * adjust empty array checkJulien Veyssier2022-09-151-1/+1
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * move widget options into a Option classRobin Appelman2022-09-151-3/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add IItemOptionWidget to define some item-related parameters, only ↵Julien Veyssier2022-09-151-0/+2
| | | | | | | | | | | | getItemIconsRound() for now Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * change widget button api to support multiple button typesRobin Appelman2022-09-151-5/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * allow adding button to dashboard api outputRobin Appelman2022-09-151-8/+21
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * allow filtering dashboard items api by widgetsRobin Appelman2022-09-151-4/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add dashboard api to list widgetsRobin Appelman2022-09-152-0/+27
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2022-09-162-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34101 from nextcloud/fix/dashboard-controller-typoPytal2022-09-151-6/+6
|\ \ | | | | | | Fix initial state typo in dashboard controller
| * | Fix initial state typo in dashboard controllerChristopher Ng2022-09-151-6/+6
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-1/+0
|/ | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-1586-366/+336
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Move background settings from dashboard app to Appearance and accessibility ↵greta2022-09-1437-502/+39
| | | | | | | settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-142-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Improve dashboard default scrollbar behaviorCarl Schwan2022-09-091-7/+2
| | | | | | | | | - Decrease spacing so that scrollbar doesn't appear on laptop screen when having one row of panel - Move scrollbar to content so that on chromium the scrollbar is not so ugly Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* dashboard should not have a scrollbar by defaultszaimen2022-09-081-1/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-082-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-072-0/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-062-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Some more fixesJulius Härtl2022-09-011-7/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Restore dashboard layoutJulius Härtl2022-09-011-5/+30
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix status button background on dashboardJulius Härtl2022-08-291-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2022-08-292-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-272-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* More dark theme fixesCarl Schwan2022-08-261-1/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-8/+8
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-4/+4
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-242-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-224-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-214-16/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-202-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Expose core background imageJulius Härtl2022-08-191-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move dashboard to new variablesJulius Härtl2022-08-191-8/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2022-08-182-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-172-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-1610-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-1582-164/+164
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* l10n: Changed plural to singularrakekniven2022-08-141-1/+1
| | | | | | | | | | | Here you can select the default theme image, not images. Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-134-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-122-14/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-112-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-062-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-052-0/+62
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* dashboard: Fix dark theme detectionFerdinand Thiessen2022-07-261-2/+4
| | | | | | | | | When system default color theme is selected for theming, the enabledThemes array is empty or just contains one entry 'default', in this case the color theme has to be retrieved from the browser. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix styling for single skip buttons globallyJulius Härtl2022-07-163-18/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow to override #app-content and #app-navigation hrefs for content skippingJulius Härtl2022-07-161-1/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2022-07-082-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>