mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-18 20:59:59 -05:00
[PR #1391] [MERGED] 1.9.3 #1054
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1391
Author: @oschwartz10612
Created: 9/1/2025
Status: ✅ Merged
Merged: 9/1/2025
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
9557f75Add Smart Host Parsingfb1481cfix lint issuebc335d1preserve subdomain with sanitizeSubdomain and validateSubdomain18bb6caallows typing flow while providing helpful validatione8a6efdsubdomain validation consistentd8e547cConfigure if allow raw resourcesb156b5fMake /32 to not mess with newt54764dfunify subdomain validation schema to handle edge casese3bd3fbconsistent full domain8891d62Handle wildcard certs📊 Changes
45 files changed (+1306 additions, -545 deletions)
View changed files
📝
install/config/config.yml(+2 -0)📝
messages/bg-BG.json(+3 -1)📝
messages/cs-CZ.json(+3 -1)📝
messages/de-DE.json(+3 -1)📝
messages/en-US.json(+40 -1)📝
messages/es-ES.json(+3 -1)📝
messages/fr-FR.json(+3 -1)📝
messages/it-IT.json(+3 -1)📝
messages/ko-KR.json(+3 -1)📝
messages/nl-NL.json(+3 -1)📝
messages/pl-PL.json(+3 -1)📝
messages/pt-PT.json(+3 -1)📝
messages/ru-RU.json(+3 -1)📝
messages/tr-TR.json(+3 -1)📝
messages/zh-CN.json(+3 -1)📝
server/lib/readConfigFile.ts(+1 -0)📝
server/lib/remoteCertificates/certificates.ts(+2 -0)📝
server/lib/schemas.ts(+4 -3)➕
server/lib/traefikConfig.test.ts(+235 -0)📝
server/lib/traefikConfig.ts(+191 -37)...and 25 more files
📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Bunch of bug fixes & small features
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.