gitea/routers/web
TheFox0x7 053592d847
fix org repo creation being limited by user limits (#34030)
fixes an issue where user is unable to create new repository in
organization via UI if repository limits are in place and user has
exhausted them for their own namespace.

closes: https://github.com/go-gitea/gitea/issues/15504

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-03-27 13:16:17 +00:00
..
admin Move ParseBool to optional (#33979) 2025-03-24 03:53:30 +00:00
auth Improve oauth2 error handling (#33969) 2025-03-22 10:15:45 +08:00
devtest Always show the "rerun" button for action jobs (#33692) 2025-02-24 08:40:46 +00:00
events Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
explore Improve issue & code search (#33860) 2025-03-13 11:07:48 +08:00
feed Give organisation members access to organisation feeds (#33508) 2025-03-15 17:49:06 +00:00
healthcheck Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
misc Refactor cache-control (#33861) 2025-03-13 07:04:50 +08:00
org Allow filtering issues by any assignee (#33343) 2025-03-21 04:25:36 +00:00
repo fix org repo creation being limited by user limits (#34030) 2025-03-27 13:16:17 +00:00
shared Allow filtering issues by any assignee (#33343) 2025-03-21 04:25:36 +00:00
user Prepare common tmpl functions in a middleware (#33957) 2025-03-25 06:17:58 +00:00
base.go Refactor cache-control (#33861) 2025-03-13 07:04:50 +08:00
githttp.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
goget.go Make git clone URL could use current signed-in user (#33091) 2025-01-07 13:17:44 +08:00
home.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
metrics.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
nodeinfo.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
passkey.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
swagger_json.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
web.go Prepare common tmpl functions in a middleware (#33957) 2025-03-25 06:17:58 +00:00
webfinger.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00