aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Template
Commit message (Collapse)AuthorAgeFilesLines
...
* [PoC] JS CombinerRoeland Jago Douma2017-03-242-1/+159
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cache SCSS dependency file in memcacheRoeland Jago Douma2017-03-221-8/+20
| | | | | | | Since reading a file from disks can be costly. Lets store the dependency json also in memcache. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add tests for SCSSCacherJulius Härtl2017-03-201-24/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add tests for SCSSCacherJulius Haertl2017-03-201-6/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add variables.scss and import it for each scss fileJulius Haertl2017-03-201-6/+31
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Merge pull request #3950 from nextcloud/downstream-27149Lukas Reschke2017-03-201-0/+1
|\ | | | | Forbid to upload part files via web UI
| * Add ignore_files to config,Felix Heidecke2017-03-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test files against ignore_files list on upload fix typo and indentation Move blacklist declaration to lib/public/Files/FileInfo.php, Rename *ignored to *blacklisted Mocked blacklist_files for testing Mocked blacklist_files for testing Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | log where a resource was not foundJörn Friedrich Dreyer2017-03-191-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Properly calculate webdir using the serverrootRoeland Jago Douma2017-03-101-4/+11
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* SCSS files don't exist on the default fs so just add them to theRoeland Jago Douma2017-03-101-1/+49
| | | | | | resource list Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix SCSS usage in appsMorris Jobke2017-03-101-1/+32
| | | | | | * fix the web root detection of the ResourceLocator for apps Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow using import in sass filesRoeland Jago Douma2017-03-091-3/+18
| | | | | | | | | This allows us to combine multiple sass files that we have to always load together anyway. Fixes #3389 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use intval() for validation of config optionsMorris Jobke2017-02-211-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Improve the UX for sharing settingsMorris Jobke2017-02-211-1/+3
| | | | | | | * shows a info when list is potentially truncated * shows a warning when characters length is not enough Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Always enable avatarsMorris Jobke2017-02-131-1/+1
| | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Lower log levels of resource locatorRobin Appelman2017-02-032-4/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Appdata var fixJohn Molakvoæ (skjnldsv)2017-01-241-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove unused webrootJohn Molakvoæ (skjnldsv)2017-01-241-3/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Enable every app to generate their scss fileJohn Molakvoæ (skjnldsv)2017-01-222-9/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Removed jquery scssJohn Molakvoæ (skjnldsv)2017-01-101-6/+11
| | | | | | | | | | - Switched to setup.css - Disable scss when displaying the update page - Improved setup css - Fixed loading failure of other styles on setup & update page - Improved scss compiler with an ignore scss compilation option Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix css url prefix for IgnoreFrontController enabled configsJohn Molakvoæ (skjnldsv)2017-01-061-1/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* ScssCcacher typo fixJohn Molakvoæ (skjnldsv)2017-01-061-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Camelcase fixJohn Molakvoæ (skjnldsv)2017-01-061-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove webroot from file pathLukas Reschke2017-01-061-1/+1
| | | | | | The webroot is already provided, otherwise this links to stuff like "/nextcloud/nextcloud/index.php" instead of "/nextcloud/index.php" Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adds CssControllerTestsRoeland Jago Douma2017-01-062-0/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix variables should be passed by referenceJohn Molakvoæ (skjnldsv)2017-01-061-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix typoRoeland Jago Douma2017-01-061-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Inject SCSSCacherRoeland Jago Douma2017-01-061-30/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make SCCCacher injectableRoeland Jago Douma2017-01-062-69/+56
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* FormattingRoeland Jago Douma2017-01-063-64/+89
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Code cleanupRoeland Jago Douma2017-01-061-3/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix php docsJohn Molakvoæ (skjnldsv)2017-01-061-18/+20
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Css cache folder name fix, route fix and various fixesJohn Molakvoæ (skjnldsv)2017-01-063-12/+18
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Appdata location fixJohn Molakvoæ (skjnldsv)2017-01-061-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Regex fixJohn Molakvoæ (skjnldsv)2017-01-061-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Injection fix and log appname fixJohn Molakvoæ (skjnldsv)2017-01-063-11/+28
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Url generator fixJohn Molakvoæ (skjnldsv)2017-01-061-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* log app name fixJohn Molakvoæ (skjnldsv)2017-01-062-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Appdata integration 2John Molakvoæ (skjnldsv)2017-01-063-6/+43
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Appdata integration 1 & log fix 2John Molakvoæ (skjnldsv)2017-01-063-20/+47
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Debug log fixJohn Molakvoæ (skjnldsv)2017-01-061-1/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Cache and compile baseJohn Molakvoæ (skjnldsv)2017-01-063-0/+139
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix password check when using remember me loginRobin Appelman2016-11-241-4/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #1602 from nextcloud/ignore-mod-envLukas Reschke2016-11-181-1/+1
|\ | | | | Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_env
| * Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp2016-11-161-1/+1
| | | | | | | | | | | | | | Added the system config which sets all conditions to true that query the FrontControllerActive mod_env variable. Signed-off-by: Felix A. Epp <work@felixepp.de>
* | Introduce the UI for password confirmationJoas Schilling2016-11-181-1/+19
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Missing returns + autoloader fileLukas Reschke2016-10-251-2/+0
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move oc.js to a proper classRoeland Jago Douma2016-10-251-0/+245
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix othersJoas Schilling2016-07-216-10/+16
|
* Update license headersLukas Reschke2016-05-261-2/+3
|