summaryrefslogtreecommitdiffstats
path: root/modules/repository/commits.go
Commit message (Collapse)AuthorAgeFilesLines
* make avatar lookup occur at image request (#10540)zeripath2020-03-271-2/+1
| | | | | | | | | | | | | 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>
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-0/+168
* Move push commits from models to modules/repository * fix test * fix test * fix test * fix test * fix test Co-authored-by: zeripath <art27@cantab.net>