aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/Controller/UserThemeControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: Add SPDX headerAndy Scherzinger2024-05-311-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Fix excessive increase of cachebuster valueChristopher Ng2022-10-111-0/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix highcontrast theme iconsszaimen2022-09-271-2/+2
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Move background settings from dashboard app to Appearance and accessibility ↵greta2022-09-141-1/+8
| | | | | | | settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add system/light themesJohn Molakvoæ2022-04-281-0/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix dyslexia font loadingJohn Molakvoæ2022-04-221-12/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* PhpunitJohn Molakvoæ2022-04-211-0/+153
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>