gitea/models/login
Lunny Xiao d710af6669
Remove NewSession method from db.Engine interface (#17577)
* Remove NewSession method from db.Engine interface

* Fix bug

* Some improvements

* Fix bug

* Fix test

* Use XXXBean instead of XXXExample
2021-11-21 23:41:00 +08:00
..
main_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
oauth2.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
oauth2_application.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
oauth2_application_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
session.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
source.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
source_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
twofactor.go Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00
u2f.go Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00
u2f_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00