aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Template/JSResourceLocator.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-15/+15
* chore: Add SPDX headerAndy Scherzinger2024-05-241-24/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(JSRecourceLocator): Add missing slash after server rootFerdinand Thiessen2024-03-221-1/+1
* fix(JSResourceLocator): Consider configured app roots for filesFerdinand Thiessen2024-02-291-40/+22
* Add custom apps translation scripts and image path for consistencyAkhil2023-10-191-2/+7
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-2/+2
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-2/+2
* | fix: Do not attempt to use l10n files as sources for combined js filesJulius Härtl2023-05-151-1/+1
|/
* fix(JSResourceLocator): Handle missing translations silentlyFerdinand Thiessen2023-05-111-9/+16
* fix(OC/Template): Allow `.mjs` files within custom app pathsFerdinand Thiessen2023-02-221-29/+21
* feat(template): Allow `JSResourceLocator` to find ES6 scriptsFerdinand Thiessen2023-02-221-17/+28
* fix(OC/Template): Remove usage of deprecated functions in `JSResourceLocator`Ferdinand Thiessen2023-02-221-5/+25
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Drop 3rdparty root since it is unused and adjust testsJulius Härtl2022-12-071-4/+0
* Use single resource locator instanceJulius Härtl2022-12-071-2/+2
* Make it possible to load theme/<themename>/distCarl Schwan2022-08-261-1/+3
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-1/+3
* Avoid double-loading dist/core-main.js when apps have scripts named mainJulius Härtl2022-03-081-1/+1
* Detect app's script higher up as some scripts were shadowedLouis Chemineau2022-01-081-0/+1
* Restore some line in JSResourceLocator.phpLouis Chemineau2022-01-081-5/+7
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-8/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.jsMorris Jobke2018-10-221-0/+1
* Merge pull request #7061 from kyrofa/bugfix/6028/app_path_realpathMorris Jobke2017-11-141-0/+7
|\
| * JSResourceLocator: re-use $app_pathKyle Fazzari2017-11-121-7/+9
| * JSResourceLocator: account for symlinks in app pathKyle Fazzari2017-11-071-3/+8
* | Update license headersMorris Jobke2017-11-061-0/+1
|/
* Stop infinit loop on invalid settings css/js fileJoas Schilling2017-05-191-0/+9
* Add returnRoeland Jago Douma2017-03-241-1/+1
* Add debug modeRoeland Jago Douma2017-03-241-0/+8
* [PoC] JS CombinerRoeland Jago Douma2017-03-241-1/+26
* Fix othersJoas Schilling2016-07-211-2/+3
* Move \OC\Template to PSR-4Roeland Jago Douma2016-05-131-0/+78