This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
gitea
Watch
0
Star
0
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2025-02-21 13:25:37 +01:00
Code
Issues
Activity
gitea
/
routers
History
Gusted
88da7a7174
Use correct user when determining max repo limits for error messages (
#18153
)
...
- Use the correct user(`owner` instead of `ctx.User`) to get the maxCreationLimit.
2022-01-02 02:38:07 +00:00
..
api
/v1
Add API to get issue/pull comments and events (timeline) (
#17403
)
2022-01-01 22:12:25 +08:00
common
Instead of using routerCtx just escape the url before routing (
#18086
)
2021-12-25 00:50:49 +08:00
install
Refactor HTTP request context (
#17979
)
2021-12-15 14:59:57 +08:00
private
Refactor HTTP request context (
#17979
)
2021-12-15 14:59:57 +08:00
utils
…
web
Use correct user when determining max repo limits for error messages (
#18153
)
2022-01-02 02:38:07 +00:00
init.go
…