Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Migrate theming and sharebymail to PHPUnit10tests/noid/more-phpunit10-apps | Joas Schilling | 2025-05-20 | 1 | -27/+10 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(legacy): Introduce public version ct plass and drop version methods ↵clean/version-ocp | Julius Knorr | 2024-09-20 | 1 | -1/+2 |
| | | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 1 | -25/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(tests): Adjust theming test for new splitted background and primary colors | Ferdinand Thiessen | 2024-05-21 | 1 | -11/+28 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Apply same logic on capabilities for primary color like on themes | Ferdinand Thiessen | 2024-01-23 | 1 | -3/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Correctly expose user and admin theming | jld3103 | 2023-11-03 | 1 | -3/+7 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | adjust tests | Simon L | 2023-05-11 | 1 | -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-04 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix logo invert | John Molakvoæ | 2022-11-16 | 1 | -1/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 1 | -4/+4 |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix PHP CS | Joas Schilling | 2020-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Precalculate the primary element color for dark mode too | Joas Schilling | 2020-06-26 | 1 | -2/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -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 recommendation | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | fix test for new css vars / logoheader and favicon | Guillaume COMPAGNON | 2019-11-24 | 1 | -3/+11 |
| | | | | Signed-off-by: Guillaume COMPAGNON <gcompagnon@outlook.com> | ||||
* | CapabilitiesTests are not DB tests | Roeland Jago Douma | 2019-09-04 | 1 | -1/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix light primary button styling | Julius Härtl | 2019-03-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix capabilities test | Julius Härtl | 2018-08-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | More detailed theming capabilities | Julius Härtl | 2018-01-10 | 1 | -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 theme | Morris Jobke | 2017-12-11 | 1 | -6/+10 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Theming: expose element color though capabilities API | Julius Härtl | 2017-11-07 | 1 | -0/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add the primary font color to the capabilities as well | Joas Schilling | 2017-08-15 | 1 | -8/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Return color when theming uses no background image | Julius Härtl | 2017-05-17 | 1 | -25/+36 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | rename confusing getMailHeaderColor to getColorPrimary, ref #3491 | Jan-Christoph Borchardt | 2017-03-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Add image URLs and tests | Joas Schilling | 2016-09-06 | 1 | -0/+126 |