mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 09:21:15 -05:00
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/1735
Author: @Lokowitz
Created: 10/23/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (1)
d48124efix blueprint country issue📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
server/lib/blueprints/types.ts(+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
The rules section in resources is handling geoblocking as match type
geoipand not ascountry.Do you want to stay with
geoipor switch completely tocountry?Will also update the docs accordingly.
Staying with geoip will cause a rewrite of all users blueprints and since you are selecting a country will maybe cause some confusions.
A rewrite of the rules section and a database migration from geoip to country would be more user friendly.
Fixes https://github.com/fosrl/pangolin/issues/1705#issuecomment-3429812564
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.