mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 22:55:14 -05:00
[PR #2359] [MERGED] feat: Support file path in branding logo URL for enterprise #22188
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/2359
Author: @Fredkiss3
Created: 1/28/2026
Status: ✅ Merged
Merged: 2/14/2026
Merged by: @miloschwartz
Base:
dev← Head:feat/logo-path-in-enterprise📝 Commits (2)
ed3ee64✨ support pathname in logo URL in branding pageb6e54daMerge 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.