[PR #1512] [MERGED] 1.10.2 #5476

Closed
opened 2026-04-23 02:34:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1512 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 9/21/2025 **Status:** ✅ Merged **Merged:** 9/22/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`fda9e95`](https://github.com/fosrl/pangolin/commit/fda9e9578677eb6761e35cf58eda71c0b1e9403e) Add header for host all the time - [`46b50a0`](https://github.com/fosrl/pangolin/commit/46b50a042e0704e55f4880b36b104257fe7b026d) Merge branch 'dev' of github.com:fosrl/pangolin into dev - [`c882fbd`](https://github.com/fosrl/pangolin/commit/c882fbd59a24096f5480aa5a809eae8b50739e92) New translations en-us.json (German) - [`e94ded9`](https://github.com/fosrl/pangolin/commit/e94ded920b9fe9be3bdf42654fd84d949df6aa90) Fix #1501 - [`5d3c5ab`](https://github.com/fosrl/pangolin/commit/5d3c5ab7cc35eba5dcba9f2027060ea0a6de1def) Store headers as json - [`9a41cac`](https://github.com/fosrl/pangolin/commit/9a41cac6e1435dc489c58a3de1e8e5799b871054) Remove port checks - [`d523ae3`](https://github.com/fosrl/pangolin/commit/d523ae3ffae70aab43ae4b01857260ef3d62218b) Fix input overwriting value - [`dadd1e3`](https://github.com/fosrl/pangolin/commit/dadd1e3101a7e9f64839ccdb48e4b468ecd2b4c5) Add migration to manager - [`0da95cb`](https://github.com/fosrl/pangolin/commit/0da95cbdb82a0bab9a406c908566e9e5cb815ece) Version correctly - [`95f94cf`](https://github.com/fosrl/pangolin/commit/95f94cffd27c4e3356f299fb4bea8b261e7e3352) Fix lint ### 📊 Changes **13 files changed** (+214 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <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-04-23 02:34:55 -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#5476