[PR #1669] [MERGED] Dev #7455

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

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1669
Author: @oschwartz10612
Created: 10/14/2025
Status: Merged
Merged: 10/14/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

365 files changed (+10384 additions, -9019 deletions)

View changed files

📝 .dockerignore (+3 -1)
.github/workflows/dev-image.yml (+0 -75)
📝 .gitignore (+3 -1)
📝 Dockerfile (+22 -2)
📝 Makefile (+2 -0)
📝 README.md (+36 -111)
📝 drizzle.pg.config.ts (+3 -10)
📝 drizzle.sqlite.config.ts (+3 -10)
📝 esbuild.mjs (+207 -3)
📝 install/config/config.yml (+4 -9)
📝 install/config/docker-compose.yml (+7 -6)
📝 install/config/traefik/traefik_config.yml (+5 -14)
📝 install/main.go (+92 -101)
install/quickStart.go (+0 -110)
📝 messages/bg-BG.json (+0 -2)
📝 messages/cs-CZ.json (+0 -2)
📝 messages/de-DE.json (+0 -2)
📝 messages/en-US.json (+172 -18)
📝 messages/es-ES.json (+0 -2)
📝 messages/fr-FR.json (+0 -2)

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


🔄 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/1669 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 10/14/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`9a808dc`](https://github.com/fosrl/pangolin/commit/9a808dc1396f9a73f43462d407233d9b8563b377) fix invite flow - [`186a78b`](https://github.com/fosrl/pangolin/commit/186a78b064419d1df49cba256047d1219c2b2c80) Merge branch 'dev' of https://github.com/fosrl/pangolin into dev - [`c5b3d92`](https://github.com/fosrl/pangolin/commit/c5b3d92466706dce6f63237d3378d7302a34f91b) Update lock - [`02b1de3`](https://github.com/fosrl/pangolin/commit/02b1de32661e70c1176a78e273e0a0949a054872) Make sure siteIds are numbers - [`1b01c4f`](https://github.com/fosrl/pangolin/commit/1b01c4f0533c77d4bda0422f8717abdd69d2618c) fix idp infinite redirect closes #1540 - [`526307e`](https://github.com/fosrl/pangolin/commit/526307e192e1dea70b5d65933ba49b5462e2c422) Fix ssl undefined issue - [`e0996a1`](https://github.com/fosrl/pangolin/commit/e0996a17ef43c0ecb9882ad1db7c6ab8621e1e51) rename managed nodes - [`e601038`](https://github.com/fosrl/pangolin/commit/e601038c0f35113996e20607fc19ab6a815dd28c) fix role extraction in idp form - [`f64a477`](https://github.com/fosrl/pangolin/commit/f64a477c3d3853e86648adc15c62251c83afa5e5) fix spacing issue in strategy select - [`d92b87b`](https://github.com/fosrl/pangolin/commit/d92b87b7c8984e56b2ee03f8afe4958a1a0bd983) Chungus 2.0 ### 📊 Changes **365 files changed** (+10384 additions, -9019 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+3 -1) ➖ `.github/workflows/dev-image.yml` (+0 -75) 📝 `.gitignore` (+3 -1) 📝 `Dockerfile` (+22 -2) 📝 `Makefile` (+2 -0) 📝 `README.md` (+36 -111) 📝 `drizzle.pg.config.ts` (+3 -10) 📝 `drizzle.sqlite.config.ts` (+3 -10) 📝 `esbuild.mjs` (+207 -3) 📝 `install/config/config.yml` (+4 -9) 📝 `install/config/docker-compose.yml` (+7 -6) 📝 `install/config/traefik/traefik_config.yml` (+5 -14) 📝 `install/main.go` (+92 -101) ➖ `install/quickStart.go` (+0 -110) 📝 `messages/bg-BG.json` (+0 -2) 📝 `messages/cs-CZ.json` (+0 -2) 📝 `messages/de-DE.json` (+0 -2) 📝 `messages/en-US.json` (+172 -18) 📝 `messages/es-ES.json` (+0 -2) 📝 `messages/fr-FR.json` (+0 -2) _...and 80 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 --- <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-25 16:15:19 -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#7455