Commit Graph

6 Commits (96a9e15dffdd612fa78801bd2a1e3d27fdd17bb1)

Author SHA1 Message Date
Lunny Xiao d91d4db344
Move tests as seperate sub packages to reduce duplicated file names ()
Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context ()
* Move almost all functions' parameter db.Engine to context.Context
* remove some unnecessary wrap functions
Lunny Xiao 18033f49ba
Restrict email address validation ()
This didn't follow the RFC but it's a subset of that. I think we should narrow the allowed chars at first and discuss more possibility in future PRs.
Lunny Xiao 9defddb286
Move more model into models/user ()
* Move more model into models/user

* Remove unnecessary comment

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
wxiaoguang df64fa4865
Decouple unit test code from business code ()
Lunny Xiao 90eb9fb889
Move EmailAddress & UserRedirect into models/user/ ()
* Move EmailAddress into models/user/

* Fix test

* rename user_mail to user_email

* Fix test

* Move UserRedirect into models/user/

* Fix lint & test

* Fix lint

* Fix lint

* remove nolint comment

* Fix lint