aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/follow.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-14/+14
| | | | | | | | | | | | | * Remove NewSession method from db.Engine interface * Fix bug * Some improvements * Fix bug * Fix test * Use XXXBean instead of XXXExample
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-171-0/+80
* Move UserRedirect into models/user/ * Fix lint & test * Fix lint * Fix lint * remove nolint comment * Fix lint * Move user follow and openid into models/user * Ignore the lint * Ignore the lint * Fix test * ignore stutters lint on UserOpenID