mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
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/258
Author: @nikdoof
Created: 2/22/2025
Status: ❌ Closed
Base:
main← Head:issue_257📝 Commits (1)
e40ed50fix: generate valid urls when app url contains a trailing slash (#257)📊 Changes
6 files changed (+26 additions, -13 deletions)
View changed files
📝
backend/internal/controller/oidc_controller.go(+4 -3)📝
backend/internal/controller/well_known_controller.go(+6 -5)📝
backend/internal/service/email_service.go(+2 -1)📝
backend/internal/service/oidc_service.go(+1 -1)📝
backend/internal/service/user_service.go(+4 -3)📝
backend/internal/utils/string_util.go(+9 -0)📄 Description
A potential solution to #257, I am by no means a Go developer, so feel free to rewrite/close as needed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.