summaryrefslogtreecommitdiffstats
path: root/lib/private/Template/SCSSCacher.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix css url prefix for IgnoreFrontController enabled configsJohn Molakvoæ (skjnldsv)2017-01-061-1/+6
* Camelcase fixJohn Molakvoæ (skjnldsv)2017-01-061-2/+2
* Remove webroot from file pathLukas Reschke2017-01-061-1/+1
* Adds CssControllerTestsRoeland Jago Douma2017-01-061-0/+0
* Fix variables should be passed by referenceJohn Molakvoæ (skjnldsv)2017-01-061-1/+2
* Fix typoRoeland Jago Douma2017-01-061-1/+1
* Make SCCCacher injectableRoeland Jago Douma2017-01-061-61/+50
* FormattingRoeland Jago Douma2017-01-061-24/+44
* Code cleanupRoeland Jago Douma2017-01-061-3/+2
* Fix php docsJohn Molakvoæ (skjnldsv)2017-01-061-18/+20
* Css cache folder name fix, route fix and various fixesJohn Molakvoæ (skjnldsv)2017-01-061-6/+8
* Appdata location fixJohn Molakvoæ (skjnldsv)2017-01-061-2/+2
* Regex fixJohn Molakvoæ (skjnldsv)2017-01-061-1/+1
* Injection fix and log appname fixJohn Molakvoæ (skjnldsv)2017-01-061-5/+12