Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Apply enforce theme config for anonymous users as well | Kostiantyn Miakshyn | 2025-01-08 | 1 | -1/+4 |
| | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com> | ||||
* | fix(theming): Return default theme if the user never selected a themefix/theming/default-theme-selection | provokateurin | 2024-11-06 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -17/+8 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 1 | -4/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #48440 from nextcloud/refactor/background-service | Ferdinand Thiessen | 2024-10-03 | 1 | -34/+28 |
|\ | | | | | refactor(theming): Reduce duplicated code in `BackgroundService` | ||||
| * | refactor(theming): Reduce duplicated code in `BackgroundService`refactor/background-service | Ferdinand Thiessen | 2024-09-28 | 1 | -34/+28 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(theming): Use `AppConfig` for setting background imagefix/background-image | Ferdinand Thiessen | 2024-09-28 | 1 | -1/+3 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 2 | -3/+4 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Use migration instead of repair step for restoring custom color | Ferdinand Thiessen | 2024-09-10 | 1 | -8/+18 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Allow to specify a userId manually in BackgroundService | Ferdinand Thiessen | 2024-09-10 | 1 | -18/+41 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -5/+5 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(theming): enforce theme should still provide dark as fallback | skjnldsv | 2024-07-13 | 1 | -1/+7 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(theming): Allow shipped backgrounds to have a dark variant | Ferdinand Thiessen | 2024-07-12 | 1 | -8/+16 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): also apply enforced theme for guests | skjnldsv | 2024-06-14 | 1 | -8/+22 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 4 | -80/+8 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(theming): Add some strict checking for userId | Ferdinand Thiessen | 2024-05-21 | 1 | -1/+14 |
| | | | | 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 | 1 | -2/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: cleanup theming app code | Ferdinand Thiessen | 2024-05-21 | 2 | -7/+14 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Also apply new background colors to guest view | Ferdinand Thiessen | 2024-05-21 | 1 | -1/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Also reset background color settings when updating global ↵ | Ferdinand Thiessen | 2024-05-21 | 1 | -14/+31 |
| | | | | | | background image Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Allow to configure primary color separate from background in ↵ | Ferdinand Thiessen | 2024-05-21 | 2 | -48/+63 |
| | | | | | | admin settings Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Separate background and primary color | Ferdinand Thiessen | 2024-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | While the primary color is intended to highlight elements, it can not always be used as the background color. So now primary is independent from background a user set, the background color is, if not set directly, calculated as the mean color of the background image. That color is then used as a fallback if the background image could not be loaded and for calculating the color of the text used on the app menu and dashboard (they render directly on the background). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Also set default background color ("primary") for custom images | Ferdinand Thiessen | 2024-05-21 | 1 | -1/+65 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #32231 from nextcloud/feat/theming-scheme-meta | John Molakvoæ | 2024-02-08 | 1 | -7/+44 |
| | |||||
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 1 | -44/+7 |
| | | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d. | ||||
* | Support theme meta w3c standard | John Molakvoæ | 2024-02-07 | 1 | -7/+44 |
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | fix(theming): The background is the primary color and must not be double ↵ | Ferdinand Thiessen | 2024-02-03 | 1 | -6/+6 |
| | | | | | | inverted Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -35/+33 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | add descriptions for background pictures | Simon L | 2023-11-03 | 1 | -0/+19 |
| | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix(theming): Make changes on primary color less invasiv | Ferdinand Thiessen | 2023-10-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Ensure all text colors have enough contrast for accessibility | Ferdinand Thiessen | 2023-10-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Add distraction free backgrounds for Nextcloud 26 | Jan C. Borchardt | 2023-03-03 | 1 | -0/+22 |
| | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> | ||||
* | Lighten default color slightly for increased contrast | Christopher Ng | 2022-12-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Revert "Fix border color contrast" | Christopher Ng | 2022-12-03 | 1 | -1/+1 |
| | | | | | | This reverts commit a0266d1b1668fb2751c78057ffcfacca6f4b2ae8. Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Faster theming tests, better colours comparison and properly follow admin ↵ | John Molakvoæ | 2022-11-30 | 1 | -1/+1 |
| | | | | | | theming changes Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | More theming cypress tests and some fixes | John Molakvoæ | 2022-11-29 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Extract colour from custom background | John Molakvoæ | 2022-11-29 | 1 | -5/+6 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Allow to remove the background and select a custom colour | John Molakvoæ | 2022-11-29 | 1 | -11/+18 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix border color contrast | Christopher Ng | 2022-11-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | generate user themed icons | Simon L | 2022-11-18 | 2 | -12/+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> | ||||
* | Improve cache buster for user backgrounds | Vincent Petry | 2022-10-14 | 1 | -4/+26 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Scope the appdata theming storage for global and users | John Molakvoæ | 2022-10-14 | 1 | -9/+19 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Merge pull request #34461 from nextcloud/fix/migrate-background | Vincent Petry | 2022-10-13 | 1 | -5/+13 |
|\ | | | | | Fix missing background on upgrade | ||||
| * | graceful background image handling | Arthur Schiwon | 2022-10-13 | 1 | -5/+13 |
| | | | | | | | | | | | | | | - 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> | ||||
* | | Use default system primary | John Molakvoæ (skjnldsv) | 2022-10-13 | 1 | -0/+1 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Use brand color for background only and keep accessible color as color primary | Christopher Ng | 2022-10-05 | 1 | -2/+3 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Add preset primary colors for shipped backgrounds | Christopher Ng | 2022-09-27 | 1 | -1/+17 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Refactor primary computation and fix a few missing theme parity variables | John Molakvoæ | 2022-09-23 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |