You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/lib/private/Template
Ferdinand Thiessen a3595f73ac fix(OC/Template): Allow `.mjs` files within custom app paths
If apps are installed in non standard app paths, we need
to check `$app_path/$script` instead of only doing so for translations.
Without this it would fallback to `.js` extension even if a `.mjs` file exists.

Also tried make the code more selfe explaining.

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
1 year ago
..
Base.php Fix various other small psalm issues 2 years ago
CSSResourceLocator.php fix: Fix loading styles from core/css/ 1 year ago
JSCombiner.php composer run cs:fix 1 year ago
JSConfigHelper.php Add config and fix selenium 2 years ago
JSResourceLocator.php fix(OC/Template): Allow `.mjs` files within custom app paths 1 year ago
ResourceLocator.php Drop 3rdparty root since it is unused and adjust tests 1 year ago
ResourceNotFoundException.php Update php licenses 3 years ago
TemplateFileLocator.php Update php licenses 3 years ago