0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-20 14:48:25 +01:00
gitea/routers/web/repo
wxiaoguang a66c16dc1b
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


![image](https://github.com/user-attachments/assets/38d08c23-9cfc-49d8-9321-ff81edf65395)
2024-12-14 09:39:05 +08:00
..
actions
setting
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
code_frequency.go
commit.go
compare.go
contributors.go
download.go
editor_test.go
editor.go
find.go
fork.go Allow to fork repository into the same owner (#32819) 2024-12-14 09:39:05 +08:00
githttp_test.go
githttp.go
helper.go
issue_comment.go
issue_content_history.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_list.go
issue_lock.go
issue_new.go
issue_page_meta.go
issue_pin.go
issue_poster.go
issue_stopwatch.go
issue_suggestions.go
issue_test.go
issue_timetrack.go
issue_view.go
issue_watch.go
issue.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects_test.go
projects.go
pull_review_test.go
pull_review.go
pull.go
recent_commits.go
release_test.go
release.go
render.go
repo.go
search_test.go
search.go
topic.go
treelist.go
view_file.go
view_home.go
view_readme.go
view_test.go
view.go
wiki_test.go
wiki.go