gitea/routers/web/explore
KN4CK3R 3f280f89e7
Update HTTP status codes to modern codes ()
* 2xx/3xx/4xx/5xx -> http.Status...
* http.StatusFound -> http.StatusTemporaryRedirect
* http.StatusMovedPermanently -> http.StatusPermanentRedirect
..
code.go Update HTTP status codes to modern codes ()
org.go Renamed ctx.User to ctx.Doer. ()
repo.go Renamed ctx.User to ctx.Doer. ()
user.go Renamed ctx.User to ctx.Doer. ()