[PR #1397] [MERGED] 1.9.4 #11341

Closed
opened 2026-05-06 15:58:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1397
Author: @oschwartz10612
Created: 9/2/2025
Status: Merged
Merged: 9/2/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

  • 5e5754f preserve port and method on host change
  • b670e6e update parser to handle h2c
  • ee9101e Save Amount of Entries
  • 8159a0f Merge pull request #1394 from Pallavikumarimdb/Fix/hostname-field-reset-port-and-method
  • e9494ef quick fix
  • 1dca71a Try to include source maps
  • dc7e14a Limit saas
  • 39afabd Source maps as js
  • dad35e3 Merge branch 'enhancement-#906/persist-amount-of-entries' of github.com:Pallavikumarimdb/pangolin into Pallavikumarimdb-enhancement-#906/persist-amount-of-entries
  • f2881e1 Merge branch 'Pallavikumarimdb-enhancement-#906/persist-amount-of-entries' into dev

📊 Changes

36 files changed (+777 additions, -63 deletions)

View changed files

📝 messages/bg-BG.json (+37 -0)
📝 messages/cs-CZ.json (+39 -2)
📝 messages/de-DE.json (+38 -1)
📝 messages/es-ES.json (+39 -2)
📝 messages/fr-FR.json (+38 -1)
📝 messages/it-IT.json (+39 -2)
📝 messages/ko-KR.json (+38 -1)
📝 messages/nb-NO.json (+40 -1)
📝 messages/nl-NL.json (+38 -1)
📝 messages/pl-PL.json (+39 -2)
📝 messages/pt-PT.json (+38 -1)
📝 messages/ru-RU.json (+38 -1)
📝 messages/tr-TR.json (+39 -2)
📝 messages/zh-CN.json (+39 -2)
📝 package-lock.json (+1 -3)
📝 package.json (+1 -0)
📝 server/index.ts (+1 -0)
📝 server/routers/external.ts (+10 -7)
📝 src/app/[orgId]/settings/access/invitations/InvitationsDataTable.tsx (+1 -0)
📝 src/app/[orgId]/settings/access/roles/RolesDataTable.tsx (+1 -0)

...and 16 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

Bugfixes & small improvements


🔄 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/1397 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 9/2/2025 **Status:** ✅ Merged **Merged:** 9/2/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`5e5754f`](https://github.com/fosrl/pangolin/commit/5e5754fa6260eb20dcf18c6632472eb091a2ba9e) preserve port and method on host change - [`b670e6e`](https://github.com/fosrl/pangolin/commit/b670e6e3dcdf81e2ee92fb7fe9e494a29e291fed) update parser to handle h2c - [`ee9101e`](https://github.com/fosrl/pangolin/commit/ee9101e738cbdf064cc1c028d13472b0b60fe089) Save Amount of Entries - [`8159a0f`](https://github.com/fosrl/pangolin/commit/8159a0f13d76af4adc54f25b0eef680c47f014db) Merge pull request #1394 from Pallavikumarimdb/Fix/hostname-field-reset-port-and-method - [`e9494ef`](https://github.com/fosrl/pangolin/commit/e9494efa8eeb44957792ae3bbcc687cd89de4c71) quick fix - [`1dca71a`](https://github.com/fosrl/pangolin/commit/1dca71a779d9a2beb1280da7575b766446d256f6) Try to include source maps - [`dc7e14a`](https://github.com/fosrl/pangolin/commit/dc7e14a34b90b30c1b4ea0f6fb415f904c51147c) Limit saas - [`39afabd`](https://github.com/fosrl/pangolin/commit/39afabd60ef67bf67b992edfeab60ebe2b4d19b1) Source maps as js - [`dad35e3`](https://github.com/fosrl/pangolin/commit/dad35e37ef92f0fa6c607458fb4e73844f8f9e8a) Merge branch 'enhancement-#906/persist-amount-of-entries' of github.com:Pallavikumarimdb/pangolin into Pallavikumarimdb-enhancement-#906/persist-amount-of-entries - [`f2881e1`](https://github.com/fosrl/pangolin/commit/f2881e1b31d068f576efc6f2fb86732c7a7ac08f) Merge branch 'Pallavikumarimdb-enhancement-#906/persist-amount-of-entries' into dev ### 📊 Changes **36 files changed** (+777 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `messages/bg-BG.json` (+37 -0) 📝 `messages/cs-CZ.json` (+39 -2) 📝 `messages/de-DE.json` (+38 -1) 📝 `messages/es-ES.json` (+39 -2) 📝 `messages/fr-FR.json` (+38 -1) 📝 `messages/it-IT.json` (+39 -2) 📝 `messages/ko-KR.json` (+38 -1) 📝 `messages/nb-NO.json` (+40 -1) 📝 `messages/nl-NL.json` (+38 -1) 📝 `messages/pl-PL.json` (+39 -2) 📝 `messages/pt-PT.json` (+38 -1) 📝 `messages/ru-RU.json` (+38 -1) 📝 `messages/tr-TR.json` (+39 -2) 📝 `messages/zh-CN.json` (+39 -2) 📝 `package-lock.json` (+1 -3) 📝 `package.json` (+1 -0) 📝 `server/index.ts` (+1 -0) 📝 `server/routers/external.ts` (+10 -7) 📝 `src/app/[orgId]/settings/access/invitations/InvitationsDataTable.tsx` (+1 -0) 📝 `src/app/[orgId]/settings/access/roles/RolesDataTable.tsx` (+1 -0) _...and 16 more files_ </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 Bugfixes & small improvements --- <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-05-06 15:58:14 -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#11341