0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-01 13:54:44 +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 Detect whether action view branch was deleted (#32764) 2024-12-12 19:28:23 +00:00
setting Add is_archived option for issue indexer (#32735) 2024-12-12 07:33:31 +08:00
activity.go
attachment.go
blame.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
branch.go Support "merge upstream branch" (Sync fork) (#32741) 2024-12-06 21:10:35 +00:00
cherry_pick.go
code_frequency.go
commit.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
compare.go
contributors.go
download.go
editor.go
editor_test.go
find.go
fork.go Allow to fork repository into the same owner (#32819) 2024-12-14 09:39:05 +08:00
githttp.go
githttp_test.go
helper.go
issue.go Make API "compare" accept commit IDs (#32801) 2024-12-12 08:10:09 +00:00
issue_comment.go
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_list.go Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00
issue_lock.go
issue_new.go
issue_page_meta.go Fix compare page bug view as anonymous (#32754) 2024-12-08 14:38:21 +08:00
issue_pin.go
issue_poster.go
issue_stopwatch.go
issue_suggestions.go
issue_test.go
issue_timetrack.go
issue_view.go Split issue/pull view router function as multiple smaller functions (#32749) 2024-12-08 04:39:35 +00:00
issue_watch.go
main_test.go
middlewares.go
migrate.go
milestone.go Refactor issue filter (labels, poster, assignee) (#32771) 2024-12-10 11:38:22 +08:00
packages.go
patch.go
projects.go Add label/author/assignee filters to the user/org home issue list (#32779) 2024-12-11 06:33:24 +00:00
projects_test.go
pull.go Split issue/pull view router function as multiple smaller functions (#32749) 2024-12-08 04:39:35 +00:00
pull_review.go
pull_review_test.go
recent_commits.go
release.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
release_test.go
render.go
repo.go
search.go
search_test.go
topic.go
treelist.go
view.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
view_file.go Support "merge upstream branch" (Sync fork) (#32741) 2024-12-06 21:10:35 +00:00
view_home.go Rearrange Clone Panel (#31142) 2024-12-11 21:54:30 +08:00
view_readme.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
view_test.go
wiki.go
wiki_test.go