mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 05:02:58 +03:00
[PR #216] [MERGED] feat: ldap search filters #913
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/216
Author: @kmendell
Created: 2/7/2025
Status: ✅ Merged
Merged: 2/8/2025
Merged by: @stonith404
Base:
main← Head:ldap-filters📝 Commits (10+)
7f95434add ldap search filterse73529fadd search filters to updatedAppConfigb65f738add new inputs to e2e tests8a4f624fix placeholder values97b9d8cfix appconfig to the correct frontend valuesa280f5dadd ldap filter options to app config dto11fb856cleanup unused codefb37560add default values for ldap filtersc2c55c2change group filterea06aa2add missing filter values to application-configuration.ts for frontend store📊 Changes
7 files changed (+38 additions, -3 deletions)
View changed files
📝
backend/internal/dto/app_config_dto.go(+2 -0)📝
backend/internal/model/app_config.go(+2 -0)📝
backend/internal/service/app_config_service.go(+10 -0)📝
backend/internal/service/ldap_service.go(+2 -3)📝
frontend/src/lib/types/application-configuration.ts(+2 -0)📝
frontend/src/routes/settings/admin/application-configuration/forms/app-config-ldap-form.svelte(+16 -0)📝
frontend/tests/application-configuration.spec.ts(+4 -0)📄 Description
This will fix https://github.com/pocket-id/pocket-id/issues/215
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.