mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-17 12:21:22 -05:00
[PR #118] [MERGED] Small Bugfixes #794
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/118
Author: @oschwartz10612
Created: 1/31/2025
Status: ✅ Merged
Merged: 1/31/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (10+)
985418bFix wrong configf0ecfbbMerge branch 'dev' of https://github.com/fosrl/pangolin into deve226a5eMove back to * imports5de6028Put replaceme backcb1ccbeupdate traefik_config example and remove quotes around smtp_port9b9c343Fix missing where clause; Resolves #1178fe479fAdd . to make it clear there is already a dotf5e894eMake sure secure_cookies is truef40d91fremove secure_cookies option from config844b12dadd copy code snippets to raw tcp/udp📊 Changes
18 files changed (+387 additions, -395 deletions)
View changed files
📝
config/config.example.yml(+0 -1)📝
config/traefik/traefik_config.example.yml(+1 -7)📝
install/fs/config.yml(+1 -2)📝
install/fs/traefik/traefik_config.yml(+1 -7)📝
package.json(+1 -1)➖
server/auth/index.ts(+0 -118)📝
server/auth/sessions/app.ts(+2 -12)📝
server/auth/sessions/resource.ts(+4 -4)📝
server/lib/config.ts(+0 -1)📝
server/routers/badger/exchangeSession.ts(+1 -2)📝
server/routers/badger/verifySession.ts(+1 -1)📝
server/routers/internal.ts(+5 -6)📝
server/routers/newt/handleRegisterMessage.ts(+1 -0)📝
server/setup/migrations.ts(+4 -2)➕
server/setup/scripts/1.0.0-beta10.ts(+45 -0)📝
src/app/[orgId]/settings/resources/CreateResourceForm.tsx(+318 -229)📝
src/app/[orgId]/settings/resources/[resourceId]/CustomDomainInput.tsx(+1 -1)📝
src/app/[orgId]/settings/resources/[resourceId]/connectivity/page.tsx(+1 -1)📄 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
Small hotfix bug fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.