aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/src/helpers/getBackgroundUrl.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix various theming bugsChristopher Ng2022-09-281-49/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Move background settings from dashboard app to Appearance and accessibility ↵greta2022-09-141-3/+3
| | | | | | | settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.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>
* Remove accessibilityJohn Molakvoæ2022-04-211-1/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-2/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Added check on window.AccessibilityAvior2020-11-301-1/+1
| | | | | | | 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>
* override default dashboard background with theming oneJulien Veyssier2020-11-131-1/+4
| | | | | | | | 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>
* Allow to set a primary color backgroundJulius Härtl2020-08-191-0/+36
Signed-off-by: Julius Härtl <jus@bitgrid.net>