mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[PR #2893] [MERGED] feat: roles & users selector #12012
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: ✅ Merged
Merged: 5/6/2026
Merged by: @oschwartz10612
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
23 files changed (+795 additions, -762 deletions)
View changed files
➕
docker-compose.mailpit.yml(+12 -0)📝
messages/fr-FR.json(+4 -3)📝
src/app/[orgId]/settings/(private)/idp/[idpId]/general/page.tsx(+0 -20)📝
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(+72 -134)📝
src/components/OrgRolesTagField.tsx(+20 -38)📝
src/components/RoleMappingConfigFields.tsx(+108 -84)📝
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(+81 -0)📝
src/components/tags/autocomplete.tsx(+12 -7)📝
src/components/tags/tag-input.tsx(+44 -28)📝
src/components/ui/command.tsx(+4 -3)📝
src/components/ui/controlled-data-table.tsx(+1 -1)...and 3 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.
Summary
Screenshots
Fixed #2994
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.