mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[PR #2983] [MERGED] 1.18.2-s.1 #20394
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/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.