summaryrefslogtreecommitdiffstats
path: root/lib/private/Template/SCSSCacher.php
Commit message (Expand)AuthorAgeFilesLines
* Bump scssphp/scssphp from 1.0.3 to 1.4.0Christoph Wurst2021-01-111-8/+5
* Avoid SCSS compilation if not neededRoeland Jago Douma2020-11-061-3/+13
* Merge pull request #23478 from nextcloud/fix/21059/fix-deadlock-in-scsscacherMorris Jobke2020-10-161-1/+7
|\
| * Clear cached app config while waiting for the SCSSCache to finish processing ...Morris Jobke2020-10-161-1/+7
* | SCSSCacher - Lock should not be removedMorris Jobke2020-10-161-1/+0
|/
* Provide log statements for SCSS cacheMorris Jobke2020-10-161-10/+25
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-14/+14
* Give up after 10 seconds in SCSS timeoutRoeland Jago Douma2020-06-191-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* 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