nextcloud/lib/private/Template
Thomas Citharel 8482302e42
fix(lib): include headers from OC\Template\Template as well in produced HTML
Otherwise we only take those added through deprecated method C_Util::addHeader, not those of
OC\Template\Template::addHeader, which does nothing

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2025-12-16 23:01:38 +01:00
..
Base.php chore: Run rector on lib/private/Template folder and cleanup more typing 2025-09-29 12:23:37 +02:00
CSSResourceLocator.php chore(Template): allow styles from dist folder 2025-10-22 14:57:47 +02:00
functions.php fix: Remove some call and references to deprecated OC_Util class 2025-04-07 17:05:54 +02:00
JSCombiner.php fix: Cleanup and fix tests, and fix related issues in code 2025-09-30 11:53:59 +02:00
JSConfigHelper.php chore: Fix the last psalm issues in lib/private/Template 2025-09-29 12:32:26 +02:00
JSResourceLocator.php chore: Cleanup typing and deprecated method calls in resource locators 2025-09-29 12:10:56 +02:00
ResourceLocator.php fix: Cleanup and fix tests, and fix related issues in code 2025-09-30 11:53:59 +02:00
ResourceNotFoundException.php chore: Run rector on lib/private/Template folder and cleanup more typing 2025-09-29 12:23:37 +02:00
Template.php fix(lib): include headers from OC\Template\Template as well in produced HTML 2025-12-16 23:01:38 +01:00
TemplateFileLocator.php fix: Use a dedicated Exception class for when a template is not found 2025-03-06 15:49:25 +01:00
TemplateManager.php chore: Run rector on lib/private/Template folder and cleanup more typing 2025-09-29 12:23:37 +02:00