summaryrefslogtreecommitdiffstats
path: root/lib/private/Template/SCSSCacher.php
Commit message (Expand)AuthorAgeFilesLines
* Migrate leafo/scssphp to scssphp/scssphpChristoph Wurst2020-01-231-6/+5
* Update license headersChristoph Wurst2019-12-051-2/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Make sure the cache is only reset once at a timeJulius Härtl2019-10-151-1/+5
* Use a distributed cache for the isCachedCacheJulius Härtl2019-10-151-1/+1
* Lock SCSS so we only run 1 job at a timeRoeland Jago Douma2019-07-121-18/+74
* Move SCSS variable fetching before the variables.scss to properly calculate c...Julius Härtl2018-08-291-2/+2
* Append cache bump parameter to scss files URLJulius Härtl2018-08-011-1/+5
* cache isCached state for scss resourcesRobin Appelman2018-07-241-11/+37
* Use proper URL prefix for iconsJulius Härtl2018-07-191-3/+10
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-7/+4
* Mixin scss icon apiJohn Molakvoæ (skjnldsv)2018-07-191-36/+74
* Svg icon api sass function and upgrade of all stylesJohn Molakvoæ (skjnldsv)2018-07-191-0/+1
* Svg color apiJohn Molakvoæ (skjnldsv)2018-07-191-0/+1
* Issue #9318: catch exceptions in SCSSCacher::resetCache()Roland Tapken2018-05-021-1/+5
* Use app version to generate scss filenameJohn Molakvoæ (skjnldsv)2018-03-281-5/+21
* Actually clear cache values for all base urlsJulius Härtl2018-03-071-4/+9
* Move depsCache clearing to SCSSCacher/JSCombinerJulius Härtl2018-02-031-3/+1
* Add repair step to clear frontend related cachesJulius Härtl2018-02-031-5/+4
* Add typehinting an fix some minor cleanupJulius Härtl2018-01-261-16/+24
* Do not rewrite absolute URLsJulius Härtl2018-01-261-1/+1
* Clear injectect variables when resetting the cacheJulius Härtl2018-01-261-0/+1
* Make sure that injected variables do not break the CSS generationJulius Härtl2018-01-261-0/+15
* SCSS files are only cached if their size is > 0Julius Härtl2018-01-261-1/+2
* Fixed testsJohn Molakvoæ (skjnldsv)2017-12-301-1/+1
* Added tests for various installations typesJohn Molakvoæ (skjnldsv)2017-12-301-8/+10
* Fixup! getWebdir returnJohn Molakvoæ (skjnldsv)2017-12-301-6/+2
* Use OC_Util function for app web pathJohn Molakvoæ (skjnldsv)2017-12-301-11/+14
* getWebDir functionJohn Molakvoæ (skjnldsv)2017-12-301-15/+19
* Fixed webroot for scss filesJohn Molakvoæ (skjnldsv)2017-12-301-7/+9
* Fixed scss url rewritingJohn Molakvoæ (skjnldsv)2017-12-301-8/+14
* Reduce length of md5 in scss cachingJohn Molakvoæ (skjnldsv)2017-12-141-2/+2
* Update license headersMorris Jobke2017-11-061-0/+7
* Do not stop on scss compilation failureJohn Molakvoæ (skjnldsv)2017-09-261-0/+2
* Rebuild SCSS files if frontend controller value changesJulius Härtl2017-09-031-1/+2
* Fix theming app to also use the prefixJulius Härtl2017-06-161-5/+10
* Make cache and scss caching depend on the baseUrlJulius Härtl2017-06-151-2/+6
* Set SCSS dependencies to memcache on compileRoeland Jago Douma2017-05-211-1/+3
* Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-251-4/+64
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Fix gzip files for SafariMorris Jobke2017-03-291-2/+2
* Fix testsRoeland Jago Douma2017-03-281-1/+1
* Allow to gzip CSS/JS filesRoeland Jago Douma2017-03-281-1/+10
* Cache SCSS dependency file in memcacheRoeland Jago Douma2017-03-221-8/+20
* Add tests for SCSSCacherJulius Härtl2017-03-201-24/+3
* Add tests for SCSSCacherJulius Haertl2017-03-201-6/+7
* Add variables.scss and import it for each scss fileJulius Haertl2017-03-201-6/+31
* Properly calculate webdir using the serverrootRoeland Jago Douma2017-03-101-4/+11
* Allow using import in sass filesRoeland Jago Douma2017-03-091-3/+18
* Enable every app to generate their scss fileJohn Molakvoæ (skjnldsv)2017-01-221-3/+4