mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 23:25:36 -05:00
[PR #3014] [MERGED] 1.18.3 #20409
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/3014
Author: @oschwartz10612
Created: 5/6/2026
Status: ✅ Merged
Merged: 5/6/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
9db5ff9♻️ small refactor53c48e6🌐 update french translationsb9bee28🚧 wipda4dd88Merge branch 'dev' into feat/roles-and-user-multi-selectorsc746e1b🚧 wipcb3fa02♻️ create custom autocomplete tag input955aa41⏪ revert changes modifying existing tag input95cbaaa✨ new multi select tag input2ea9d27✨ machine selector91ce8be🔨 add local mailer for catching emails📊 Changes
59 files changed (+2801 additions, -1627 deletions)
View changed files
➕
cli/commands/clearCertificates.ts(+28 -0)📝
cli/index.ts(+2 -0)➕
docker-compose.mailpit.yml(+12 -0)📝
messages/bg-BG.json(+48 -5)📝
messages/cs-CZ.json(+48 -5)📝
messages/de-DE.json(+48 -5)📝
messages/en-US.json(+48 -5)📝
messages/es-ES.json(+48 -5)📝
messages/fr-FR.json(+52 -8)📝
messages/it-IT.json(+48 -5)📝
messages/ko-KR.json(+48 -5)📝
messages/nb-NO.json(+48 -5)📝
messages/nl-NL.json(+48 -5)📝
messages/pl-PL.json(+48 -5)📝
messages/pt-PT.json(+48 -5)📝
messages/ru-RU.json(+48 -5)📝
messages/tr-TR.json(+48 -5)📝
messages/zh-CN.json(+45 -2)📝
server/lib/blueprints/clientResources.ts(+1 -1)📝
server/lib/calculateUserClientsForOrgs.ts(+207 -57)...and 39 more files
📄 Description
Add pagination to user and role dropdown to handle many users and roles
Add link to http private resources on the member page
Add translations to the member page
Add clear certificates pangctl command
Add flattened data fields from the
{{data}}object in alert webhooksAdd
ENABLE_SQLITE_WAL_MODEenv var to enable WAL mode for sqliteFix midnight time of day issue with status history display
Fix overlap alias addresses when creating more than one private resource in blueprints
Fix memory leak issue with sqlite and drizzle
Fix finding all json files when a directory is passed to
acme_json_pathFix make sure the domain is defined on a http resource when creating it
Fix alerting features and provisioning showing when disable_enterprise_features is set
Fix exclude local/private/CGNAT IPs from COUNTRY=ALL and ASN=ALL/AS0 geo-blocking rules
Small UI improvements
Small speed increases in a couple of places
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.