gitea/routers/web/user
Kamil Domański 021df29623
Allow U2F 2FA without TOTP (#11573)
This change enables the usage of U2F without being forced to enroll an TOTP authenticator.
The `/user/auth/u2f` has been changed to hide the "use TOTP instead" bar if TOTP is not enrolled.

Fixes #5410
Fixes #17495
2021-11-08 23:47:19 +01:00
..
setting Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00
auth_openid.go
auth.go Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00
avatar.go Avatar refactor, move avatar code from models to models.avatars, remove duplicated code (#17123) 2021-10-06 01:25:46 +02:00
home_test.go
home.go Fix dashboard repolist alignment and repolisting (#17355) 2021-10-19 12:38:33 +08:00
main_test.go
notification.go Update documents for Gitea behind reverse proxy. Fix some small bugs (some URLs are generated without sub-path) (#17320) 2021-10-15 23:34:07 -04:00
oauth_test.go
oauth.go Add groups scope/claim to OIDC/OAuth2 Provider (#17367) 2021-10-22 17:19:24 +08:00
profile.go Add RSS/Atom feed support for user actions (#16002) 2021-10-16 16:21:16 +02:00
task.go