summaryrefslogtreecommitdiffstats
path: root/lib/private/Template
Commit message (Expand)AuthorAgeFilesLines
* Fixes password input being prompted every time.Abijeet2018-01-081-0/+1
* disable password confirmation with SSOBjoern Schiessle2018-01-021-0/+3
* 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-302-9/+11
* Fixed scss url rewritingJohn Molakvoæ (skjnldsv)2017-12-301-8/+14
* Hide delete button if the avatar is a generated oneJulius Härtl2017-12-191-0/+1
* Reduce length of md5 in scss cachingJohn Molakvoæ (skjnldsv)2017-12-141-2/+2
* Merge pull request #7061 from kyrofa/bugfix/6028/app_path_realpathMorris Jobke2017-11-142-0/+12
|\
| * JSResourceLocator: re-use $app_pathKyle Fazzari2017-11-121-7/+9
| * JSResourceLocator: account for symlinks in app pathKyle Fazzari2017-11-071-3/+8
| * CSSResourceLocator: account for symlinks in app pathKyle Fazzari2017-11-031-0/+5
* | 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-066-0/+23
|/
* Do not stop on scss compilation failureJohn Molakvoæ (skjnldsv)2017-09-261-0/+2
* Fixed webroot detectionJohn Molakvoæ (skjnldsv)2017-09-221-1/+1
* Fix "webroot not found" when installed to the root of the webserverRobin Appelman2017-09-202-4/+4
* 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-062-64/+68
* Rebuild SCSS files if frontend controller value changesJulius Härtl2017-09-031-1/+2
* Cleanup unused methodsMorris Jobke2017-08-151-1/+1
* Logo claim is not used anymoreMorris Jobke2017-08-021-1/+1
* Properly handle if the deps file if for some reason emptyMorris Jobke2017-07-191-1/+14
* Merge pull request #5252 from derkostka/masterMorris Jobke2017-06-212-2/+2
|\
| * Squashed the webroot fixSebastian Kostka2017-06-202-2/+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
* Stop infinit loop on invalid settings css/js fileJoas Schilling2017-05-193-0/+26
* Cache deps list to memcache on write not on first readRoeland Jago Douma2017-05-161-2/+4
* Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-251-4/+64
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-092-5/+8
* Merge pull request #4093 from nextcloud/endorse-password-protectionRoeland Jago Douma2017-04-041-0/+4
|\
| * feature endorse password for share linksBjoern Schiessle2017-04-031-0/+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-292-4/+4
|/
* Fix testsRoeland Jago Douma2017-03-281-1/+1
* Allow to gzip CSS/JS filesRoeland Jago Douma2017-03-282-1/+17
* Don't run JSCombiner when not installedLukas Reschke2017-03-251-3/+6
* Add returnRoeland Jago Douma2017-03-241-1/+1
* Add debug modeRoeland Jago Douma2017-03-242-1/+39
* Add cachingRoeland Jago Douma2017-03-241-6/+42
* [PoC] JS CombinerRoeland Jago Douma2017-03-242-1/+159
* Cache SCSS dependency file in memcacheRoeland Jago Douma2017-03-221-8/+20