summaryrefslogtreecommitdiffstats
path: root/lib/private/Template/CSSResourceLocator.php
Commit message (Expand)AuthorAgeFilesLines
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Use the correct root to determinate the webroot for the resourceJoas Schilling2020-09-021-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Remove spaming debug logsJoas Schilling2019-03-151-1/+0
* Fixed webroot for scss filesJohn Molakvoæ (skjnldsv)2017-12-301-2/+2
* Merge pull request #7061 from kyrofa/bugfix/6028/app_path_realpathMorris Jobke2017-11-141-0/+5
|\
| * CSSResourceLocator: account for symlinks in app pathKyle Fazzari2017-11-031-0/+5
* | Update license headersMorris Jobke2017-11-061-0/+5
|/
* Fix "webroot not found" when installed to the root of the webserverRobin Appelman2017-09-201-1/+1
* Fix webroot throwJohn Molakvoæ (skjnldsv)2017-09-141-1/+1
* Fix undefined variable $tmpRootAxel Helmert2017-09-121-5/+5
* Refactor webroot detection in resource locatortux-rampage2017-09-061-32/+12
* Squashed the webroot fixSebastian Kostka2017-06-201-1/+1
* Stop infinit loop on invalid settings css/js fileJoas Schilling2017-05-191-0/+9
* SCSS files don't exist on the default fs so just add them to theRoeland Jago Douma2017-03-101-1/+49
* Lower log levels of resource locatorRobin Appelman2017-02-031-2/+2
* Appdata var fixJohn Molakvoæ (skjnldsv)2017-01-241-1/+1
* Remove unused webrootJohn Molakvoæ (skjnldsv)2017-01-241-3/+2
* Enable every app to generate their scss fileJohn Molakvoæ (skjnldsv)2017-01-221-6/+8
* Removed jquery scssJohn Molakvoæ (skjnldsv)2017-01-101-6/+11
* ScssCcacher typo fixJohn Molakvoæ (skjnldsv)2017-01-061-1/+1
* Adds CssControllerTestsRoeland Jago Douma2017-01-061-0/+0
* Inject SCSSCacherRoeland Jago Douma2017-01-061-30/+10
* Make SCCCacher injectableRoeland Jago Douma2017-01-061-8/+6
* FormattingRoeland Jago Douma2017-01-061-8/+45
* Css cache folder name fix, route fix and various fixesJohn Molakvoæ (skjnldsv)2017-01-061-4/+6
* Injection fix and log appname fixJohn Molakvoæ (skjnldsv)2017-01-061-3/+11
* Appdata integration 2John Molakvoæ (skjnldsv)2017-01-061-0/+7
* Appdata integration 1 & log fix 2John Molakvoæ (skjnldsv)2017-01-061-2/+10
* Cache and compile baseJohn Molakvoæ (skjnldsv)2017-01-061-0/+2
* Fix othersJoas Schilling2016-07-211-2/+3
* Move \OC\Template to PSR-4Roeland Jago Douma2016-05-131-0/+55