mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
[PR #1113] [MERGED] V2 Breaking Changes #1062
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/1113
Author: @stonith404
Created: 11/26/2025
Status: ✅ Merged
Merged: 12/30/2025
Merged by: @stonith404
Base:
main← Head:breaking/v2📝 Commits (6)
caf0235fix!: renameLDAP_ATTRIBUTE_ADMIN_GROUPenv variable toLDAP_ADMIN_GROUP_NAME(#1089)d558206feat!: drop support for storing JWK on the filesystem (#1088)73e9beffeat: add CLI command for importing and exporting Pocket ID data (#998)b90f507feat: remove DbProvider env variable and calculate it dynamically (#1114)eeaf185fix!: make wildcard matching in callback URLs more stricter (#1161)5f2b0ccchore: preparation for merge into main branch📊 Changes
77 files changed (+4464 additions, -2051 deletions)
View changed files
📝
.github/workflows/e2e-tests.yml(+15 -2)📝
.gitignore(+1 -0)📝
backend/cmd/main.go(+7 -0)📝
backend/go.mod(+1 -1)📝
backend/internal/bootstrap/bootstrap.go(+69 -38)📝
backend/internal/bootstrap/db_bootstrap.go(+3 -99)📝
backend/internal/bootstrap/e2etest_router_bootstrap.go(+1 -1)📝
backend/internal/bootstrap/router_bootstrap.go(+1 -10)📝
backend/internal/bootstrap/services_bootstrap.go(+2 -0)➕
backend/internal/cmds/export.go(+70 -0)➕
backend/internal/cmds/import.go(+191 -0)📝
backend/internal/cmds/key_rotate.go(+2 -1)📝
backend/internal/cmds/key_rotate_test.go(+1 -67)📝
backend/internal/cmds/root.go(+4 -3)📝
backend/internal/common/env_config.go(+50 -71)📝
backend/internal/common/env_config_test.go(+31 -105)📝
backend/internal/controller/e2etest_controller.go(+5 -2)📝
backend/internal/dto/app_config_dto.go(+1 -1)📝
backend/internal/model/app_config.go(+1 -1)📝
backend/internal/model/types/date_time.go(+9 -0)...and 57 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.