nextcloud/apps/theming/tests
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
..
Controller Fix theming manifest tests 2020-10-20 11:03:24 +02:00
Settings Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
data compress some images with tinypng.com 2020-05-22 13:07:11 +00:00
CapabilitiesTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +02:00
IconBuilderTest.php Update license headers for 19 2020-04-29 11:57:22 +02:00
ImageManagerTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
ServicesTest.php Remove ISection in favor of IIconSection 2020-10-28 23:05:00 +01:00
ThemingDefaultsTest.php Store scss variables under a different prefix for each theming config version 2020-11-30 14:15:17 +01:00
UtilTest.php Optimize chek if background is themed 2020-11-23 13:48:05 +01:00