mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-13 10:24:52 -05:00
[PR #202] [MERGED] hotfixes coming from beta13 #801
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/202
Author: @miloschwartz
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/14/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (9)
f61d442Allow . in path; resolves #1994c1366eforce router refresh on save closes #19840922feSupport v67797c6cAllow the chars from RFC 39868dd30c8fix reset password sql error2ff6d1dallow any string as targeta418195Fix ip range pick initial range; add testd5a220acreate target validator and add url validator6aa4908bump version📊 Changes
11 files changed (+436 additions, -128 deletions)
View changed files
📝
server/auth/sessions/app.ts(+28 -4)📝
server/lib/consts.ts(+1 -1)➕
server/lib/ip.test.ts(+183 -0)📝
server/lib/ip.ts(+132 -22)📝
server/lib/validators.ts(+56 -4)📝
server/routers/auth/resetPassword.ts(+15 -7)📝
server/routers/target/createTarget.ts(+2 -29)📝
server/routers/target/updateTarget.ts(+2 -29)📝
src/app/[orgId]/settings/resources/[resourceId]/authentication/page.tsx(+6 -0)📝
src/app/[orgId]/settings/resources/[resourceId]/connectivity/page.tsx(+6 -31)📝
src/app/[orgId]/settings/resources/[resourceId]/rules/page.tsx(+5 -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
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.