nextcloud-server/apps/theming/lib
nfebe 5acf36f17d fix(theming): Correctly generate CSS for font themes
Fixes a regression from dropping the SCSS compiler that broke
font themes like OpenDyslexic. The old code relied on the SCSS
compiler to automatically correct the order of the CSS rules,
ensuring the @font-face declaration was always valid.
The server now correctly generates the `@font-face` rule at
the top level of the stylesheet, fixing the previously invalid nested CSS.

Introduced in : f1448fcf07

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-07-11 19:49:14 +07:00
..
AppInfo chore: Add SPDX header 2024-05-31 10:38:47 +07:00
Command refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Controller fix(theming): Correctly generate CSS for font themes 2025-07-11 19:49:14 +07:00
Jobs refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Listener refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Migration fix(theming): Do not throw in background color migration 2025-01-30 00:28:37 +07:00
Service fix: ensure enabled themes are set on the template 2025-04-04 09:23:45 +07:00
Settings refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
SetupChecks chore: Add SPDX header 2024-05-31 10:38:47 +07:00
Themes fix(theming): high contrast themes scrollbar 2025-02-05 09:05:35 +07:00
Capabilities.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
ITheme.php chore: Add SPDX header 2024-05-31 10:38:47 +07:00
IconBuilder.php fix(theming): Instead of expecting a warning handle it properly 2025-05-20 21:39:02 +07:00
ImageManager.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
ResponseDefinitions.php chore: Add SPDX header 2024-05-31 10:38:47 +07:00
ThemingDefaults.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
Util.php chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 2024-09-20 14:53:34 +07:00