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.
gitea/routers
Giteabot 33d4d32096
Move reverproxyauth before session so the header will not be ignored even if user has login (#27821) (#30947)
Backport #27821 by @lunny

When a user logout and then login another user, the reverseproxy auth
should be checked before session otherwise the old user is still login.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
10 months ago
..
api Fix empty field login_name in API response JSON when creating user (#30511) (#30532) 11 months ago
common Fix incorrect cookie path for AppSubURL (#29534) (#29552) 1 year ago
install Fix validity of the FROM email address not being checked (#29347) (#29360) 1 year ago
private Performance optimization for git push (#30104) (#30354) 11 months ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Move reverproxyauth before session so the header will not be ignored even if user has login (#27821) (#30947) 10 months ago
init.go Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago