Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(theming): Return default theme if the user never selected a themebackport/49112/stable30 | provokateurin | 2024-11-07 | 1 | -10/+10 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(tests): Test OTF font filebackport/47928/stable30 | Joas Schilling | 2024-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore: Use `IAppConfig` instead of `IConfig->getAppValue` | Ferdinand Thiessen | 2024-09-11 | 2 | -55/+68 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Update value of body container radius | Marco Ambrosini | 2024-08-01 | 1 | -0/+2 |
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> | ||||
* | test(theming): Fix broken footer links tests | provokateurin | 2024-07-27 | 1 | -3/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(theming): Add checkbox for force enable / disable blurry background | Ferdinand Thiessen | 2024-07-02 | 1 | -8/+16 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Conitionally disable blur filter for performance | Ferdinand Thiessen | 2024-07-02 | 6 | -0/+11 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): also apply enforced theme for guests | skjnldsv | 2024-06-14 | 1 | -0/+42 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 19 | -425/+39 |
| | | | | 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 | 2 | -67/+21 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(tests): Adjust theming test for new splitted background and primary colors | Ferdinand Thiessen | 2024-05-21 | 9 | -120/+197 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(theming): Provide CSS variable for favorite color and adjust for dark mode | Ferdinand Thiessen | 2024-03-06 | 1 | -0/+1 |
| | | | | | Co-authored-by: Simon L <szaimen@e.mail.de> 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): Make sure `color-border-maxcontrast` fulfills 3:1 contrast | Ferdinand Thiessen | 2024-01-17 | 1 | -0/+12 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(manifest): Check if app exists instead of accessing null as an array | Joas Schilling | 2024-01-17 | 1 | -1/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(theming): Adjust high contrast theme to fulfill WCAG AAA text contrast | Ferdinand Thiessen | 2023-12-22 | 1 | -0/+142 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrast | Ferdinand Thiessen | 2023-12-19 | 2 | -8/+169 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Make dark theme accessible and add unit test | Ferdinand Thiessen | 2023-12-18 | 1 | -0/+143 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Adjust status colors to be also accessible on blurry background | Ferdinand Thiessen | 2023-12-18 | 1 | -1/+36 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Adjust primary text color calculation to also work with high ↵ | Ferdinand Thiessen | 2023-12-15 | 1 | -3/+9 |
| | | | | | | contrast themes Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Adjust hover color to be accessible | Ferdinand Thiessen | 2023-12-15 | 2 | -16/+129 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | enh(theming): Adjust color utils to work as specified by WCAG (color ↵ | Ferdinand Thiessen | 2023-12-15 | 1 | -5/+24 |
| | | | | | | contrast and luma calculation) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 6 | -7/+6 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix(theming): Correctly expose user and admin theming | jld3103 | 2023-11-03 | 1 | -3/+7 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | fix(theming): Ensure all text colors have enough contrast for accessibility | Ferdinand Thiessen | 2023-10-27 | 1 | -0/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Allow to reset the user defined app order to the default value | Ferdinand Thiessen | 2023-10-21 | 1 | -1/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Allow to configure default apps and app order in frontend ↵ | Ferdinand Thiessen | 2023-10-20 | 1 | -2/+11 |
| | | | | | | | | | settings * Also add API for setting the value using ajax. * Add cypress tests for app order and defaul apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -6/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(f2v): migrate Files | John Molakvoæ | 2023-08-17 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat: add detected mime type to exception | Daniel Kesselberg | 2023-06-24 | 1 | -0/+26 |
| | | | | | | | The mimetype may not match the file extension. Helps the user to find out why a provided image is not accepted. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix loading custom logo image | Robin Appelman | 2023-05-22 | 2 | -5/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | adjust tests | Simon L | 2023-05-11 | 2 | -16/+31 |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | fix(theming): replace elementColor dark value with better contrast `#8c8c8c` | John Molakvoæ | 2023-05-04 | 2 | -3/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(theming): Only convert a background image if it benefits from it | Ferdinand Thiessen | 2023-02-20 | 1 | -3/+6 |
| | | | | | | | | | * WebP images are generally quite small, converting to pngs would increase the filesize a lot. * Small JPEG and PNG images do not benefit from any conversion, so skip it. * JPEG images will get quite bigger when converted to PNG so instead convert to progressive JPEG Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | Limit key names when uploading theme images | Vincent Petry | 2023-01-11 | 1 | -0/+30 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | More theming cypress tests and some fixes | John Molakvoæ | 2022-11-29 | 2 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Extract colour from custom background | John Molakvoæ | 2022-11-29 | 3 | -15/+22 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Allow to remove the background and select a custom colour | John Molakvoæ | 2022-11-29 | 2 | -5/+5 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix theming tests for PHP 8.2 | Côme Chilliet | 2022-11-24 | 1 | -0/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | generate user themed icons | Simon L | 2022-11-18 | 1 | -1/+7 |
| | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
* | Fix logo invert | John Molakvoæ | 2022-11-16 | 5 | -6/+13 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix themings tests and get rid of deprecated at matcher | Côme Chilliet | 2022-11-15 | 1 | -28/+30 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix some more problems with tests under PHP 8.2 | Côme Chilliet | 2022-11-15 | 2 | -2/+22 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix errors from PHP 8.2 testing | Côme Chilliet | 2022-11-14 | 2 | -2/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Rewrite admin theming in Vue | Christopher Ng | 2022-10-28 | 1 | -54/+12 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Fix tests | John Molakvoæ | 2022-10-19 | 6 | -10/+51 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix tests | John Molakvoæ | 2022-10-14 | 1 | -11/+21 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix primary and debounce to avoid infinite loop | John Molakvoæ | 2022-10-13 | 1 | -3/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Allow to pick custom colour | John Molakvoæ (skjnldsv) | 2022-10-13 | 6 | -3/+91 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> |