[PR #3058] [MERGED] 1.18.4 #14134

Closed
opened 2026-05-13 19:20:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/3058
Author: @oschwartz10612
Created: 5/13/2026
Status: Merged
Merged: 5/13/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (7)

  • 9fb677e allow editing self and owner user roles
  • a066a68 Pick the most specific domain
  • 4aa72eb Confirm delete of share links
  • 264c6bf Use the right param for user
  • 77d17af Add global hide_powered_by and make it backward
  • b6caeda improve targets round robin warning
  • f91d914 Show when a domain is config managed

📊 Changes

25 files changed (+400 additions, -141 deletions)

View changed files

cli/commands/disableUser2fa.ts (+60 -0)
📝 cli/index.ts (+2 -0)
📝 messages/en-US.json (+18 -0)
📝 server/lib/blueprints/proxyResources.ts (+5 -1)
📝 server/private/lib/config.ts (+7 -0)
📝 server/private/lib/readConfigFile.ts (+1 -0)
📝 server/private/routers/user/addUserRole.ts (+0 -9)
📝 server/private/routers/user/removeUserRole.ts (+2 -2)
📝 server/private/routers/user/setUserOrgRoles.ts (+13 -10)
📝 server/routers/user/addUserRoleLegacy.ts (+2 -2)
📝 server/routers/user/getOrgUser.ts (+3 -5)
📝 src/app/[orgId]/settings/access/users/[userId]/access-controls/page.tsx (+70 -12)
📝 src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx (+13 -7)
📝 src/app/[orgId]/settings/resources/proxy/create/page.tsx (+16 -10)
📝 src/components/DomainPageClient.tsx (+19 -2)
📝 src/components/DomainsTable.tsx (+63 -22)
📝 src/components/InviteStatusCard.tsx (+2 -2)
📝 src/components/OrgLoginPage.tsx (+16 -13)
📝 src/components/ResourceAuthPortal.tsx (+2 -1)
📝 src/components/ShareLinksTable.tsx (+31 -3)

...and 5 more files

📄 Description

  • allow editing self and owner user roles
  • Pick the most specific domain
  • Confirm delete of share links
  • Use the right param for user
  • Add global hide_powered_by and make it backward
  • improve targets round robin warning
  • Show when a domain is config managed

🔄 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/3058 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 5/13/2026 **Status:** ✅ Merged **Merged:** 5/13/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (7) - [`9fb677e`](https://github.com/fosrl/pangolin/commit/9fb677e952b8593a4ca93d597445828059a7ced6) allow editing self and owner user roles - [`a066a68`](https://github.com/fosrl/pangolin/commit/a066a68e1ac8be44967f00aa89567303060320a1) Pick the most specific domain - [`4aa72eb`](https://github.com/fosrl/pangolin/commit/4aa72eb1a37aafb274c4594cea0decbc5b55ccf8) Confirm delete of share links - [`264c6bf`](https://github.com/fosrl/pangolin/commit/264c6bf4e8fedfeec8528db201436dffe68123a4) Use the right param for user - [`77d17af`](https://github.com/fosrl/pangolin/commit/77d17af15b48a5eb8ab8f813e8d6aabe2bc26fe8) Add global hide_powered_by and make it backward - [`b6caeda`](https://github.com/fosrl/pangolin/commit/b6caeda0a58575b345ce2b3af06f690660c7daba) improve targets round robin warning - [`f91d914`](https://github.com/fosrl/pangolin/commit/f91d914ec612bcd7156686692b0d886069618280) Show when a domain is config managed ### 📊 Changes **25 files changed** (+400 additions, -141 deletions) <details> <summary>View changed files</summary> ➕ `cli/commands/disableUser2fa.ts` (+60 -0) 📝 `cli/index.ts` (+2 -0) 📝 `messages/en-US.json` (+18 -0) 📝 `server/lib/blueprints/proxyResources.ts` (+5 -1) 📝 `server/private/lib/config.ts` (+7 -0) 📝 `server/private/lib/readConfigFile.ts` (+1 -0) 📝 `server/private/routers/user/addUserRole.ts` (+0 -9) 📝 `server/private/routers/user/removeUserRole.ts` (+2 -2) 📝 `server/private/routers/user/setUserOrgRoles.ts` (+13 -10) 📝 `server/routers/user/addUserRoleLegacy.ts` (+2 -2) 📝 `server/routers/user/getOrgUser.ts` (+3 -5) 📝 `src/app/[orgId]/settings/access/users/[userId]/access-controls/page.tsx` (+70 -12) 📝 `src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx` (+13 -7) 📝 `src/app/[orgId]/settings/resources/proxy/create/page.tsx` (+16 -10) 📝 `src/components/DomainPageClient.tsx` (+19 -2) 📝 `src/components/DomainsTable.tsx` (+63 -22) 📝 `src/components/InviteStatusCard.tsx` (+2 -2) 📝 `src/components/OrgLoginPage.tsx` (+16 -13) 📝 `src/components/ResourceAuthPortal.tsx` (+2 -1) 📝 `src/components/ShareLinksTable.tsx` (+31 -3) _...and 5 more files_ </details> ### 📄 Description - **allow editing self and owner user roles** - **Pick the most specific domain** - **Confirm delete of share links** - **Use the right param for user** - **Add global hide_powered_by and make it backward** - **improve targets round robin warning** - **Show when a domain is config managed** --- <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-05-13 19:20:04 -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#14134