[PR #111] [MERGED] major changes for 1.0.0-beta.9 #793

Closed
opened 2025-11-13 12:11:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/111
Author: @miloschwartz
Created: 1/30/2025
Status: Merged
Merged: 1/30/2025
Merged by: @miloschwartz

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

77 files changed (+2462 additions, -884 deletions)

View changed files

.github/workflows/cicd.yml (+82 -0)
📝 .gitignore (+2 -0)
📝 README.md (+1 -0)
📝 config/config.example.yml (+14 -13)
📝 config/traefik/dynamic_config.example.yml (+0 -1)
📝 config/traefik/traefik_config.example.yml (+11 -2)
📝 install/Makefile (+0 -1)
📝 install/fs/config.yml (+19 -18)
📝 install/fs/traefik/dynamic_config.yml (+0 -1)
📝 install/fs/traefik/traefik_config.yml (+11 -2)
📝 install/main.go (+52 -20)
📝 package.json (+2 -1)
📝 server/auth/resourceOtp.ts (+1 -1)
📝 server/auth/sendEmailVerificationCode.ts (+1 -1)
📝 server/auth/sessions/app.ts (+31 -11)
📝 server/auth/sessions/resource.ts (+24 -17)
📝 server/db/schema.ts (+10 -4)
📝 server/emails/index.ts (+9 -14)
📝 server/emails/templates/ResourceOTPCode.tsx (+1 -1)
📝 server/index.ts (+2 -1)

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

See release notes

How to test?


🔄 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/111 **Author:** [@miloschwartz](https://github.com/miloschwartz) **Created:** 1/30/2025 **Status:** ✅ Merged **Merged:** 1/30/2025 **Merged by:** [@miloschwartz](https://github.com/miloschwartz) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`5f92b0b`](https://github.com/fosrl/pangolin/commit/5f92b0bbc1af4cf469b5af42ea3341f83e91e61f) make all emails lowercase closes #89 - [`9a831e8`](https://github.com/fosrl/pangolin/commit/9a831e8e34a6bff81d286e355a5258f43df7777a) use id for data-value closes #86 - [`d1fead5`](https://github.com/fosrl/pangolin/commit/d1fead5050e96f5577be71af6429363fda75b28f) use quotes around strings in yaml closes #96 - [`02b5f4d`](https://github.com/fosrl/pangolin/commit/02b5f4d3906be405012f251aca4ec15cbfa318fc) increase hitbox for links in buttons - [`2d0a367`](https://github.com/fosrl/pangolin/commit/2d0a367f1a392afa2016890a4e4a789df34829a7) fix link in resource alert not updating when changing ssl - [`8e5330f`](https://github.com/fosrl/pangolin/commit/8e5330fb82c8fecac49f62f82bab1178ecbfd50f) add cicd - [`6cc6b0c`](https://github.com/fosrl/pangolin/commit/6cc6b0c23952cb51578b15b57560f8400a15a05e) docker-compose vs docker compose; Resolves #83 - [`d284d36`](https://github.com/fosrl/pangolin/commit/d284d36c243707a01d070682e86705b6869ebd3b) Remove double transaction - [`72f1686`](https://github.com/fosrl/pangolin/commit/72f16863954ce2ce15237e6f197361cf99a1d695) remove permanent redirect for https - [`6050a0a`](https://github.com/fosrl/pangolin/commit/6050a0a7d70a71f21b3ac08028de1b43d23403c8) Merge branch 'dev' of https://github.com/fosrl/pangolin into dev ### 📊 Changes **77 files changed** (+2462 additions, -884 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/cicd.yml` (+82 -0) 📝 `.gitignore` (+2 -0) 📝 `README.md` (+1 -0) 📝 `config/config.example.yml` (+14 -13) 📝 `config/traefik/dynamic_config.example.yml` (+0 -1) 📝 `config/traefik/traefik_config.example.yml` (+11 -2) 📝 `install/Makefile` (+0 -1) 📝 `install/fs/config.yml` (+19 -18) 📝 `install/fs/traefik/dynamic_config.yml` (+0 -1) 📝 `install/fs/traefik/traefik_config.yml` (+11 -2) 📝 `install/main.go` (+52 -20) 📝 `package.json` (+2 -1) 📝 `server/auth/resourceOtp.ts` (+1 -1) 📝 `server/auth/sendEmailVerificationCode.ts` (+1 -1) 📝 `server/auth/sessions/app.ts` (+31 -11) 📝 `server/auth/sessions/resource.ts` (+24 -17) 📝 `server/db/schema.ts` (+10 -4) 📝 `server/emails/index.ts` (+9 -14) 📝 `server/emails/templates/ResourceOTPCode.tsx` (+1 -1) 📝 `server/index.ts` (+2 -1) _...and 57 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 See release notes ## How to test? --- <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 2025-11-13 12:11:01 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#793