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/services/auth
wxiaoguang 4e2f1ee58d
Refactor web package and context package (#25298)
1. The "web" package shouldn't depends on "modules/context" package,
instead, let each "web context" register themselves to the "web"
package.
2. The old Init/Free doesn't make sense, so simplify it
* The ctx in "Init(ctx)" is never used, and shouldn't be used that way
* The "Free" is never called and shouldn't be called because the SSPI
instance is shared

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2 years ago
..
source Use inline SVG for built-in OAuth providers (#25171) 2 years ago
auth.go Fix install page context, make the install page tests really test (#24858) 2 years ago
auth_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
basic.go Require repo scope for PATs for private repos and basic authentication (#24362) 2 years ago
group.go Refactor web package and context package (#25298) 2 years ago
httpsign.go refactor auth interface to return error when verify failure (#22119) 2 years ago
interface.go Refactor web package and context package (#25298) 2 years ago
middleware.go Decouple the different contexts from each other (#24786) 2 years ago
oauth2.go Implement actions (#21937) 2 years ago
reverseproxy.go Do not send "registration success email" for external auth sources (#24632) 2 years ago
session.go refactor auth interface to return error when verify failure (#22119) 2 years ago
signin.go Modify OAuth login ui and fix display name, iconurl related logic (#25030) 2 years ago
source.go Implement FSFE REUSE for golang files (#21840) 2 years ago
sspi_windows.go Refactor web package and context package (#25298) 2 years ago
sync.go Implement FSFE REUSE for golang files (#21840) 2 years ago