summaryrefslogtreecommitdiffstats
path: root/lib/private/Template/JSCombiner.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
* Actually clear cache values for all base urlsJulius Härtl2018-03-071-4/+9
* Check if the cached js file existsRoeland Jago Douma2018-03-071-1/+8
* Move depsCache clearing to SCSSCacher/JSCombinerJulius Härtl2018-02-031-3/+1
* Add repair step to clear frontend related cachesJulius Härtl2018-02-031-1/+20
* If for some reason the json can't be decoded it is not cachedRoeland Jago Douma2017-11-081-0/+4
* Update license headersMorris Jobke2017-11-061-0/+2
* Properly handle if the deps file if for some reason emptyMorris Jobke2017-07-191-1/+14
* Cache deps list to memcache on write not on first readRoeland Jago Douma2017-05-161-2/+4
* Merge pull request #4131 from nextcloud/fix-jscombinerChristoph Wurst2017-04-031-1/+1
|\
| * Fix check for cache value in JSCombinerMorris Jobke2017-03-281-1/+1
* | Fix gzip files for SafariMorris Jobke2017-03-291-2/+2
|/
* Allow to gzip CSS/JS filesRoeland Jago Douma2017-03-281-0/+7
* Don't run JSCombiner when not installedLukas Reschke2017-03-251-3/+6
* Add debug modeRoeland Jago Douma2017-03-241-1/+31
* Add cachingRoeland Jago Douma2017-03-241-6/+42
* [PoC] JS CombinerRoeland Jago Douma2017-03-241-0/+133