Lunny Xiao
|
fd7d83ace6
|
Move almost all functions' parameter db.Engine to context.Context (#19748)
* Move almost all functions' parameter db.Engine to context.Context
* remove some unnecessary wrap functions
|
2022-05-20 22:08:52 +08:00 |
|
Lunny Xiao
|
18033f49ba
|
Restrict email address validation (#17688)
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.
|
2022-03-14 18:39:54 +01:00 |
|
6543
|
54e9ee37a7
|
format with gofumpt (#18184)
* gofumpt -w -l .
* gofumpt -w -l -extra .
* Add linter
* manual fix
* change make fmt
|
2022-01-20 18:46:10 +01:00 |
|
Lunny Xiao
|
9defddb286
|
Move more model into models/user (#17826)
* Move more model into models/user
* Remove unnecessary comment
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2021-11-28 22:11:58 +08:00 |
|
KN4CK3R
|
f34151bdb2
|
Move user/org deletion to services (#17673)
|
2021-11-19 01:42:27 +08:00 |
|
Lunny Xiao
|
90eb9fb889
|
Move EmailAddress & UserRedirect into models/user/ (#17607)
* 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
|
2021-11-11 15:03:30 +08:00 |
|