mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 09:21:15 -05:00
[PR #1512] [MERGED] 1.10.2 #11389
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/1512
Author: @oschwartz10612
Created: 9/21/2025
Status: ✅ Merged
Merged: 9/22/2025
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
fda9e95Add header for host all the time46b50a0Merge branch 'dev' of github.com:fosrl/pangolin into devc882fbdNew translations en-us.json (German)e94ded9Fix [GH-ISSUE #551] [Feature Reqeust] Searchbar in ressources should search target urls (#1501)5d3c5abStore headers as json9a41cacRemove port checksd523ae3Fix input overwriting valuedadd1e3Add migration to manager0da95cbVersion correctly95f94cfFix lint📊 Changes
13 files changed (+214 additions, -96 deletions)
View changed files
📝
messages/de-DE.json(+1 -1)📝
server/lib/consts.ts(+1 -1)📝
server/routers/resource/createResource.ts(+0 -20)📝
server/routers/resource/getResource.ts(+7 -2)📝
server/routers/resource/updateResource.ts(+7 -39)📝
server/routers/traefik/getTraefikConfig.ts(+16 -8)📝
server/setup/migrationsPg.ts(+2 -0)📝
server/setup/migrationsSqlite.ts(+2 -0)➕
server/setup/scriptsPg/1.10.2.ts(+47 -0)📝
server/setup/scriptsSqlite/1.10.1.ts(+1 -1)➕
server/setup/scriptsSqlite/1.10.2.ts(+54 -0)📝
src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx(+3 -3)📝
src/components/HeadersInput.tsx(+73 -21)📄 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
Various bug fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.