[PR #4193] [CLOSED] add .gpg url (match github behaviour) #17277

Closed
opened 2025-11-02 12:31:29 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4193
Author: @techknowlogick
Created: 6/9/2018
Status: Closed

Base: masterHead: gpg_keys


📝 Commits (7)

  • e72bb65 add .gpg url (match github behaviour)
  • d10f9c7 Merge branch 'master' into gpg_keys
  • ce48cb5 wildcard
  • 44644bf Merge branch 'master' into gpg_keys
  • f9534cd Merge branch 'master' into gpg_keys
  • 464d4d1 Merge branch 'master' into gpg_keys
  • 4f75199 Merge branch 'master' into gpg_keys

📊 Changes

3 files changed (+31 additions, -2 deletions)

View changed files

📝 models/user.go (+1 -1)
📝 routers/user/home.go (+16 -0)
📝 routers/user/profile.go (+14 -1)

📄 Description

Fix #3049

Note this is a WIP and I haven't actually tested that this works. Once I test it I will remove this message and mark as ready to review.


🔄 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/4193 **Author:** [@techknowlogick](https://github.com/techknowlogick) **Created:** 6/9/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `gpg_keys` --- ### 📝 Commits (7) - [`e72bb65`](https://github.com/go-gitea/gitea/commit/e72bb6594da72e5695706003f34b4317338e3d9e) add .gpg url (match github behaviour) - [`d10f9c7`](https://github.com/go-gitea/gitea/commit/d10f9c77cb59597a66742baee58a5938b99a0614) Merge branch 'master' into gpg_keys - [`ce48cb5`](https://github.com/go-gitea/gitea/commit/ce48cb551f967378c424a605963c4bb307512343) wildcard - [`44644bf`](https://github.com/go-gitea/gitea/commit/44644bf1226475e0e261e704a6147ad4d0e9c41c) Merge branch 'master' into gpg_keys - [`f9534cd`](https://github.com/go-gitea/gitea/commit/f9534cda0117bed1f065f4c5ee557c49d625239d) Merge branch 'master' into gpg_keys - [`464d4d1`](https://github.com/go-gitea/gitea/commit/464d4d1f5633b001601bd20a4502cc57e7483f3d) Merge branch 'master' into gpg_keys - [`4f75199`](https://github.com/go-gitea/gitea/commit/4f7519965d81babb8d28575d382a521f68963a2d) Merge branch 'master' into gpg_keys ### 📊 Changes **3 files changed** (+31 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/user.go` (+1 -1) 📝 `routers/user/home.go` (+16 -0) 📝 `routers/user/profile.go` (+14 -1) </details> ### 📄 Description Fix #3049 Note this is a WIP and I haven't actually tested that this works. Once I test it I will remove this message and mark as ready to review. --- <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 12:31:29 -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#17277