forgejo/models/auth
Lunny Xiao 5fc96c0356
Fix wrong table name (#30557) (#30651)
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
(cherry picked from commit 5c12e794455fc2378d034addd9ee3581b55e6709)
2024-04-26 14:39:47 +02:00
..
TestOrphanedOAuth2Applications [BUG] Don't remove builtin OAuth2 applications 2024-04-06 07:03:41 +00:00
access_token.go
access_token_scope.go [GITEA] silently ignore obsolete sudo scope 2024-02-05 16:05:50 +01:00
access_token_scope_test.go [GITEA] silently ignore obsolete sudo scope 2024-02-05 16:05:50 +01:00
access_token_test.go
auth_token.go
main_test.go
oauth2.go [BUG] Don't remove builtin OAuth2 applications 2024-04-06 07:03:41 +00:00
oauth2_list.go
oauth2_test.go Fix wrong table name (#30557) (#30651) 2024-04-26 14:39:47 +02:00
session.go
session_test.go [GITEA] Fix session generation for database 2024-02-05 16:09:41 +01:00
source.go remove util.OptionalBool and related functions (#29513) 2024-03-06 12:10:46 +08:00
source_test.go
twofactor.go [GITEA] Drop sha256-simd in favor of stdlib 2024-02-05 16:09:40 +01:00
webauthn.go
webauthn_test.go