[PR #2852] [MERGED] 1.17.1-s.0 #3187

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

  • 81eba50 fix: use targetId as row identifier
  • 7d3d5b2 use targetid also on proxy create as that also has same issue
  • 28ef523 Add CODEOWNERS
  • 028df8b fix: remove encodeURIComponent from invite link email parameter
  • 466f137 Fix migration by testing for orphans
  • eaa70da add pluto
  • 80f5914 add pluto
  • 34387d9 simplify wildcard domain on non pangolin-dns
  • f57012e dont show international domain warning when capital letter present
  • 840684a dont show wildcard in domain picker

📊 Changes

53 files changed (+3176 additions, -2550 deletions)

View changed files

.github/CODEOWNERS (+1 -0)
📝 README.md (+30 -14)
📝 messages/bg-BG.json (+6 -0)
📝 messages/cs-CZ.json (+6 -0)
📝 messages/de-DE.json (+6 -0)
📝 messages/en-US.json (+7 -1)
📝 messages/es-ES.json (+6 -0)
📝 messages/fr-FR.json (+6 -0)
📝 messages/it-IT.json (+64 -58)
📝 messages/ko-KR.json (+6 -0)
📝 messages/nb-NO.json (+6 -0)
📝 messages/nl-NL.json (+6 -0)
📝 messages/pl-PL.json (+6 -0)
📝 messages/pt-PT.json (+6 -0)
📝 messages/ru-RU.json (+6 -0)
📝 messages/tr-TR.json (+6 -0)
📝 messages/zh-CN.json (+6 -0)
📝 messages/zh-TW.json (+2397 -2393)
📝 public/screenshots/hero.png (+0 -0)
📝 public/screenshots/private-resources.png (+0 -0)

...and 33 more files

📄 Description

  • fix: use targetId as row identifier
  • use targetid also on proxy create as that also has same issue
  • Add CODEOWNERS
  • fix: remove encodeURIComponent from invite link email parameter
  • Fix migration by testing for orphans
  • add pluto
  • add pluto
  • simplify wildcard domain on non pangolin-dns
  • dont show international domain warning when capital letter present
  • dont show wildcard in domain picker
  • fix(worldmap): avoid stuck country hover state
  • Restrict namespaces to paid plans due to abuse
  • Fix #2828
  • Grandfather in old users
  • add niceId to list user resources
  • add list alises endpoint
  • fix(worldmap): correct topojson feature typing
  • include site name in target dropdown in public resources table
  • fix no default idp selector showing on ce closes #2813
  • change user devices column name from online to connected
  • Adjust functioning of ee button
  • update readme
  • Hide the home unless you have it
  • New translations en-us.json (French)
  • New translations en-us.json (Bulgarian)
  • New translations en-us.json (Czech)
  • New translations en-us.json (German)
  • New translations en-us.json (Italian)
  • New translations en-us.json (Korean)
  • New translations en-us.json (Dutch)
  • New translations en-us.json (Polish)
  • New translations en-us.json (Portuguese)
  • New translations en-us.json (Russian)
  • New translations en-us.json (Turkish)
  • New translations en-us.json (Chinese Simplified)
  • New translations en-us.json (Norwegian Bokmal)
  • New translations en-us.json (Spanish)
  • Push back date

🔄 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/2852 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 4/13/2026 **Status:** ✅ Merged **Merged:** 4/13/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`81eba50`](https://github.com/fosrl/pangolin/commit/81eba50c9a3a6b5353e4baa58ba2216ccbd7401b) fix: use targetId as row identifier - [`7d3d5b2`](https://github.com/fosrl/pangolin/commit/7d3d5b2b22aafa4e0b6bc5584ec65ba405c80878) use targetid also on proxy create as that also has same issue - [`28ef523`](https://github.com/fosrl/pangolin/commit/28ef5238c9437dbe0141539afbe203bbfce96162) Add CODEOWNERS - [`028df8b`](https://github.com/fosrl/pangolin/commit/028df8bf27a8c5d8879ce931974f7787acb3083e) fix: remove encodeURIComponent from invite link email parameter - [`466f137`](https://github.com/fosrl/pangolin/commit/466f1375907cc45435a6cf8a1493acc1651f2841) Fix migration by testing for orphans - [`eaa70da`](https://github.com/fosrl/pangolin/commit/eaa70da4ddd9d50b4966f4e3d6710e4490cab1d6) add pluto - [`80f5914`](https://github.com/fosrl/pangolin/commit/80f5914fdd7a280bdb82ddec01527f0fc02f42b7) add pluto - [`34387d9`](https://github.com/fosrl/pangolin/commit/34387d9859623a63639c3497c12bc97ed61d3256) simplify wildcard domain on non pangolin-dns - [`f57012e`](https://github.com/fosrl/pangolin/commit/f57012eb9082c0a18cd584eb41db86eef411d9b4) dont show international domain warning when capital letter present - [`840684a`](https://github.com/fosrl/pangolin/commit/840684aebab3289a0c4b04b6a48b9747cd05aa79) dont show wildcard in domain picker ### 📊 Changes **53 files changed** (+3176 additions, -2550 deletions) <details> <summary>View changed files</summary> ➕ `.github/CODEOWNERS` (+1 -0) 📝 `README.md` (+30 -14) 📝 `messages/bg-BG.json` (+6 -0) 📝 `messages/cs-CZ.json` (+6 -0) 📝 `messages/de-DE.json` (+6 -0) 📝 `messages/en-US.json` (+7 -1) 📝 `messages/es-ES.json` (+6 -0) 📝 `messages/fr-FR.json` (+6 -0) 📝 `messages/it-IT.json` (+64 -58) 📝 `messages/ko-KR.json` (+6 -0) 📝 `messages/nb-NO.json` (+6 -0) 📝 `messages/nl-NL.json` (+6 -0) 📝 `messages/pl-PL.json` (+6 -0) 📝 `messages/pt-PT.json` (+6 -0) 📝 `messages/ru-RU.json` (+6 -0) 📝 `messages/tr-TR.json` (+6 -0) 📝 `messages/zh-CN.json` (+6 -0) 📝 `messages/zh-TW.json` (+2397 -2393) 📝 `public/screenshots/hero.png` (+0 -0) 📝 `public/screenshots/private-resources.png` (+0 -0) _...and 33 more files_ </details> ### 📄 Description - **fix: use targetId as row identifier** - **use targetid also on proxy create as that also has same issue** - **Add CODEOWNERS** - **fix: remove encodeURIComponent from invite link email parameter** - **Fix migration by testing for orphans** - **add pluto** - **add pluto** - **simplify wildcard domain on non pangolin-dns** - **dont show international domain warning when capital letter present** - **dont show wildcard in domain picker** - **fix(worldmap): avoid stuck country hover state** - **Restrict namespaces to paid plans due to abuse** - **Fix #2828** - **Grandfather in old users** - **add niceId to list user resources** - **add list alises endpoint** - **fix(worldmap): correct topojson feature typing** - **include site name in target dropdown in public resources table** - **fix no default idp selector showing on ce closes #2813** - **change user devices column name from online to connected** - **Adjust functioning of ee button** - **update readme** - **Hide the home unless you have it** - **New translations en-us.json (French)** - **New translations en-us.json (Bulgarian)** - **New translations en-us.json (Czech)** - **New translations en-us.json (German)** - **New translations en-us.json (Italian)** - **New translations en-us.json (Korean)** - **New translations en-us.json (Dutch)** - **New translations en-us.json (Polish)** - **New translations en-us.json (Portuguese)** - **New translations en-us.json (Russian)** - **New translations en-us.json (Turkish)** - **New translations en-us.json (Chinese Simplified)** - **New translations en-us.json (Norwegian Bokmal)** - **New translations en-us.json (Spanish)** - **Push back date** --- <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-16 09:51:28 -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#3187