gitea/routers/web
wxiaoguang a66c16dc1b
Allow to fork repository into the same owner ()
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
..
admin Refactor some frontend problems () 2024-11-26 15:36:55 +00:00
auth Allow to disable the password-based login (sign-in) form () 2024-12-02 02:03:15 +08:00
devtest Make RepoActionView.vue support `##[group]` () 2024-12-10 01:57:20 +00:00
events Move context from modules to services () 2024-02-27 08:12:22 +01:00
explore Respect UI.ExploreDefaultSort setting again () 2024-10-30 12:33:25 +00:00
feed Move GetFeeds to service layer () 2024-11-29 17:53:49 +00:00
healthcheck Always enable caches () 2023-12-19 09:29:05 +00:00
misc Refactor render system () 2024-11-14 05:02:11 +00:00
org Add label/author/assignee filters to the user/org home issue list () 2024-12-11 06:33:24 +00:00
repo Allow to fork repository into the same owner () 2024-12-14 09:39:05 +08:00
shared Add label/author/assignee filters to the user/org home issue list () 2024-12-11 06:33:24 +00:00
user Add label/author/assignee filters to the user/org home issue list () 2024-12-11 06:33:24 +00:00
base.go Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled () 2024-10-31 15:28:25 +00:00
githttp.go Fix LFS route mock, realm, middleware names () 2024-11-13 16:58:09 +08:00
goget.go Refactor RepoRefByType () 2024-11-05 06:35:54 +00:00
home.go migrate some more "OptionalBool" to "Option[bool]" () 2024-02-29 18:52:49 +00:00
metrics.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
nodeinfo.go Move context from modules to services () 2024-02-27 08:12:22 +01:00
passkey.go Move context from modules to services () 2024-02-27 08:12:22 +01:00
swagger_json.go Move context from modules to services () 2024-02-27 08:12:22 +01:00
web.go Add label/author/assignee filters to the user/org home issue list () 2024-12-11 06:33:24 +00:00
webfinger.go Move context from modules to services () 2024-02-27 08:12:22 +01:00