[PR #2542] [MERGED] Backport: Restricting access to fork functioanlity to users with Code access #16453

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2542
Author: @jonasfranz
Created: 9/18/2017
Status: Merged
Merged: 9/18/2017
Merged by: @bkcsoft

Base: release/v1.2Head: release/v1.2


📝 Commits (1)

  • ec5b273 Restricting access to fork functioanlity to users with Code access

📊 Changes

3 files changed (+74 additions, -3 deletions)

View changed files

📝 models/repo.go (+1 -1)
📝 modules/context/repo.go (+69 -0)
📝 routers/routes/routes.go (+4 -2)

📄 Description

Backport for v1.2 of #2534


🔄 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/2542 **Author:** [@jonasfranz](https://github.com/jonasfranz) **Created:** 9/18/2017 **Status:** ✅ Merged **Merged:** 9/18/2017 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `release/v1.2` ← **Head:** `release/v1.2` --- ### 📝 Commits (1) - [`ec5b273`](https://github.com/go-gitea/gitea/commit/ec5b273d451c25393d0ba93d8f5d85cce1ee98b6) Restricting access to fork functioanlity to users with Code access ### 📊 Changes **3 files changed** (+74 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `models/repo.go` (+1 -1) 📝 `modules/context/repo.go` (+69 -0) 📝 `routers/routes/routes.go` (+4 -2) </details> ### 📄 Description Backport for v1.2 of #2534 --- <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:11:00 -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#16453