Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -5/+5 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 1 | -0/+20 |
* | Make e-mail sanity check more precise (#20991) | Andreas Fischer | 2022-10-11 | 1 | -3/+2 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -16/+11 |
* | Restrict email address validation (#17688) | Lunny Xiao | 2022-03-14 | 1 | -1/+29 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -4/+2 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 1 | -0/+246 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -0/+8 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 1 | -0/+269 |