nextcloud-server/lib/private/Template
Thomas Citharel 1b1aea4531 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-18 11:00:50 +07:00
..
Base.php chore: Move template functions out of legacy folder 2025-03-20 10:54:50 +07:00
CSSResourceLocator.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
JSCombiner.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
JSConfigHelper.php feat(preset): share link expiration date 2025-08-14 16:07:32 +07:00
JSResourceLocator.php fix(JSResourceLocator) fix incorrect parameter being used. 2025-04-26 15:19:55 +07:00
ResourceLocator.php fix: remove executable flag from source files 2025-09-05 01:20:07 +07:00
ResourceNotFoundException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Template.php fix(lib): include headers from OC\Template\Template as well in produced HTML 2025-12-18 11:00:50 +07:00
TemplateFileLocator.php fix: Use a dedicated Exception class for when a template is not found 2025-03-06 15:49:25 +07:00
TemplateManager.php fix: Use a dedicated Exception class for when a template is not found 2025-03-06 15:49:25 +07:00
functions.php fix: Remove some call and references to deprecated OC_Util class 2025-04-07 17:05:54 +07:00