[PR #4368] [MERGED] Allow administrator to create repository for any organization #17347

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4368
Author: @lafriks
Created: 7/4/2018
Status: Merged
Merged: 7/4/2018
Merged by: @jonasfranz

Base: masterHead: fix/allow_admin_repo_create


📝 Commits (2)

  • 5bc6a71 Allow administrator to create repository for any organization
  • 01217ba Merge branch 'master' into fix/allow_admin_repo_create

📊 Changes

2 files changed (+32 additions, -7 deletions)

View changed files

📝 integrations/api_repo_test.go (+23 -0)
📝 routers/api/v1/repo/repo.go (+9 -7)

📄 Description

Administrator can already create repositories under any user so there should be no reason to limit that for organizations


🔄 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/4368 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 7/4/2018 **Status:** ✅ Merged **Merged:** 7/4/2018 **Merged by:** [@jonasfranz](https://github.com/jonasfranz) **Base:** `master` ← **Head:** `fix/allow_admin_repo_create` --- ### 📝 Commits (2) - [`5bc6a71`](https://github.com/go-gitea/gitea/commit/5bc6a712def97232de8e9759da7f72feed3cc60c) Allow administrator to create repository for any organization - [`01217ba`](https://github.com/go-gitea/gitea/commit/01217bacb84a658bfd263625558fb6f9af375e3d) Merge branch 'master' into fix/allow_admin_repo_create ### 📊 Changes **2 files changed** (+32 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `integrations/api_repo_test.go` (+23 -0) 📝 `routers/api/v1/repo/repo.go` (+9 -7) </details> ### 📄 Description Administrator can already create repositories under any user so there should be no reason to limit that for organizations --- <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:33:09 -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#17347