| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify variable names | John Molakvoæ | 2022-10-19 | 3 | -64/+100 |
* | Add admin user customization kill switch | John Molakvoæ | 2022-10-19 | 6 | -7/+31 |
* | Add a repair step to cleanup old theming cache | Christopher Ng | 2022-10-18 | 1 | -0/+76 |
* | Improve cache buster for user backgrounds | Vincent Petry | 2022-10-14 | 4 | -13/+31 |
* | Fix migration | John Molakvoæ | 2022-10-14 | 1 | -6/+22 |
* | Properly use user background cachebuster | John Molakvoæ | 2022-10-14 | 2 | -1/+5 |
* | Scope the appdata theming storage for global and users | John Molakvoæ | 2022-10-14 | 4 | -24/+42 |
* | Merge pull request #34461 from nextcloud/fix/migrate-background | Vincent Petry | 2022-10-13 | 3 | -5/+168 |
|\ |
|
| * | graceful background image handling | Arthur Schiwon | 2022-10-13 | 3 | -5/+168 |
* | | Merge pull request #34437 from nextcloud/feat/theming-default-system-value | Simon L | 2022-10-13 | 5 | -13/+44 |
|\ \ |
|
| * | | Adjust testing | John Molakvoæ | 2022-10-13 | 1 | -14/+10 |
| * | | Fix primary and debounce to avoid infinite loop | John Molakvoæ | 2022-10-13 | 2 | -5/+6 |
| * | | Allow to pick custom colour | John Molakvoæ (skjnldsv) | 2022-10-13 | 1 | -14/+19 |
| * | | Use default system primary | John Molakvoæ (skjnldsv) | 2022-10-13 | 5 | -7/+36 |
| |/ |
|
* | | Merge pull request #34546 from nextcloud/improve-hight-contrast | John Molakvoæ | 2022-10-13 | 2 | -0/+9 |
|\ \
| |/
|/| |
|
| * | Add seperator in high contrast mode | Carl Schwan | 2022-10-11 | 2 | -0/+9 |
* | | Merge pull request #34545 from nextcloud/fix/theming-highcontrast-translucenc... | Simon L | 2022-10-13 | 2 | -2/+6 |
|\ \ |
|
| * | | fix color-main-background-rgb | szaimen | 2022-10-12 | 2 | -0/+4 |
| * | | Disable translucency on high contrast themes | Carl Schwan | 2022-10-11 | 2 | -2/+2 |
| |/ |
|
* | | Add color variables for text on blurred background | Christopher Ng | 2022-10-12 | 4 | -2/+10 |
* | | Fix excessive increase of cachebuster value | Christopher Ng | 2022-10-11 | 2 | -3/+7 |
|/ |
|
* | Use brand color for background only and keep accessible color as color primary | Christopher Ng | 2022-10-05 | 3 | -9/+13 |
* | Use color preset of shipped background as primary color | Christopher Ng | 2022-10-05 | 2 | -46/+49 |
* | fix the tertiary button text | szaimen | 2022-09-30 | 1 | -2/+2 |
* | Merge pull request #34287 from nextcloud/enh/33836/fix-theme | Simon L | 2022-09-28 | 1 | -1/+1 |
|\ |
|
| * | fix highcontrast theme icons | szaimen | 2022-09-27 | 1 | -1/+1 |
* | | Fix various theming bugs | Christopher Ng | 2022-09-28 | 1 | -0/+6 |
* | | Add preset primary colors for shipped backgrounds | Christopher Ng | 2022-09-27 | 1 | -1/+17 |
|/ |
|
* | Merge pull request #34210 from nextcloud/fix/theming | John Molakvoæ | 2022-09-24 | 6 | -100/+160 |
|\ |
|
| * | Refactor primary computation and fix a few missing theme parity variables | John Molakvoæ | 2022-09-23 | 6 | -113/+160 |
| * | Disable background blur on highcontrast | John Molakvoæ | 2022-09-23 | 1 | -0/+3 |
| * | Fixing dark primary element variables | John Molakvoæ | 2022-09-23 | 1 | -3/+13 |
* | | Fix loading custom background | Vincent Petry | 2022-09-23 | 1 | -1/+1 |
|/ |
|
* | update theming icon in personal settings | szaimen | 2022-09-21 | 1 | -1/+1 |
* | Add a global setting to disable keyboard shortcuts | Joas Schilling | 2022-09-15 | 3 | -0/+74 |
* | Move background settings from dashboard app to Appearance and accessibility s... | greta | 2022-09-14 | 5 | -30/+313 |
* | Merge pull request #33952 from nextcloud/enh/33850/scrollbar-visibility | Simon L | 2022-09-08 | 3 | -0/+6 |
|\ |
|
| * | fix scrollbar visiblity | szaimen | 2022-09-07 | 3 | -0/+6 |
* | | Remove non existing lighter colour | greta | 2022-09-07 | 1 | -1/+0 |
|/ |
|
* | fix dark-contrast-theme | szaimen | 2022-09-06 | 2 | -0/+2 |
* | fix background shadow | szaimen | 2022-09-05 | 2 | -3/+3 |
* | Some more fixes | Julius Härtl | 2022-09-01 | 1 | -0/+3 |
* | Restore dashboard layout | Julius Härtl | 2022-09-01 | 1 | -2/+18 |
* | Adapt layout to new base css variables | Julius Härtl | 2022-09-01 | 1 | -0/+2 |
* | Fix gradient using the wrong target value | Julius Härtl | 2022-08-26 | 1 | -1/+1 |
* | Properly align element variables to the regular ones | Julius Härtl | 2022-08-26 | 1 | -4/+10 |
* | Expose core background image | Julius Härtl | 2022-08-19 | 1 | -3/+7 |
* | Add css variables for blurred background | Julius Härtl | 2022-08-19 | 2 | -0/+5 |
* | Allow to manually specify a theme to apply to a section of an app | John Molakvoæ | 2022-08-16 | 1 | -1/+1 |
* | Automatically enable plain background if primary colour is set | John Molakvoæ | 2022-08-16 | 1 | -6/+13 |