summaryrefslogtreecommitdiffstats
path: root/models/user_follow.go
Commit message (Collapse)AuthorAgeFilesLines
* Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ↵65432020-10-121-3/+8
| | | | | | | | | | | (#13124) * Add timestamps to Star, Label, LanguageStat, Follow, Watch and Collaboration * Star do not need updated * LanguageStat do not need update (they wont change) * fix unit-test
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-2/+2
|
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-1/+0
|
* Move user_follow to separate file (#1210)Ethan Koenig2017-03-111-0/+71
Also add unit tests