[PR #567] [MERGED] feat: show allowed group count on oidc client list #738

Closed
opened 2025-10-09 16:56:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/567
Author: @kmendell
Created: 5/25/2025
Status: Merged
Merged: 5/25/2025
Merged by: @stonith404

Base: mainHead: feat/oidc-group-count


📝 Commits (3)

  • 18fdd09 feat: show allowed group count on oidc client list
  • e32dcad make user group count sortable
  • e7931fe undo dto change in create handler

📊 Changes

7 files changed (+67 additions, -20 deletions)

View changed files

📝 backend/internal/controller/oidc_controller.go (+16 -6)
📝 backend/internal/dto/oidc_dto.go (+5 -0)
📝 backend/internal/service/oidc_service.go (+27 -8)
📝 frontend/messages/en-US.json (+3 -1)
📝 frontend/src/lib/services/oidc-service.ts (+4 -3)
📝 frontend/src/lib/types/oidc.type.ts (+4 -0)
📝 frontend/src/routes/settings/admin/oidc-clients/oidc-client-list.svelte (+8 -2)

📄 Description

Fixes: https://github.com/pocket-id/pocket-id/issues/527


🔄 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/pocket-id/pocket-id/pull/567 **Author:** [@kmendell](https://github.com/kmendell) **Created:** 5/25/2025 **Status:** ✅ Merged **Merged:** 5/25/2025 **Merged by:** [@stonith404](https://github.com/stonith404) **Base:** `main` ← **Head:** `feat/oidc-group-count` --- ### 📝 Commits (3) - [`18fdd09`](https://github.com/pocket-id/pocket-id/commit/18fdd09dc143892dae1158fad05b2b345a5e7c08) feat: show allowed group count on oidc client list - [`e32dcad`](https://github.com/pocket-id/pocket-id/commit/e32dcad93e6ee93866c359e8b0feb53d06bc06fb) make user group count sortable - [`e7931fe`](https://github.com/pocket-id/pocket-id/commit/e7931fe86994ee8eab1782361d9e607607525d9d) undo dto change in create handler ### 📊 Changes **7 files changed** (+67 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `backend/internal/controller/oidc_controller.go` (+16 -6) 📝 `backend/internal/dto/oidc_dto.go` (+5 -0) 📝 `backend/internal/service/oidc_service.go` (+27 -8) 📝 `frontend/messages/en-US.json` (+3 -1) 📝 `frontend/src/lib/services/oidc-service.ts` (+4 -3) 📝 `frontend/src/lib/types/oidc.type.ts` (+4 -0) 📝 `frontend/src/routes/settings/admin/oidc-clients/oidc-client-list.svelte` (+8 -2) </details> ### 📄 Description Fixes: https://github.com/pocket-id/pocket-id/issues/527 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 16:56:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id-pocket-id-2#738