mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:42:59 +03:00
[PR #567] [MERGED] feat: show allowed group count on oidc client list #738
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/pocket-id/pocket-id/pull/567
Author: @kmendell
Created: 5/25/2025
Status: ✅ Merged
Merged: 5/25/2025
Merged by: @stonith404
Base:
main← Head:feat/oidc-group-count📝 Commits (3)
18fdd09feat: show allowed group count on oidc client liste32dcadmake user group count sortablee7931feundo 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.