[PR #1353] [MERGED] 1.9.1 #7326

Closed
opened 2026-04-25 16:11:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1353
Author: @oschwartz10612
Created: 8/26/2025
Status: Merged
Merged: 8/26/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

22 files changed (+246 additions, -16 deletions)

View changed files

📝 messages/bg-BG.json (+5 -0)
📝 messages/cs-CZ.json (+5 -0)
📝 messages/de-DE.json (+5 -0)
📝 messages/en-US.json (+5 -0)
📝 messages/es-ES.json (+5 -0)
📝 messages/fr-FR.json (+5 -0)
📝 messages/it-IT.json (+5 -0)
📝 messages/ko-KR.json (+5 -0)
📝 messages/nb-NO.json (+5 -0)
📝 messages/nl-NL.json (+5 -0)
📝 messages/pl-PL.json (+5 -0)
📝 messages/pt-PT.json (+5 -0)
📝 messages/ru-RU.json (+5 -0)
📝 messages/tr-TR.json (+5 -0)
📝 messages/zh-CN.json (+5 -0)
📝 server/middlewares/integration/index.ts (+1 -0)
server/middlewares/integration/verifyApiKeySiteResourceAccess.ts (+97 -0)
📝 server/routers/integration.ts (+66 -1)
📝 server/routers/role/listRoles.ts (+1 -1)
📝 src/app/[orgId]/settings/access/users/create/page.tsx (+0 -9)

...and 2 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1353 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 8/26/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`247fc85`](https://github.com/fosrl/pangolin/commit/247fc854403993f023c43e14915c87eb20dcb81a) Fix #1339 - [`29fb573`](https://github.com/fosrl/pangolin/commit/29fb5735e26c29b07a92a6758852e38c1ef0c1cb) Add missing api endpoints to integration - [`524d6b4`](https://github.com/fosrl/pangolin/commit/524d6b48d98b27d002a9cd3c686980c0346fd8fc) New translations en-us.json (French) - [`4950f25`](https://github.com/fosrl/pangolin/commit/4950f25063e314b263ce4dacc2fcc25281602e90) New translations en-us.json (Spanish) - [`b2b6c8c`](https://github.com/fosrl/pangolin/commit/b2b6c8c268e786a72b5d79cf0734130f0dd59839) New translations en-us.json (Bulgarian) - [`7d039ab`](https://github.com/fosrl/pangolin/commit/7d039ab7298c4ab582da40885e0ced93ff9a9e53) New translations en-us.json (Czech) - [`3ebe218`](https://github.com/fosrl/pangolin/commit/3ebe218b7fdc3ec6a581512c9c1c89e619998aa5) New translations en-us.json (German) - [`f8c5d01`](https://github.com/fosrl/pangolin/commit/f8c5d01e3ccae0cfbd43f47b6dbdc94b0bdea798) New translations en-us.json (Italian) - [`a3bdab1`](https://github.com/fosrl/pangolin/commit/a3bdab1318d1b041a36b66b6f1351d2a8ad5ac48) New translations en-us.json (Korean) - [`f28b6ad`](https://github.com/fosrl/pangolin/commit/f28b6ad0a5a7f577968d12ad400e4fb687dabfc9) New translations en-us.json (Dutch) ### 📊 Changes **22 files changed** (+246 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `messages/bg-BG.json` (+5 -0) 📝 `messages/cs-CZ.json` (+5 -0) 📝 `messages/de-DE.json` (+5 -0) 📝 `messages/en-US.json` (+5 -0) 📝 `messages/es-ES.json` (+5 -0) 📝 `messages/fr-FR.json` (+5 -0) 📝 `messages/it-IT.json` (+5 -0) 📝 `messages/ko-KR.json` (+5 -0) 📝 `messages/nb-NO.json` (+5 -0) 📝 `messages/nl-NL.json` (+5 -0) 📝 `messages/pl-PL.json` (+5 -0) 📝 `messages/pt-PT.json` (+5 -0) 📝 `messages/ru-RU.json` (+5 -0) 📝 `messages/tr-TR.json` (+5 -0) 📝 `messages/zh-CN.json` (+5 -0) 📝 `server/middlewares/integration/index.ts` (+1 -0) ➕ `server/middlewares/integration/verifyApiKeySiteResourceAccess.ts` (+97 -0) 📝 `server/routers/integration.ts` (+66 -1) 📝 `server/routers/role/listRoles.ts` (+1 -1) 📝 `src/app/[orgId]/settings/access/users/create/page.tsx` (+0 -9) _...and 2 more files_ </details> ### 📄 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? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 16:11:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#7326