nextcloud-server/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>
2023-02-22 21:19:37 +07:00
..
Base.php Fix various other small psalm issues 2022-10-17 12:40:35 +07:00
CSSResourceLocator.php fix: Fix loading styles from core/css/ 2023-02-20 09:28:30 +07:00
JSCombiner.php composer run cs:fix 2023-01-20 11:45:08 +07:00
JSConfigHelper.php Add config and fix selenium 2022-10-19 10:04:51 +07:00
JSResourceLocator.php fix(OC/Template): Allow `.mjs` files within custom app paths 2023-02-22 21:19:37 +07:00
ResourceLocator.php Drop 3rdparty root since it is unused and adjust tests 2022-12-07 23:55:32 +07:00
ResourceNotFoundException.php Update php licenses 2021-06-04 22:02:41 +07:00
TemplateFileLocator.php Update php licenses 2021-06-04 22:02:41 +07:00