aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v133.go
Commit message (Collapse)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-16/+0
| | | | There are too many files in `models/migrations` folder so that I split them into sub folders.
* make avatar lookup occur at image request (#10540)zeripath2020-03-271-0/+16
speed up page generation by making avatar lookup occur at the browser not at page generation * Protect against evil email address ".." * hash the complete email address Signed-off-by: Andrew Thornton <art27@cantab.net> Co-Authored-By: Lauris BH <lauris@nix.lv>