You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web
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)
2 months ago
..
admin Refactor some frontend problems (#32646) 2 months ago
auth Allow to disable the password-based login (sign-in) form (#32687) 2 months ago
devtest Make RepoActionView.vue support `##[group]` (#32770) 2 months ago
events Move context from modules to services (#29440) 12 months ago
explore Respect UI.ExploreDefaultSort setting again (#32357) 3 months ago
feed Move GetFeeds to service layer (#32526) 2 months ago
healthcheck Always enable caches (#28527) 1 year ago
misc Refactor render system (#32492) 3 months ago
org Add label/author/assignee filters to the user/org home issue list (#32779) 2 months ago
repo Allow to fork repository into the same owner (#32819) 2 months ago
shared Add label/author/assignee filters to the user/org home issue list (#32779) 2 months ago
user Add label/author/assignee filters to the user/org home issue list (#32779) 2 months ago
base.go Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) 3 months ago
githttp.go Fix LFS route mock, realm, middleware names (#32488) 3 months ago
goget.go Refactor RepoRefByType (#32413) 3 months ago
home.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 11 months ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Move context from modules to services (#29440) 12 months ago
passkey.go Move context from modules to services (#29440) 12 months ago
swagger_json.go Move context from modules to services (#29440) 12 months ago
web.go Add label/author/assignee filters to the user/org home issue list (#32779) 2 months ago
webfinger.go Move context from modules to services (#29440) 12 months ago