mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 20:59:07 -05:00
[PR #1172] [MERGED] 1.8.0 #4404
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dev📝 Commits (10+)
bbaea4dHandle peer relay dynamically nowf25aefeMerge branch 'main' of github.com:fosrl/pangolin86a4656fix multi level subdomain conflict bug25ae169Merge branch 'dev' of github.com:fosrl/pangolin into devd000879Add config for domains9f27101center toast053acefallow using password to log in if security keys are availablef1bba3bFix issues in pg schema114ce89add tos and pp consentb54ccbffix 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.