[PR #701] [MERGED] 1.3.2 #33632

Closed
opened 2026-06-17 03:15:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/701
Author: @miloschwartz
Created: 5/10/2025
Status: Merged
Merged: 5/10/2025
Merged by: @miloschwartz

Base: mainHead: dev


📝 Commits (10+)

  • 9a167b5 Dont overwrite the secret and crowdsec vars
  • 83c0379 Merge branch 'dev' of github.com:fosrl/pangolin into dev
  • 1988101 Update README.md
  • 21d5b67 Merge branch 'main' into dev
  • f25990a add id token and claims to debug logs
  • f66fb7d fix justification for profile icon
  • 4ed98c2 fix setting tlsServerName and hostHeader conflict
  • e9cc48a fix bug causing duplicate targets
  • caded23 allow root path
  • 492669f set default congig values

📊 Changes

11 files changed (+207 additions, -67 deletions)

View changed files

📝 install/main.go (+5 -5)
📝 server/lib/config.ts (+97 -45)
📝 server/lib/consts.ts (+1 -1)
📝 server/lib/validators.ts (+4 -0)
📝 server/routers/badger/verifySession.test.ts (+86 -11)
📝 server/routers/idp/validateOidcCallback.ts (+2 -0)
📝 server/routers/resource/updateResource.ts (+2 -2)
📝 src/app/[orgId]/settings/resources/[resourceId]/proxy/page.tsx (+8 -0)
📝 src/app/[orgId]/settings/resources/[resourceId]/rules/page.tsx (+0 -1)
📝 src/app/auth/layout.tsx (+1 -1)
📝 src/components/Settings.tsx (+1 -1)

📄 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/701 **Author:** [@miloschwartz](https://github.com/miloschwartz) **Created:** 5/10/2025 **Status:** ✅ Merged **Merged:** 5/10/2025 **Merged by:** [@miloschwartz](https://github.com/miloschwartz) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`9a167b5`](https://github.com/fosrl/pangolin/commit/9a167b5acba29832d9d5558bde2f22fa336e1c98) Dont overwrite the secret and crowdsec vars - [`83c0379`](https://github.com/fosrl/pangolin/commit/83c0379c6b084c1f53be1de58a7242be2ba5e379) Merge branch 'dev' of github.com:fosrl/pangolin into dev - [`1988101`](https://github.com/fosrl/pangolin/commit/198810121ca3913d02b7ed46d02d293ce4f12e4b) Update README.md - [`21d5b67`](https://github.com/fosrl/pangolin/commit/21d5b67ef13fe40d20c4ff7ff33cfc246b8baeb3) Merge branch 'main' into dev - [`f25990a`](https://github.com/fosrl/pangolin/commit/f25990a9a7579bfca92103d18030fc8e8e58186b) add id token and claims to debug logs - [`f66fb7d`](https://github.com/fosrl/pangolin/commit/f66fb7d4a3905fcc72393e2b04d8a8c14b6aa3d0) fix justification for profile icon - [`4ed98c2`](https://github.com/fosrl/pangolin/commit/4ed98c227b12478449ab0ee39a5e376ac5b89891) fix setting tlsServerName and hostHeader conflict - [`e9cc48a`](https://github.com/fosrl/pangolin/commit/e9cc48a3aeeb3256adcd6973679b323c70e6b716) fix bug causing duplicate targets - [`caded23`](https://github.com/fosrl/pangolin/commit/caded23b5152ce9c3e178d3e18a58a18dbced5f6) allow root path - [`492669f`](https://github.com/fosrl/pangolin/commit/492669f68a85b9169258e0672cbf270dc8685c01) set default congig values ### 📊 Changes **11 files changed** (+207 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `install/main.go` (+5 -5) 📝 `server/lib/config.ts` (+97 -45) 📝 `server/lib/consts.ts` (+1 -1) 📝 `server/lib/validators.ts` (+4 -0) 📝 `server/routers/badger/verifySession.test.ts` (+86 -11) 📝 `server/routers/idp/validateOidcCallback.ts` (+2 -0) 📝 `server/routers/resource/updateResource.ts` (+2 -2) 📝 `src/app/[orgId]/settings/resources/[resourceId]/proxy/page.tsx` (+8 -0) 📝 `src/app/[orgId]/settings/resources/[resourceId]/rules/page.tsx` (+0 -1) 📝 `src/app/auth/layout.tsx` (+1 -1) 📝 `src/components/Settings.tsx` (+1 -1) </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-06-17 03:15:52 -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#33632