Original PR: https://github.com/fosrl/pangolin/pull/3121 Author: @oschwartz10612 Created: 5/20/2026 Status: ✅ Merged Merged: 5/20/2026 Merged by: @oschwartz10612
Base: main ← Head: patch-rebuild-sites
main
patch-rebuild-sites
b763408
1a0db10
4b1a8e1
6aa589e
1442faa
7 files changed (+489 additions, -93 deletions)
📝 server/lib/rebuildClientAssociations.ts (+307 -9) 📝 server/private/routers/external.ts (+7 -0) 📝 server/private/routers/loginPage/upsertLoginPageBranding.ts (+1 -74) 📝 server/routers/client/index.ts (+1 -0) ➕ server/routers/client/verifyClientAssociationsCache.ts (+83 -0) 📝 src/app/[orgId]/settings/clients/user/[niceId]/general/page.tsx (+90 -0) 📝 src/components/AuthPageBrandingForm.tsx (+0 -10)
server/lib/rebuildClientAssociations.ts
server/private/routers/external.ts
server/private/routers/loginPage/upsertLoginPageBranding.ts
server/routers/client/index.ts
server/routers/client/verifyClientAssociationsCache.ts
src/app/[orgId]/settings/clients/user/[niceId]/general/page.tsx
src/components/AuthPageBrandingForm.tsx
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/3121
Author: @oschwartz10612
Created: 5/20/2026
Status: ✅ Merged
Merged: 5/20/2026
Merged by: @oschwartz10612
Base:
main← Head:patch-rebuild-sites📝 Commits (5)
b763408Just accept any url for now1a0db10Verify button to verify cache4b1a8e1Put long running into the background to end transaction6aa589eBlock adds to clients in jit mode1442faaPrevent concurrent rebuilds📊 Changes
7 files changed (+489 additions, -93 deletions)
View changed files
📝
server/lib/rebuildClientAssociations.ts(+307 -9)📝
server/private/routers/external.ts(+7 -0)📝
server/private/routers/loginPage/upsertLoginPageBranding.ts(+1 -74)📝
server/routers/client/index.ts(+1 -0)➕
server/routers/client/verifyClientAssociationsCache.ts(+83 -0)📝
src/app/[orgId]/settings/clients/user/[niceId]/general/page.tsx(+90 -0)📝
src/components/AuthPageBrandingForm.tsx(+0 -10)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.