mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 07:04:36 -05:00
[PR #2066] [MERGED] Dev #21051
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/2066
Author: @oschwartz10612
Created: 12/13/2025
Status: ✅ Merged
Merged: 12/13/2025
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
29b9242add runner restart action27db77bFormatba99614Merge branch 'dev' of github.com:fosrl/pangolin into deva012369Make sure to always check retention first3d857c3fix client side pagination issued5307adfix bug preventing save resource priority closes #20634366ca5add spacing to delete modal9f55d6bTry to fix issue not sending newt commands143175bUpdate react-dom1aaad43Format📊 Changes
35 files changed (+243 additions, -145 deletions)
View changed files
➕
.github/workflows/restart-runners.yml(+39 -0)📝
messages/en-US.json(+4 -1)📝
package-lock.json(+5 -5)📝
package.json(+1 -1)📝
server/lib/consts.ts(+1 -1)📝
server/lib/ip.ts(+13 -7)📝
server/lib/rebuildClientAssociations.ts(+22 -37)📝
server/private/license/license.ts(+8 -9)📝
server/routers/badger/logRequestAudit.ts(+4 -15)📝
src/app/[orgId]/settings/(private)/remote-exit-nodes/ExitNodesTable.tsx(+1 -1)📝
src/app/[orgId]/settings/general/page.tsx(+2 -2)📝
src/app/[orgId]/settings/resources/proxy/[niceId]/rules/page.tsx(+4 -3)📝
src/app/admin/license/page.tsx(+3 -2)📝
src/app/admin/users/AdminUsersTable.tsx(+1 -1)📝
src/app/auth/layout.tsx(+21 -1)📝
src/components/AdminIdpTable.tsx(+1 -1)📝
src/components/AdminUsersTable.tsx(+1 -1)📝
src/components/ApiKeysTable.tsx(+1 -1)📝
src/components/ClientResourcesTable.tsx(+1 -1)📝
src/components/Credenza.tsx(+7 -1)...and 15 more files
📄 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.