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/web/admin
Will Norris 82f89ff996
auth/reverseproxy: Add support for full name (#20776)
This adds support for getting the user's full name from the reverse
proxy in addition to username and email.

Tested locally with caddy serving as reverse proxy with Tailscale
authentication.

Signed-off-by: Will Norris <will@tailscale.com>

Signed-off-by: Will Norris <will@tailscale.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
3 years ago
..
admin.go auth/reverseproxy: Add support for full name (#20776) 3 years ago
admin_test.go
auths.go Rework mailer settings (#18982) 3 years ago
emails.go
hooks.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
main_test.go Use a struct as test options (#19393) 3 years ago
notice.go
orgs.go
packages.go Hide internal package versions (#20492) 3 years ago
repos.go Add more linters to improve code readability (#19989) 3 years ago
users.go Add option to purge users (#18064) 3 years ago
users_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 3 years ago