summaryrefslogtreecommitdiffstats
path: root/models/star.go
Commit message (Expand)AuthorAgeFilesLines
* Some repository refactors (#17950)Lunny Xiao2021-12-121-91/+0
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-46/+1
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-13/+13
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-6/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-7/+12
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ...65432020-10-121-5/+10
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-4/+8
* Ensure that sessions are passed into queries that could use the database to p...zeripath2019-01-131-3/+7
* refactor: small optimize for sql query (#940)Bo-Yi Wu2017-02-151-5/+3
* feat: support search bar on star tab of user profile. (#917)Bo-Yi Wu2017-02-141-2/+2
* feat: support paginater on star tab of user profile. (#845)Bo-Yi Wu2017-02-071-2/+25
* refactor: set default order by recently star.Bo-Yi Wu2017-02-031-1/+2
* fix xorm NewSession uncorrected usages (#774)Lunny Xiao2017-01-281-1/+0
* Fix link of some repos on stars page (#737)Andrey Nering2017-01-241-2/+10
* API endpoint for stargazers (#597)Ethan Koenig2017-01-061-6/+6
* Tab on user profile to show starred repos (#519)Andrey Nering2016-12-291-0/+87