[PR #1839] [MERGED] fix: api keys not showing #1880

Closed
opened 2026-02-26 20:31:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1839
Author: @dguyen
Created: 6/13/2025
Status: Merged
Merged: 6/13/2025
Merged by: @dguyen

Base: mainHead: fix/api-key-visibility


📝 Commits (1)

  • 70043de fix: api keys not showing

📊 Changes

5 files changed (+4 additions, -40 deletions)

View changed files

📝 apps/remix/app/components/dialogs/organisation-create-dialog.tsx (+3 -1)
packages/lib/server-only/public-api/get-api-token-by-id.ts (+0 -15)
📝 packages/lib/server-only/public-api/get-api-tokens.ts (+0 -1)
📝 packages/trpc/server/api-token-router/router.ts (+1 -17)
📝 packages/trpc/server/api-token-router/schema.ts (+0 -6)

📄 Description

Description

This fixes the issue where API keys were only visible to the users who created them, instead of everyone on the team who has the correct permissions.

Other changes

  • Fix billing query running when billing is disabled
  • Remove redundant API get route

🔄 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/documenso/documenso/pull/1839 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `fix/api-key-visibility` --- ### 📝 Commits (1) - [`70043de`](https://github.com/documenso/documenso/commit/70043de2eb7701d2ee41349df62ad2103a09207a) fix: api keys not showing ### 📊 Changes **5 files changed** (+4 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/dialogs/organisation-create-dialog.tsx` (+3 -1) ➖ `packages/lib/server-only/public-api/get-api-token-by-id.ts` (+0 -15) 📝 `packages/lib/server-only/public-api/get-api-tokens.ts` (+0 -1) 📝 `packages/trpc/server/api-token-router/router.ts` (+1 -17) 📝 `packages/trpc/server/api-token-router/schema.ts` (+0 -6) </details> ### 📄 Description ## Description This fixes the issue where API keys were only visible to the users who created them, instead of everyone on the team who has the correct permissions. ## Other changes - Fix billing query running when billing is disabled - Remove redundant API get route --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1880
No description provided.