summaryrefslogtreecommitdiffstats
path: root/lib/private/Template/JSCombiner.php
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Set the JSCombiner cache if neededRoeland Jago Douma2021-01-061-0/+6
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+5
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Use lowercase true, false and null constantsChristoph Wurst2020-03-251-1/+1
* 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