feat(webdav): Add configurable extra footer HTML support#92
Closed
SilviaSWR wants to merge 2 commits intorexzhang:mainfrom
Closed
feat(webdav): Add configurable extra footer HTML support#92SilviaSWR wants to merge 2 commits intorexzhang:mainfrom
SilviaSWR wants to merge 2 commits intorexzhang:mainfrom
Conversation
Contributor
Author
|
This contribution has received funding from the Spanish government (grant EQC2021-007479-P, funded by MCIN/AEI/10.13039/501100011033), the EU NextGeneration/PRTR (PRTR-C17.I1), and the Generalitat de Catalunya. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #92 +/- ##
==========================================
- Coverage 76.00% 75.91% -0.09%
==========================================
Files 26 26
Lines 3775 3787 +12
==========================================
+ Hits 2869 2875 +6
- Misses 906 912 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds support for injecting a custom footer into the generated HTML via
extra_footer_path.The footer content is loaded from a file and inserted into the HTML template, allowing configurable footer content in directory listings.
No changes are made to static file serving or resource handling.
fixes #91
Checklist