aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/email_address.go
Commit message (Expand)AuthorAgeFilesLines
* Support delete user email in admin panel (#31690)yp053272024-07-251-0/+1
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-201-3/+2
* Refactor DeleteInactiveUsers, fix bug and add tests (#30206)wxiaoguang2024-04-011-8/+0
* Fix user id column case (#29863)Nanguan Lin2024-03-171-2/+2
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-111-8/+8
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-051-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-051-28/+47
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-12/+7
* Allow to change primary email before account activation (#29412)wxiaoguang2024-02-271-17/+29
* Remove unused `KeyID`. (#29167)KN4CK3R2024-02-141-3/+1
* Unify user update methods (#28733)KN4CK3R2024-02-041-86/+43
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-8/+10
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-26/+26
* Check blocklist for emails when adding them to account (#26812)techknowlogick2023-08-301-1/+12
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-2/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-3/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-5/+5
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+20
* Make e-mail sanity check more precise (#20991)Andreas Fischer2022-10-111-3/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-16/+11
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+29
* format with gofumpt (#18184)65432022-01-201-4/+2
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-0/+246
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-0/+8
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-0/+269