[PR #2862] [MERGED] 1.17.1-s.3 #5137

Closed
opened 2026-04-20 09:16:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2862
Author: @oschwartz10612
Created: 4/15/2026
Status: Merged
Merged: 4/15/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

22 files changed (+119 additions, -193 deletions)

View changed files

config/db/.gitignore (+1 -0)
📝 messages/bg-BG.json (+1 -1)
📝 messages/cs-CZ.json (+1 -1)
📝 messages/de-DE.json (+1 -1)
📝 messages/en-US.json (+4 -4)
📝 messages/es-ES.json (+1 -1)
📝 messages/fr-FR.json (+1 -1)
📝 messages/it-IT.json (+1 -1)
📝 messages/ko-KR.json (+1 -1)
📝 messages/nb-NO.json (+1 -1)
📝 messages/nl-NL.json (+1 -1)
📝 messages/pl-PL.json (+1 -1)
📝 messages/pt-PT.json (+1 -1)
📝 messages/ru-RU.json (+1 -1)
📝 messages/tr-TR.json (+1 -1)
📝 messages/zh-CN.json (+1 -1)
📝 server/db/pg/schema/schema.ts (+1 -0)
📝 server/lib/billing/licenses.ts (+2 -2)
📝 server/private/routers/billing/hooks/handleSubscriptionCreated.ts (+1 -1)
📝 server/routers/client/listClients.ts (+33 -88)

...and 2 more files

📄 Description

  • Fix #2848
  • Contact support
  • Add missing DnsRecords type
  • Adjust self serve

🔄 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/2862 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 4/15/2026 **Status:** ✅ Merged **Merged:** 4/15/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`74b3b28`](https://github.com/fosrl/pangolin/commit/74b3b283f7dcba9bf2ede93843e2215bb51a0e9d) Fix #2848 - [`e20a21b`](https://github.com/fosrl/pangolin/commit/e20a21bacdad9583c0938e019278c8a5dd983d6c) Contact support - [`af70933`](https://github.com/fosrl/pangolin/commit/af709331fb35f6ec5172cf7e00edb7d4e0a9bbbf) Add missing DnsRecords type - [`cd25cde`](https://github.com/fosrl/pangolin/commit/cd25cde47ffe2031902b875a19005ca5a4fc6365) New translations en-us.json (French) - [`d4fc60f`](https://github.com/fosrl/pangolin/commit/d4fc60f2f4dda1ad576ab3ab23235633c1d68c83) New translations en-us.json (Spanish) - [`013c1ab`](https://github.com/fosrl/pangolin/commit/013c1ab92c3ba3a38f55ecf085424dffb6bbdb47) New translations en-us.json (Bulgarian) - [`77d01d5`](https://github.com/fosrl/pangolin/commit/77d01d50db760a9f5ebe1414d9e357526fb5339c) New translations en-us.json (Czech) - [`4d82b37`](https://github.com/fosrl/pangolin/commit/4d82b37cab04217b2ab59fa6cc3bfe037c559bef) New translations en-us.json (German) - [`599fa5e`](https://github.com/fosrl/pangolin/commit/599fa5eb30292c57b5fe3937cdfd03830b02ccb9) New translations en-us.json (Italian) - [`19ef055`](https://github.com/fosrl/pangolin/commit/19ef05529637b0c7ecd9c8411863cbb512365efd) New translations en-us.json (Korean) ### 📊 Changes **22 files changed** (+119 additions, -193 deletions) <details> <summary>View changed files</summary> ➕ `config/db/.gitignore` (+1 -0) 📝 `messages/bg-BG.json` (+1 -1) 📝 `messages/cs-CZ.json` (+1 -1) 📝 `messages/de-DE.json` (+1 -1) 📝 `messages/en-US.json` (+4 -4) 📝 `messages/es-ES.json` (+1 -1) 📝 `messages/fr-FR.json` (+1 -1) 📝 `messages/it-IT.json` (+1 -1) 📝 `messages/ko-KR.json` (+1 -1) 📝 `messages/nb-NO.json` (+1 -1) 📝 `messages/nl-NL.json` (+1 -1) 📝 `messages/pl-PL.json` (+1 -1) 📝 `messages/pt-PT.json` (+1 -1) 📝 `messages/ru-RU.json` (+1 -1) 📝 `messages/tr-TR.json` (+1 -1) 📝 `messages/zh-CN.json` (+1 -1) 📝 `server/db/pg/schema/schema.ts` (+1 -0) 📝 `server/lib/billing/licenses.ts` (+2 -2) 📝 `server/private/routers/billing/hooks/handleSubscriptionCreated.ts` (+1 -1) 📝 `server/routers/client/listClients.ts` (+33 -88) _...and 2 more files_ </details> ### 📄 Description - **Fix #2848** - **Contact support** - **Add missing DnsRecords type** - **Adjust self serve** --- <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-20 09:16:44 -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#5137