mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 09:32:36 -05:00
[PR #2593] [MERGED] 1.16.2-s.2 #4992
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/2593
Author: @oschwartz10612
Created: 3/4/2026
Status: ✅ Merged
Merged: 3/4/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
52f2639feat(integration): add domain CRUD endpoints to integration API81c1a1denhance(sidebar): make mobile org selector sticky768eebeMerge pull request #2432 from ChanningHe/feat-integration-api-domain-crudc20babcfix org selector spacing on mobile280cbb6Merge pull request #2553 from LaurenceJJones/explore/static-org-dropdown19f9ddaAdd comment about not needing exit node64bae5bMerge branch 'main' into deved95f10openapi and swagger ui improvements and cleanupdb042e5Adjust language1362b72Restrict what can be a header📊 Changes
111 files changed (+417 additions, -140 deletions)
View changed files
📝
messages/en-US.json(+7 -0)📝
server/integrationApiServer.ts(+81 -10)📝
server/middlewares/integration/index.ts(+1 -0)➕
server/middlewares/integration/verifyApiKeyDomainAccess.ts(+90 -0)📝
server/openApi.ts(+8 -5)📝
server/private/routers/auditLogs/exportAccessAuditLog.ts(+1 -1)📝
server/private/routers/auditLogs/exportActionAuditLog.ts(+1 -1)📝
server/private/routers/auditLogs/queryAccessAuditLog.ts(+1 -1)📝
server/private/routers/auditLogs/queryActionAuditLog.ts(+1 -1)📝
server/private/routers/billing/getOrgUsage.ts(+10 -10)📝
server/private/routers/orgIdp/createOrgOidcIdp.ts(+1 -1)📝
server/private/routers/orgIdp/deleteOrgIdp.ts(+1 -1)📝
server/private/routers/orgIdp/getOrgIdp.ts(+2 -2)📝
server/private/routers/orgIdp/listOrgIdps.ts(+1 -1)📝
server/private/routers/orgIdp/updateOrgOidcIdp.ts(+1 -1)📝
server/private/routers/resource/getMaintenanceInfo.ts(+1 -1)📝
server/routers/accessToken/generateAccessToken.ts(+1 -1)📝
server/routers/accessToken/listAccessTokens.ts(+3 -3)📝
server/routers/apiKeys/createOrgApiKey.ts(+1 -1)📝
server/routers/apiKeys/deleteApiKey.ts(+1 -1)...and 80 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.