aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/CapabilitiesTest.php
Commit message (Collapse)AuthorAgeFilesLines
* adjust testsSimon L2023-05-111-9/+9
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* fix(theming): replace elementColor dark value with better contrast `#8c8c8c`John Molakvoæ2023-05-041-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix logo invertJohn Molakvoæ2022-11-161-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-121-4/+4
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix PHP CSJoas Schilling2020-06-261-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Precalculate the primary element color for dark mode tooJoas Schilling2020-06-261-2/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+2
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix test for new css vars / logoheader and faviconGuillaume COMPAGNON2019-11-241-3/+11
| | | | Signed-off-by: Guillaume COMPAGNON <gcompagnon@outlook.com>
* CapabilitiesTests are not DB testsRoeland Jago Douma2019-09-041-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix light primary button stylingJulius Härtl2019-03-271-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix capabilities testJulius Härtl2018-08-301-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* More detailed theming capabilitiesJulius Härtl2018-01-101-7/+39
| | | | | | This will allow clients to easily check if a custom background is used Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix email buttons for white themeMorris Jobke2017-12-111-6/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Theming: expose element color though capabilities APIJulius Härtl2017-11-071-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headersMorris Jobke2017-11-061-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add the primary font color to the capabilities as wellJoas Schilling2017-08-151-8/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Return color when theming uses no background imageJulius Härtl2017-05-171-25/+36
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add image URLs and testsJoas Schilling2016-09-061-0/+126