Original PR: https://github.com/fosrl/pangolin/pull/2983 Author: @oschwartz10612 Created: 5/3/2026 Status: ✅ Merged Merged: 5/3/2026 Merged by: @oschwartz10612
Base: main ← Head: dev
main
dev
8e1905a
b2c8311
c90e405
bcd1642
81b8a8a
eb515a8
1a926a7
c33e295
584be4d
1cc0e9b
13 files changed (+597 additions, -88 deletions)
📝 messages/en-US.json (+4 -0) 📝 server/private/routers/billing/hooks/handleCustomerCreated.ts (+8 -0) 📝 server/private/routers/billing/subscriptionLifecycle.ts (+1 -1) 📝 server/private/routers/certificates/createCertificate.ts (+7 -8) 📝 server/private/routers/org/sendTrialNotification.ts (+31 -11) 📝 server/routers/badger/verifySession.ts (+50 -7) 📝 server/routers/idp/validateOidcCallback.ts (+28 -33) 📝 src/app/[orgId]/settings/(private)/billing/page.tsx (+29 -2) 📝 src/components/DismissableBanner.tsx (+13 -9) 📝 src/components/OrgIdpTable.tsx (+89 -15) 📝 src/components/SmartLoginForm.tsx (+2 -2) ➕ src/components/SmartLoginOrgSelector.tsx (+297 -0) ➕ src/components/TrialBillingBanner.tsx (+38 -0)
messages/en-US.json
server/private/routers/billing/hooks/handleCustomerCreated.ts
server/private/routers/billing/subscriptionLifecycle.ts
server/private/routers/certificates/createCertificate.ts
server/private/routers/org/sendTrialNotification.ts
server/routers/badger/verifySession.ts
server/routers/idp/validateOidcCallback.ts
src/app/[orgId]/settings/(private)/billing/page.tsx
src/components/DismissableBanner.tsx
src/components/OrgIdpTable.tsx
src/components/SmartLoginForm.tsx
src/components/SmartLoginOrgSelector.tsx
src/components/TrialBillingBanner.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/2983
Author: @oschwartz10612
Created: 5/3/2026
Status: ✅ Merged
Merged: 5/3/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
8e1905aExclude local/private/CGNAT IPs from COUNTRY=ALL and ASN=ALL/AS0 geo-blocking rulesb2c8311Merge branch 'fosrl:dev' into devc90e405Merge pull request #2843 from Blacks-Army/devbcd1642Try to speed up81b8a8aFix ns cert generationeb515a8consolidate orgidps in import list1a926a7Handle trial limit lifecyclec33e295Add a banner showing that you are on a trial584be4dAdd badge1cc0e9bconsolidate org idps in login form📊 Changes
13 files changed (+597 additions, -88 deletions)
View changed files
📝
messages/en-US.json(+4 -0)📝
server/private/routers/billing/hooks/handleCustomerCreated.ts(+8 -0)📝
server/private/routers/billing/subscriptionLifecycle.ts(+1 -1)📝
server/private/routers/certificates/createCertificate.ts(+7 -8)📝
server/private/routers/org/sendTrialNotification.ts(+31 -11)📝
server/routers/badger/verifySession.ts(+50 -7)📝
server/routers/idp/validateOidcCallback.ts(+28 -33)📝
src/app/[orgId]/settings/(private)/billing/page.tsx(+29 -2)📝
src/components/DismissableBanner.tsx(+13 -9)📝
src/components/OrgIdpTable.tsx(+89 -15)📝
src/components/SmartLoginForm.tsx(+2 -2)➕
src/components/SmartLoginOrgSelector.tsx(+297 -0)➕
src/components/TrialBillingBanner.tsx(+38 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.