You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/middlewares
Lunny Xiao a51cc6dea4
Fix access log (#14475)
Fix #14121, #14478.

The `AccessLog` middleware has to be after `Contexter` or `APIContexter` so that we can get `LoginUserName` if possible.
And also there is a **BREAK** change that it removed internal API access log.
3 years ago
..
binding.go Move macaron to chi (#14293) 3 years ago
cookie.go Move macaron to chi (#14293) 3 years ago
data.go Move macaron to chi (#14293) 3 years ago
flash.go Fix: url.Values map was not initialized (#14485) 3 years ago
locale.go Fix switch language (#14484) 3 years ago
request.go Fix access log (#14475) 3 years ago