mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-13 18:33:54 -05:00
[PR #111] [MERGED] major changes for 1.0.0-beta.9 #793
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/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.