[PR #911] [MERGED] Use fingerprint to check instead content for public key #15647

Closed
opened 2025-11-02 11:51:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/911
Author: @lunny
Created: 2/12/2017
Status: Merged
Merged: 2/14/2017
Merged by: @lunny

Base: masterHead: lunny/fix_public_key_check


📝 Commits (2)

  • 20bff5f use fingerprint to check instead content for public key
  • 15370f8 add fingerprint field for ErrKeyAlreadyExist

📊 Changes

2 files changed (+48 additions, -27 deletions)

View changed files

📝 models/error.go (+6 -4)
📝 models/ssh_key.go (+42 -23)

📄 Description

fix #697


🔄 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/go-gitea/gitea/pull/911 **Author:** [@lunny](https://github.com/lunny) **Created:** 2/12/2017 **Status:** ✅ Merged **Merged:** 2/14/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/fix_public_key_check` --- ### 📝 Commits (2) - [`20bff5f`](https://github.com/go-gitea/gitea/commit/20bff5f0535a78e083bdf846430c6751432068af) use fingerprint to check instead content for public key - [`15370f8`](https://github.com/go-gitea/gitea/commit/15370f8b6cee2bd5f05e43aebf4e7ddfd6712612) add fingerprint field for ErrKeyAlreadyExist ### 📊 Changes **2 files changed** (+48 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `models/error.go` (+6 -4) 📝 `models/ssh_key.go` (+42 -23) </details> ### 📄 Description fix #697 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:51:28 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15647