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/models/auth
Lunny Xiao fcdc57d811
Fix wrong table name (#30557) (#30652)
Backport #30557 

The table name should be `oauth2_application` but `o_auth2_application`

Caused by

https://github.com/go-gitea/gitea/pull/21316/files#diff-9610efbc608a41f1f2eaff5790423f0a187906f6ff0beb23a5e8d18366cc2ccfR38
9 months ago
..
main_test.go move repository deletion to service layer (#26948) 1 year ago
oauth2.go Fix bug when the linked account was disactived and list the linked accounts (#29263) 12 months ago
oauth2_test.go Fix wrong table name (#30557) (#30652) 9 months ago
session.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
source.go Avoid cycle-redirecting user/login page (#28636) (#28658) 1 year ago
source_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
token.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
token_scope.go Remove "misc" scope check from public API endpoints (#26134) 2 years ago
token_scope_test.go Redesign Scoped Access Tokens (#24767) 2 years ago
token_test.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
twofactor.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
webauthn.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
webauthn_test.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago