[PR #1091] [MERGED] 1.7.3 #2433

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

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1091
Author: @miloschwartz
Created: 7/18/2025
Status: Merged
Merged: 7/18/2025
Merged by: @miloschwartz

Base: mainHead: dev


📝 Commits (8)

  • 87a36d6 Small Typo causes crowdsec to fail
  • 676aa13 test if user/pass config is set and if not set auth: null
  • 2edda47 Merge pull request #1087 from itsbhanusharma/patch-1
  • 23eb0da Merge pull request #1089 from tomribbens/unauthenticated_email
  • b34c3db fix redirect bug for some accounts when disable create org is enabled
  • 7a59e3a fix external user select box
  • 2ddb4ec allow multi level sudomains in domain picker
  • a39b1db bump version

📊 Changes

15 files changed (+128 additions, -132 deletions)

View changed files

📝 install/config/crowdsec/profiles.yaml (+2 -2)
📝 messages/en-US.json (+1 -1)
📝 server/emails/index.ts (+2 -2)
📝 server/lib/consts.ts (+1 -1)
📝 server/routers/external.ts (+0 -2)
📝 server/routers/idp/validateOidcCallback.ts (+6 -0)
📝 server/routers/resource/createResource.ts (+0 -8)
📝 server/routers/resource/updateResource.ts (+0 -8)
📝 src/app/[orgId]/settings/access/users/create/page.tsx (+33 -26)
📝 src/app/page.tsx (+21 -18)
📝 src/components/DomainPicker.tsx (+50 -50)
📝 src/components/OrganizationLanding.tsx (+6 -10)
📝 src/components/SecurityKeyForm.tsx (+4 -2)
📝 src/components/StrategySelect.tsx (+1 -1)
📝 src/components/ui/popover.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/1091 **Author:** [@miloschwartz](https://github.com/miloschwartz) **Created:** 7/18/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@miloschwartz](https://github.com/miloschwartz) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (8) - [`87a36d6`](https://github.com/fosrl/pangolin/commit/87a36d6ae3dff03e65059ee21dd856e523a9573a) Small Typo causes crowdsec to fail - [`676aa13`](https://github.com/fosrl/pangolin/commit/676aa1358d84fcc7e133db5d89082794ec923e65) test if user/pass config is set and if not set auth: null - [`2edda47`](https://github.com/fosrl/pangolin/commit/2edda471e7e69caa5728710d44a8106a3c32b74a) Merge pull request #1087 from itsbhanusharma/patch-1 - [`23eb0da`](https://github.com/fosrl/pangolin/commit/23eb0da7d7342b9a5c4f35d3867b7053505b9ed4) Merge pull request #1089 from tomribbens/unauthenticated_email - [`b34c3db`](https://github.com/fosrl/pangolin/commit/b34c3db956868c304dc727752211fccbd4e6dc21) fix redirect bug for some accounts when disable create org is enabled - [`7a59e3a`](https://github.com/fosrl/pangolin/commit/7a59e3acf7fdb35d195e9ce414faddb2e5149076) fix external user select box - [`2ddb4ec`](https://github.com/fosrl/pangolin/commit/2ddb4ec905bcb5476f3ada2eac9e43be59c4bb86) allow multi level sudomains in domain picker - [`a39b1db`](https://github.com/fosrl/pangolin/commit/a39b1db2666b743e19280fbe345abc75967d6d2c) bump version ### 📊 Changes **15 files changed** (+128 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `install/config/crowdsec/profiles.yaml` (+2 -2) 📝 `messages/en-US.json` (+1 -1) 📝 `server/emails/index.ts` (+2 -2) 📝 `server/lib/consts.ts` (+1 -1) 📝 `server/routers/external.ts` (+0 -2) 📝 `server/routers/idp/validateOidcCallback.ts` (+6 -0) 📝 `server/routers/resource/createResource.ts` (+0 -8) 📝 `server/routers/resource/updateResource.ts` (+0 -8) 📝 `src/app/[orgId]/settings/access/users/create/page.tsx` (+33 -26) 📝 `src/app/page.tsx` (+21 -18) 📝 `src/components/DomainPicker.tsx` (+50 -50) 📝 `src/components/OrganizationLanding.tsx` (+6 -10) 📝 `src/components/SecurityKeyForm.tsx` (+4 -2) 📝 `src/components/StrategySelect.tsx` (+1 -1) 📝 `src/components/ui/popover.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-04-16 09:24:14 -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#2433