0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-22 10:31:21 +01:00
gitea/models/auth
Lunny Xiao 70c4aad8e1
Move more functions to db.Find (#28419)
Following #28220

This PR move more functions to use `db.Find`.

---------

Co-authored-by: delvh <dev.lh@web.de>
2024-01-15 02:19:25 +00:00
..
access_token.go
access_token_scope.go
access_token_scope_test.go
access_token_test.go
auth_token.go
main_test.go
oauth2.go
oauth2_list.go
oauth2_test.go
session.go Fix session key conflict with database keyword (#28613) 2023-12-27 15:24:23 +08:00
source.go Avoid cycle-redirecting user/login page (#28636) 2023-12-30 08:48:34 +00:00
source_test.go
twofactor.go
webauthn.go Move more functions to db.Find (#28419) 2024-01-15 02:19:25 +00:00
webauthn_test.go