mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 09:32:36 -05:00
[PR #3058] [MERGED] 1.18.4 #18319
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/3058
Author: @oschwartz10612
Created: 5/13/2026
Status: ✅ Merged
Merged: 5/13/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (7)
9fb677eallow editing self and owner user rolesa066a68Pick the most specific domain4aa72ebConfirm delete of share links264c6bfUse the right param for user77d17afAdd global hide_powered_by and make it backwardb6caedaimprove targets round robin warningf91d914Show 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.