aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-10-192-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34620 from nextcloud/fix/cleanup-theming-cacheblizzz2022-10-182-1/+78
|\ | | | | Add a repair step to cleanup old theming cache
| * Add a repair step to cleanup old theming cacheChristopher Ng2022-10-182-1/+78
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-186-0/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-1730-30/+0
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* l10n: Fixed grammarrakekniven2022-10-141-1/+1
| | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* Improve cache buster for user backgroundsVincent Petry2022-10-145-16/+31
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix testsJohn Molakvoæ2022-10-141-11/+21
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix migrationJohn Molakvoæ2022-10-141-6/+22
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Properly use user background cachebusterJohn Molakvoæ2022-10-142-1/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Scope the appdata theming storage for global and usersJohn Molakvoæ2022-10-145-24/+43
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-1474-6/+90
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34461 from nextcloud/fix/migrate-backgroundVincent Petry2022-10-134-5/+171
|\ | | | | Fix missing background on upgrade
| * graceful background image handlingArthur Schiwon2022-10-134-5/+171
| | | | | | | | | | | | | | - fallback to background image from old location - migrate background images to new location as insensitive job Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #34437 from nextcloud/feat/theming-default-system-valueSimon L2022-10-1316-38/+237
|\ \ | | | | | | Use default system primary
| * | Adjust testingJohn Molakvoæ2022-10-132-20/+33
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Fix primary and debounce to avoid infinite loopJohn Molakvoæ2022-10-134-24/+30
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Allow to pick custom colourJohn Molakvoæ (skjnldsv)2022-10-1311-20/+130
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Use default system primaryJohn Molakvoæ (skjnldsv)2022-10-137-22/+92
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #34546 from nextcloud/improve-hight-contrastJohn Molakvoæ2022-10-132-0/+9
|\ \ | |/ |/| Add seperator in high contrast mode
| * Add seperator in high contrast modeCarl Schwan2022-10-112-0/+9
| | | | | | | | | | | | Between navigation and content and between entry in breadcrump Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-10-132-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34545 from ↵Simon L2022-10-132-2/+6
|\ \ | | | | | | | | | | | | nextcloud/fix/theming-highcontrast-translucency-off Disable translucency on high contrast themes
| * | fix color-main-background-rgbszaimen2022-10-122-0/+4
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
| * | Disable translucency on high contrast themesCarl Schwan2022-10-112-2/+2
| |/ | | | | | | | | | | Fix #34514 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Add color variables for text on blurred backgroundChristopher Ng2022-10-125-2/+12
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix excessive increase of cachebuster valueChristopher Ng2022-10-113-3/+12
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-112-14/+44
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-086-4/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-072-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-062-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Use brand color for background only and keep accessible color as color primaryChristopher Ng2022-10-057-13/+18
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use color preset of shipped background as primary colorChristopher Ng2022-10-058-63/+90
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-032-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-022-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34323 from nextcloud/fix/screenshotsSimon L2022-10-016-0/+0
|\ | | | | Update theming screenshots
| * Update theming screenshotsJohn Molakvoæ (skjnldsv)2022-09-296-0/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Update opendyslexiaJoas Schilling2022-10-016-0/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-014-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34333 from nextcloud/enh/33851/fix-tertiary-buttonSimon L2022-09-302-4/+4
|\ \ | | | | | | fix the tertiary button text
| * | fix testszaimen2022-09-301-2/+2
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
| * | fix the tertiary button textszaimen2022-09-301-2/+2
| |/ | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* / [tx-robot] updated from transifexNextcloud bot2022-09-302-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34287 from nextcloud/enh/33836/fix-themeSimon L2022-09-284-10/+10
|\ | | | | fix highcontrast theme
| * fix highcontrast theme iconsszaimen2022-09-274-10/+10
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Fix various theming bugsChristopher Ng2022-09-286-32/+23
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #34272 from nextcloud/enh/shipped-background-primary-colorsPytal2022-09-271-1/+17
|\ \ | |/ |/| Add primary color presets for shipped backgrounds
| * Add preset primary colors for shipped backgroundsChristopher Ng2022-09-271-1/+17
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-274-0/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34210 from nextcloud/fix/themingJohn Molakvoæ2022-09-247-115/+175
|\ | | | | Fixing missing theming variables