mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[PR #2893] feat: roles & users selector #9993
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/2893
Author: @Fredkiss3
Created: 4/23/2026
Status: 🔄 Open
Base:
dev← Head:feat/roles-and-user-multi-selectors📝 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
21 files changed (+745 additions, -707 deletions)
View changed files
➕
docker-compose.mailpit.yml(+12 -0)📝
messages/fr-FR.json(+4 -3)📝
src/app/[orgId]/settings/access/users/[userId]/access-controls/page.tsx(+37 -77)📝
src/app/[orgId]/settings/access/users/create/page.tsx(+50 -74)📝
src/app/[orgId]/settings/resources/proxy/[niceId]/authentication/page.tsx(+21 -65)📝
src/components/Credenza.tsx(+1 -1)📝
src/components/InternalResourceForm.tsx(+141 -184)📝
src/components/OrgRolesTagField.tsx(+20 -38)📝
src/components/UptimeAlertSection.tsx(+63 -92)📝
src/components/alert-rule-editor/AlertRuleFields.tsx(+20 -57)📝
src/components/machines-selector.tsx(+24 -65)📝
src/components/multi-select/multi-select-content.tsx(+11 -6)➕
src/components/multi-select/multi-select-tag-input.tsx(+98 -0)➕
src/components/roles-selector.tsx(+71 -0)📝
src/components/tags/autocomplete.tsx(+12 -7)📝
src/components/tags/tag-input.tsx(+43 -27)📝
src/components/ui/command.tsx(+4 -3)📝
src/components/ui/controlled-data-table.tsx(+1 -1)➕
src/components/users-selector.tsx(+63 -0)📝
src/lib/getUserDisplayName.ts(+11 -1)...and 1 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
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.