[PR #3239] [MERGED] Support default private when creating or migrating repository #16839

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

📋 Pull Request Information

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

Base: masterHead: lunny/default_repo_private


📝 Commits (4)

  • 1e50c88 support default private when creating or migrating repository
  • bea85dd fix fmt
  • 9fbcb8b use string constants on repository default private in app.ini
  • 58b6778 fix fmt

📊 Changes

5 files changed (+28 additions, -2 deletions)

View changed files

📝 custom/conf/app.ini.sample (+2 -0)
📝 docs/content/doc/advanced/config-cheat-sheet.en-us.md (+1 -0)
📝 docs/content/doc/advanced/config-cheat-sheet.zh-cn.md (+1 -0)
📝 modules/setting/setting.go (+9 -0)
📝 routers/repo/repo.go (+15 -2)

📄 Description

Will resolve https://github.com/go-gitea/gitea/issues/3235


🔄 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/3239 **Author:** [@lunny](https://github.com/lunny) **Created:** 12/20/2017 **Status:** ✅ Merged **Merged:** 12/20/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/default_repo_private` --- ### 📝 Commits (4) - [`1e50c88`](https://github.com/go-gitea/gitea/commit/1e50c8892fe4ecc8e3ed2cbd74a5f6c85159b67b) support default private when creating or migrating repository - [`bea85dd`](https://github.com/go-gitea/gitea/commit/bea85ddde50f714af106c8e23b1cdb119249e25a) fix fmt - [`9fbcb8b`](https://github.com/go-gitea/gitea/commit/9fbcb8b30b184a2d1bd6c71e6b47c1529cd173f9) use string constants on repository default private in app.ini - [`58b6778`](https://github.com/go-gitea/gitea/commit/58b677830992cfafa6a15dbee752da2e47b86ff0) fix fmt ### 📊 Changes **5 files changed** (+28 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `custom/conf/app.ini.sample` (+2 -0) 📝 `docs/content/doc/advanced/config-cheat-sheet.en-us.md` (+1 -0) 📝 `docs/content/doc/advanced/config-cheat-sheet.zh-cn.md` (+1 -0) 📝 `modules/setting/setting.go` (+9 -0) 📝 `routers/repo/repo.go` (+15 -2) </details> ### 📄 Description Will resolve https://github.com/go-gitea/gitea/issues/3235 --- <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:20:18 -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#16839