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.
Lunny Xiao 95d3266bee
Move user follow and openid into models/user/ (#17613)
* Move UserRedirect into models/user/

* Fix lint & test

* Fix lint

* Fix lint

* remove nolint comment

* Fix lint

* Move user follow and openid into models/user

* Ignore the lint

* Ignore the lint

* Fix test

* ignore stutters lint on UserOpenID
3 years ago
..
account.go Move EmailAddress & UserRedirect into models/user/ (#17607) 3 years ago
account_test.go Decouple unit test code from business code (#17623) 3 years ago
adopt.go Move some functions into services/repository (#17660) 3 years ago
applications.go Move login related structs and functions to models/login (#17093) 3 years ago
keys.go Fix wrong i18n keys (#17150) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
oauth2.go Move login related structs and functions to models/login (#17093) 3 years ago
profile.go Remove unnecassary calls to `filepath.Join` (#17608) 3 years ago
security.go Move user follow and openid into models/user/ (#17613) 3 years ago
security_openid.go Move user follow and openid into models/user/ (#17613) 3 years ago
security_twofa.go Fix wrong i18n keys (#17150) 3 years ago
security_u2f.go Move twofactor to models/login (#17143) 3 years ago