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-03-12 09:06:50 +01:00
Code
Issues
Activity
gitea
/
routers
/
web
History
Chongyi Zheng
970965f6d8
Fix nil dereference on error (
#30740
)
...
In both cases, the `err` is nil because of `if` checks before Reference:
#30729
2024-04-28 12:13:57 +08:00
..
admin
Update misspell to 0.5.1 and add
misspellings.csv
(
#30573
)
2024-04-27 08:03:49 +00:00
auth
Improve oauth2 client "preferred username field" logic and the error handling (
#30622
)
2024-04-25 11:22:32 +00:00
devtest
…
events
…
explore
…
feed
…
healthcheck
…
misc
…
org
…
repo
Fix nil dereference on error (
#30740
)
2024-04-28 12:13:57 +08:00
shared
…
user
Initial support for colorblindness-friendly themes (
#30625
)
2024-04-24 00:18:41 +08:00
base.go
…
githttp.go
…
goget.go
…
home.go
…
metrics.go
…
nodeinfo.go
…
passkey.go
…
swagger_json.go
…
web.go
Add route handler info for debugging purpose (
#30705
)
2024-04-26 09:09:49 +00:00
webfinger.go
…