[PR #2511] [MERGED] 1.15.4-s.4 #3004

Closed
opened 2026-04-16 09:44:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2511
Author: @oschwartz10612
Created: 2/21/2026
Status: Merged
Merged: 2/21/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

  • 4e7eac3 Uniform ne check on niceId and dont reject clients
  • 5e37c4e Resolve potential issues with processing roleIds
  • 874794c Clean email
  • 7a01a4e ssh settings on a role
  • 7d112aa improve alignment on sidebar
  • 13ab505 add ease to sidebar menu
  • 4e88f1f more sidebar improvements
  • 01c15af other visual adjustments
  • 6442eb1 more visual adjustments
  • d6ba34a set auth daemon type on resource

📊 Changes

64 files changed (+3776 additions, -3575 deletions)

View changed files

cli/commands/generateOrgCaKeys.ts (+121 -0)
📝 cli/index.ts (+2 -0)
📝 messages/bg-BG.json (+32 -1)
📝 messages/cs-CZ.json (+32 -1)
📝 messages/de-DE.json (+32 -1)
📝 messages/en-US.json (+38 -7)
📝 messages/es-ES.json (+32 -1)
📝 messages/fr-FR.json (+32 -1)
📝 messages/it-IT.json (+32 -1)
📝 messages/ko-KR.json (+32 -1)
📝 messages/nb-NO.json (+32 -1)
📝 messages/nl-NL.json (+32 -1)
📝 messages/pl-PL.json (+32 -1)
📝 messages/pt-PT.json (+32 -1)
📝 messages/ru-RU.json (+32 -1)
📝 messages/tr-TR.json (+32 -1)
📝 messages/zh-CN.json (+32 -1)
📝 server/db/pg/schema/schema.ts (+13 -3)
📝 server/db/sqlite/schema/schema.ts (+12 -2)
📝 server/middlewares/integration/verifyApiKeyRoleAccess.ts (+8 -3)

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

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/2511 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 2/21/2026 **Status:** ✅ Merged **Merged:** 2/21/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`4e7eac3`](https://github.com/fosrl/pangolin/commit/4e7eac368f257e6a19cf6d98d01f0ffd03b55ff8) Uniform ne check on niceId and dont reject clients - [`5e37c4e`](https://github.com/fosrl/pangolin/commit/5e37c4e85fae68e756be5019a28ca903b161fdd5) Resolve potential issues with processing roleIds - [`874794c`](https://github.com/fosrl/pangolin/commit/874794c996e5feaaa5cc3ff30352742e6404858a) Clean email - [`7a01a4e`](https://github.com/fosrl/pangolin/commit/7a01a4e090934b5ec7f14d10f9a09eb372512602) ssh settings on a role - [`7d112aa`](https://github.com/fosrl/pangolin/commit/7d112aab27d4abe215c7c79874de283f5e636ac7) improve alignment on sidebar - [`13ab505`](https://github.com/fosrl/pangolin/commit/13ab505f4d45e8b4631098c4660de7aa3a0f4d9a) add ease to sidebar menu - [`4e88f1f`](https://github.com/fosrl/pangolin/commit/4e88f1f38afffaf51c25dbdd9684b2784d411c85) more sidebar improvements - [`01c15af`](https://github.com/fosrl/pangolin/commit/01c15afa747fd9727ad980888868fdcfecd24581) other visual adjustments - [`6442eb1`](https://github.com/fosrl/pangolin/commit/6442eb12fb5455e664055f401b9d2f780d4deb08) more visual adjustments - [`d6ba34a`](https://github.com/fosrl/pangolin/commit/d6ba34aeeacb90b29171e0cef8e2bac893daf6cf) set auth daemon type on resource ### 📊 Changes **64 files changed** (+3776 additions, -3575 deletions) <details> <summary>View changed files</summary> ➕ `cli/commands/generateOrgCaKeys.ts` (+121 -0) 📝 `cli/index.ts` (+2 -0) 📝 `messages/bg-BG.json` (+32 -1) 📝 `messages/cs-CZ.json` (+32 -1) 📝 `messages/de-DE.json` (+32 -1) 📝 `messages/en-US.json` (+38 -7) 📝 `messages/es-ES.json` (+32 -1) 📝 `messages/fr-FR.json` (+32 -1) 📝 `messages/it-IT.json` (+32 -1) 📝 `messages/ko-KR.json` (+32 -1) 📝 `messages/nb-NO.json` (+32 -1) 📝 `messages/nl-NL.json` (+32 -1) 📝 `messages/pl-PL.json` (+32 -1) 📝 `messages/pt-PT.json` (+32 -1) 📝 `messages/ru-RU.json` (+32 -1) 📝 `messages/tr-TR.json` (+32 -1) 📝 `messages/zh-CN.json` (+32 -1) 📝 `server/db/pg/schema/schema.ts` (+13 -3) 📝 `server/db/sqlite/schema/schema.ts` (+12 -2) 📝 `server/middlewares/integration/verifyApiKeyRoleAccess.ts` (+8 -3) _...and 44 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. --- <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-16 09:44:13 -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#3004