nextcloud/apps/theming/lib
Julius Härtl 73787958d0 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:24:20 +00:00
..
AppInfo Update license headers 2019-12-05 15:38:45 +01:00
Command Fix setting images through occ for theming 2020-11-19 22:21:39 +00:00
Controller Add occ command to set theming values 2020-11-02 16:23:43 +01:00
Settings Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Capabilities.php Precalculate the primary element color for dark mode too 2020-06-29 12:08:33 +00:00
IconBuilder.php Update license headers for 19 2020-04-29 11:57:22 +02:00
ImageManager.php Add occ command to set theming values 2020-11-02 16:23:43 +01:00
ThemingDefaults.php Store scss variables under a different prefix for each theming config version 2020-11-30 14:24:20 +00:00
Util.php Precalculate the primary element color for dark mode too 2020-06-29 12:08:33 +00:00