nextcloud/lib/private/Template
Kyle Fazzari 7f8f3dc21b
CSSResourceLocator: handle SCSS in apps outside root
Currently static CSS files work fine in apps outside of the root.
However, as soon as an app uses SCSS, Nextcloud starts being unable to
find the web root.

Fix this problem by backporting select snippets from master
specifically targeting this issue, and add a test to ensure it doesn't
regress.

Fix #5289

Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
2017-11-22 21:41:40 -08:00
..
Base.php Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00
CSSResourceLocator.php CSSResourceLocator: handle SCSS in apps outside root 2017-11-22 21:41:40 -08:00
JSCombiner.php If for some reason the json can't be decoded it is not cached 2017-11-09 09:50:57 +01:00
JSConfigHelper.php Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00
JSResourceLocator.php {J,CS}SResourceLocator: account for symlinks in app path 2017-11-14 09:22:33 -08:00
ResourceLocator.php CSSResourceLocator: handle SCSS in apps outside root 2017-11-22 21:41:40 -08:00
ResourceNotFoundException.php Fix others 2016-07-21 18:13:57 +02:00
SCSSCacher.php Do not stop on scss compilation failure 2017-09-27 08:35:02 +02:00
TemplateFileLocator.php Fix others 2016-07-21 18:13:57 +02:00