mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[PR #2166] [CLOSED] Dev #2891
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/2166
Author: @miloschwartz
Created: 12/24/2025
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (10+)
da112d3add stripPortFromHost and reuse everywhere77117e4improved button loading animation074ee70add flag to disable product help bannersefa9312fix server admin spacing on mobile sidebar2652deafade mobile footeref697c4adjustments to mobile header css closes #1930a21f49cadd sticky actions col to org idp table2bb94e2Merge branch 'main' into dev8fa62a0Respect http status for url & maintenance mode40eeb9bAllow all in country in blueprints📊 Changes
25 files changed (+246 additions, -199 deletions)
View changed files
📝
server/lib/blueprints/types.ts(+6 -8)📝
server/lib/config.ts(+4 -0)📝
server/lib/ip.ts(+33 -0)📝
server/lib/readConfigFile.ts(+2 -1)📝
server/private/lib/logAccessAudit.ts(+2 -13)📝
server/private/routers/hybrid.ts(+10 -10)📝
server/private/routers/loginPage/loadLoginPage.ts(+10 -0)📝
server/private/routers/loginPage/loadLoginPageBranding.ts(+5 -0)📝
server/routers/auth/pollDeviceWebAuth.ts(+2 -25)📝
server/routers/auth/startDeviceWebAuth.ts(+2 -25)📝
server/routers/badger/exchangeSession.ts(+2 -20)📝
server/routers/badger/logRequestAudit.ts(+2 -20)📝
server/routers/badger/verifySession.ts(+2 -32)📝
server/routers/newt/handleReceiveBandwidthMessage.ts(+79 -25)📝
src/app/[orgId]/settings/resources/proxy/[niceId]/general/page.tsx(+14 -3)📝
src/app/globals.css(+17 -0)📝
src/components/DismissableBanner.tsx(+8 -1)📝
src/components/Layout.tsx(+1 -1)📝
src/components/LayoutMobileMenu.tsx(+4 -3)📝
src/components/ResourceInfoBox.tsx(+6 -6)...and 5 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
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.