nextcloud/apps/theming/lib
Julius Härtl 22e26a7f5e
Store scss variables under a different prefix for each theming config version
The main issue with using the general theming- prefix is that with APCu caching
the cache is not shared between processes, so when trying to reset the cache
through the CLI, e.g. when updating the theming config the old cache is never
invalidated.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-30 14:15:17 +01:00
..
AppInfo Use IBootstrap for the app theming 2020-07-24 12:23:16 +02:00
Command Fix setting images through occ for theming 2020-11-19 08:31:24 +01:00
Controller manifest to report correct favicon size 2020-10-16 15:36:56 +00:00
Listener Use IBootstrap for the app theming 2020-07-24 12:23:16 +02:00
Service override default dashboard background with theming one 2020-11-13 06:51:26 +00:00
Settings Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Capabilities.php override default dashboard background with theming one 2020-11-13 06:51:26 +00:00
IconBuilder.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
ImageManager.php override default dashboard background with theming one 2020-11-13 06:51:26 +00:00
ThemingDefaults.php Store scss variables under a different prefix for each theming config version 2020-11-30 14:15:17 +01:00
Util.php Optimize chek if background is themed 2020-11-23 13:48:05 +01:00