[PR #2359] [MERGED] feat: Support file path in branding logo URL for enterprise #17985

Closed
opened 2026-05-18 18:16:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2359
Author: @Fredkiss3
Created: 1/28/2026
Status: Merged
Merged: 2/14/2026
Merged by: @miloschwartz

Base: devHead: feat/logo-path-in-enterprise


📝 Commits (2)

  • ed3ee64 support pathname in logo URL in branding page
  • b6e54da Merge branch 'dev' into feat/logo-path-in-enterprise

📊 Changes

6 files changed (+101 additions, -21 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 messages/en-US.json (+3 -0)
📝 server/private/routers/loginPage/upsertLoginPageBranding.ts (+27 -4)
📝 src/components/AuthPageBrandingForm.tsx (+53 -16)
📝 src/components/resource-target-address-item.tsx (+1 -0)
src/lib/validateLocalPath.ts (+16 -0)

📄 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

In enterprise, support using branding logo path if it's mounted to the public/ directory of pangolin.

Screenshots

https://github.com/user-attachments/assets/230f9c0a-4fcd-44a9-b642-ce003bb7b9b7


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/2359 **Author:** [@Fredkiss3](https://github.com/Fredkiss3) **Created:** 1/28/2026 **Status:** ✅ Merged **Merged:** 2/14/2026 **Merged by:** [@miloschwartz](https://github.com/miloschwartz) **Base:** `dev` ← **Head:** `feat/logo-path-in-enterprise` --- ### 📝 Commits (2) - [`ed3ee64`](https://github.com/fosrl/pangolin/commit/ed3ee64e4b78ad1b7f2895bd31aeb93a4069d14e) ✨ support pathname in logo URL in branding page - [`b6e54da`](https://github.com/fosrl/pangolin/commit/b6e54dab17b536497404a8a4f1624ec1bc6a2954) Merge branch 'dev' into feat/logo-path-in-enterprise ### 📊 Changes **6 files changed** (+101 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `messages/en-US.json` (+3 -0) 📝 `server/private/routers/loginPage/upsertLoginPageBranding.ts` (+27 -4) 📝 `src/components/AuthPageBrandingForm.tsx` (+53 -16) 📝 `src/components/resource-target-address-item.tsx` (+1 -0) ➕ `src/lib/validateLocalPath.ts` (+16 -0) </details> ### 📄 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 In enterprise, support using branding logo path if it's mounted to the `public/` directory of pangolin. ## Screenshots https://github.com/user-attachments/assets/230f9c0a-4fcd-44a9-b642-ce003bb7b9b7 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-18 18:16:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#17985