Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: support search bar on star tab of user profile. (#917) | Bo-Yi Wu | 2017-02-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * feat: support search bar on star tab of user profile. * fix: update testing. * fix: Using loadAttributes * fix: remove empty line. * remove LOWER Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | feat: support paginater on star tab of user profile. (#845) | Bo-Yi Wu | 2017-02-07 | 1 | -2/+25 |
| | |||||
* | refactor: set default order by recently star. | Bo-Yi Wu | 2017-02-03 | 1 | -1/+2 |
| | |||||
* | fix xorm NewSession uncorrected usages (#774) | Lunny Xiao | 2017-01-28 | 1 | -1/+0 |
| | |||||
* | Fix link of some repos on stars page (#737) | Andrey Nering | 2017-01-24 | 1 | -2/+10 |
| | | | Link was wrong the repo was of another owner | ||||
* | API endpoint for stargazers (#597) | Ethan Koenig | 2017-01-06 | 1 | -6/+6 |
| | |||||
* | Tab on user profile to show starred repos (#519) | Andrey Nering | 2016-12-29 | 1 | -0/+87 |
* Tab on user profile to show starred repos * Make golint happy and use transactions on StarRepo function * x -> sess * Use sess.Close() instead of sess.Rollback() * Add copyright * Fix lint |