Allow to fork repository into the same owner (#32819)
This feature is experimental, not fully tested, and may be changed in the future. It is only designed for users who really need it: set `[repository].ALLOW_FORK_INTO_SAME_OWNER=true` in your app.ini Doc: https://gitea.com/gitea/docs/pulls/122 
This commit is contained in:
parent
5bc030efa2
commit
a66c16dc1b
5 changed files with 44 additions and 5 deletions
|
@ -53,6 +53,7 @@ var (
|
|||
AllowDeleteOfUnadoptedRepositories bool
|
||||
DisableDownloadSourceArchives bool
|
||||
AllowForkWithoutMaximumLimit bool
|
||||
AllowForkIntoSameOwner bool
|
||||
|
||||
// Repository editor settings
|
||||
Editor struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue