nextcloud/apps/theming/lib
Julius Härtl 7d57b2c317 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:28 +00: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 22:18:55 +00:00
Controller Add occ command to set theming values 2020-09-24 12:38:53 +00:00
Listener Use IBootstrap for the app theming 2020-07-24 12:23:16 +02:00
Service Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Settings Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Capabilities.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
IconBuilder.php Update license headers for 19 2020-04-29 11:57:22 +02:00
ImageManager.php Enable theming background transparency 2020-10-26 19:51:38 +00:00
ThemingDefaults.php Store scss variables under a different prefix for each theming config version 2020-11-30 14:24:28 +00:00
Util.php Precalculate the primary element color for dark mode too 2020-06-26 09:58:45 +02:00