[PR #2151] [MERGED] 1.14.0 ready #2888

Closed
opened 2026-04-16 09:40:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (9)

  • 2744070 fix: Don't treat newt release-candidate as a "update" in the site list
  • 89a7e2e handle olm as well
  • 71386d3 fix request ip port strip issue with badger >=1.3.0
  • 2e60ece Add maintence options to blueprints
  • 221ee6a Remove warning for limit
  • 4da0a75 make auto redirect to idp a select input
  • c362bc6 add min version to product updates
  • 1905936 parse request ip in exchange session
  • 2d731cb Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/2151 **Author:** [@miloschwartz](https://github.com/miloschwartz) **Created:** 12/22/2025 **Status:** ✅ Merged **Merged:** 12/22/2025 **Merged by:** [@miloschwartz](https://github.com/miloschwartz) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (9) - [`2744070`](https://github.com/fosrl/pangolin/commit/27440700a54cef4c918a243567210a2191c3d96d) fix: Don't treat newt release-candidate as a "update" in the site list - [`89a7e2e`](https://github.com/fosrl/pangolin/commit/89a7e2e4dcc909e52d398d65948013e1f6931467) handle olm as well - [`71386d3`](https://github.com/fosrl/pangolin/commit/71386d3b05c0f5c03016927a7ee7f40f1d0a4ae3) fix request ip port strip issue with badger >=1.3.0 - [`2e60ece`](https://github.com/fosrl/pangolin/commit/2e60ecec87e673d0404d0456436c56ba6bd6d11b) Add maintence options to blueprints - [`221ee6a`](https://github.com/fosrl/pangolin/commit/221ee6a1c29ec8d0c06323b2ad393b57f95bd650) Remove warning for limit - [`4da0a75`](https://github.com/fosrl/pangolin/commit/4da0a752ef5d9b91a02e06f868e23f59d7da2176) make auto redirect to idp a select input - [`c362bc6`](https://github.com/fosrl/pangolin/commit/c362bc673ce2c96fcf00c6cb9e2ec3dd179536aa) add min version to product updates - [`1905936`](https://github.com/fosrl/pangolin/commit/1905936950ed10017815851ade87091464a4f019) parse request ip in exchange session - [`2d731cb`](https://github.com/fosrl/pangolin/commit/2d731cb24bfa64b293cb08d1dd9a6212934b5e64) Merge branch 'main' into dev ### 📊 Changes **15 files changed** (+242 additions, -177 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 09:40:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#2888