mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[PR #2151] [MERGED] 1.14.0 ready #2888
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/2151
Author: @miloschwartz
Created: 12/22/2025
Status: ✅ Merged
Merged: 12/22/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (9)
2744070fix: Don't treat newt release-candidate as a "update" in the site list89a7e2ehandle olm as well71386d3fix request ip port strip issue with badger >=1.3.02e60eceAdd maintence options to blueprints221ee6aRemove warning for limit4da0a75make auto redirect to idp a select inputc362bc6add min version to product updates1905936parse request ip in exchange session2d731cbMerge branch 'main' into dev📊 Changes
15 files changed (+242 additions, -177 deletions)
View changed files
📝
messages/en-US.json(+1 -0)📝
server/lib/blueprints/proxyResources.ts(+81 -31)📝
server/lib/blueprints/types.ts(+3 -1)➕
server/private/lib/blueprints/types.ts(+9 -0)📝
server/routers/auditLogs/queryRequestAnalytics.ts(+1 -0)📝
server/routers/auditLogs/queryRequestAuditLog.ts(+11 -9)📝
server/routers/badger/exchangeSession.ts(+20 -1)📝
server/routers/badger/verifySession.ts(+51 -20)📝
server/routers/client/listClients.ts(+2 -2)📝
server/routers/site/listSites.ts(+2 -2)📝
src/app/[orgId]/settings/resources/proxy/[niceId]/authentication/page.tsx(+49 -101)📝
src/app/auth/org/page.tsx(+0 -2)📝
src/components/OrgSelectionForm.tsx(+1 -1)📝
src/components/ProductUpdates.tsx(+8 -5)📝
src/lib/queries.ts(+3 -2)📄 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
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.