[PR #513] [MERGED] Repo permission bug fixes #15425

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/513
Author: @ethantkoenig
Created: 12/27/2016
Status: Merged
Merged: 12/29/2016
Merged by: @lunny

Base: masterHead: fix/private_repos


📝 Commits (1)

  • 1755636 Repo permission bug fixes

📊 Changes

3 files changed (+7 additions, -35 deletions)

View changed files

📝 modules/context/api.go (+0 -30)
📝 routers/api/v1/api.go (+3 -5)
📝 routers/api/v1/repo/repo.go (+4 -0)

📄 Description

Prevent unauthorized users from reading, starring/unstarring and deleting repositories.


🔄 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/513 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 12/27/2016 **Status:** ✅ Merged **Merged:** 12/29/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/private_repos` --- ### 📝 Commits (1) - [`1755636`](https://github.com/go-gitea/gitea/commit/175563606c143dafb21a5db1f7e0f5ca17714ab5) Repo permission bug fixes ### 📊 Changes **3 files changed** (+7 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `modules/context/api.go` (+0 -30) 📝 `routers/api/v1/api.go` (+3 -5) 📝 `routers/api/v1/repo/repo.go` (+4 -0) </details> ### 📄 Description Prevent unauthorized users from reading, starring/unstarring and deleting repositories. --- <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:46:15 -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#15425