[PR #1172] [MERGED] 1.8.0 #2461

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

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1172
Author: @oschwartz10612
Created: 7/30/2025
Status: Merged
Merged: 7/30/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

  • bbaea4d Handle peer relay dynamically now
  • f25aefe Merge branch 'main' of github.com:fosrl/pangolin
  • 86a4656 fix multi level subdomain conflict bug
  • 25ae169 Merge branch 'dev' of github.com:fosrl/pangolin into dev
  • d000879 Add config for domains
  • 9f27101 center toast
  • 053acef allow using password to log in if security keys are available
  • f1bba3b Fix issues in pg schema
  • 114ce89 add tos and pp consent
  • b54ccbf fix log in loading button

📊 Changes

59 files changed (+3075 additions, -895 deletions)

View changed files

📝 README.md (+0 -4)
📝 docker-compose.example.yml (+1 -0)
📝 docker-compose.pg.yml (+0 -0)
📝 install/config/config.yml (+0 -4)
📝 install/config/docker-compose.yml (+1 -0)
📝 install/main.go (+16 -1)
📝 messages/en-US.json (+49 -5)
📝 server/db/pg/schema.ts (+16 -9)
📝 server/db/sqlite/schema.ts (+6 -2)
📝 server/lib/consts.ts (+1 -1)
📝 server/lib/readConfigFile.ts (+14 -1)
📝 server/routers/auth/login.ts (+15 -15)
📝 server/routers/auth/signup.ts (+18 -7)
📝 server/routers/client/updateClient.ts (+156 -7)
📝 server/routers/domain/createOrgDomain.ts (+4 -3)
📝 server/routers/external.ts (+6 -0)
📝 server/routers/gerbil/peers.ts (+2 -1)
📝 server/routers/gerbil/updateHolePunch.ts (+139 -45)
📝 server/routers/newt/handleGetConfigMessage.ts (+177 -19)
📝 server/routers/newt/targets.ts (+34 -8)

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


🔄 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/1172 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 7/30/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`bbaea4d`](https://github.com/fosrl/pangolin/commit/bbaea4def050f4fe20d6ab1cd955d3fc2ab62730) Handle peer relay dynamically now - [`f25aefe`](https://github.com/fosrl/pangolin/commit/f25aefeb11e7fd57091cdc7c27aa69a6ae47bb0c) Merge branch 'main' of github.com:fosrl/pangolin - [`86a4656`](https://github.com/fosrl/pangolin/commit/86a4656651ea852d1e111f9c4fc98e486c1b2c15) fix multi level subdomain conflict bug - [`25ae169`](https://github.com/fosrl/pangolin/commit/25ae169fee39c2326454b369baeb6338ec5a3dec) Merge branch 'dev' of github.com:fosrl/pangolin into dev - [`d000879`](https://github.com/fosrl/pangolin/commit/d000879c011b5c9746e2d1c1220c0bb1d34cd44a) Add config for domains - [`9f27101`](https://github.com/fosrl/pangolin/commit/9f2710185bfaa130b3e09e46b83845546dbf08b0) center toast - [`053acef`](https://github.com/fosrl/pangolin/commit/053acef7283da3b6bed00d9334340dfe3e01d959) allow using password to log in if security keys are available - [`f1bba3b`](https://github.com/fosrl/pangolin/commit/f1bba3b958b22cc1f8e98b0d7302fb61ad2dcf78) Fix issues in pg schema - [`114ce89`](https://github.com/fosrl/pangolin/commit/114ce8997f31483602b973505d02a6ac3f5071ac) add tos and pp consent - [`b54ccbf`](https://github.com/fosrl/pangolin/commit/b54ccbfa2fde0d8bed383ace93db3c4b5f136321) fix log in loading button ### 📊 Changes **59 files changed** (+3075 additions, -895 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+0 -4) 📝 `docker-compose.example.yml` (+1 -0) 📝 `docker-compose.pg.yml` (+0 -0) 📝 `install/config/config.yml` (+0 -4) 📝 `install/config/docker-compose.yml` (+1 -0) 📝 `install/main.go` (+16 -1) 📝 `messages/en-US.json` (+49 -5) 📝 `server/db/pg/schema.ts` (+16 -9) 📝 `server/db/sqlite/schema.ts` (+6 -2) 📝 `server/lib/consts.ts` (+1 -1) 📝 `server/lib/readConfigFile.ts` (+14 -1) 📝 `server/routers/auth/login.ts` (+15 -15) 📝 `server/routers/auth/signup.ts` (+18 -7) 📝 `server/routers/client/updateClient.ts` (+156 -7) 📝 `server/routers/domain/createOrgDomain.ts` (+4 -3) 📝 `server/routers/external.ts` (+6 -0) 📝 `server/routers/gerbil/peers.ts` (+2 -1) 📝 `server/routers/gerbil/updateHolePunch.ts` (+139 -45) 📝 `server/routers/newt/handleGetConfigMessage.ts` (+177 -19) 📝 `server/routers/newt/targets.ts` (+34 -8) _...and 39 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. --- <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:25:07 -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#2461