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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:dev📝 Commits (10+)
5f92b0bmake all emails lowercase closes #899a831e8use id for data-value closes #86d1fead5use quotes around strings in yaml closes #9602b5f4dincrease hitbox for links in buttons2d0a367fix link in resource alert not updating when changing ssl8e5330fadd cicd6cc6b0cdocker-compose vs docker compose; Resolves #83d284d36Remove double transaction72f1686remove permanent redirect for https6050a0aMerge branch 'dev' of https://github.com/fosrl/pangolin into dev📊 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.