summaryrefslogtreecommitdiff
path: root/app/controllers/projects/starrers_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-2/+2
* Fix N+1s queries while loading usersDouglas Barbosa Alexandre2019-08-191-2/+2
* Fix starrers counters after searchingDouglas Barbosa Alexandre2019-08-151-16/+2
* Fix public/private starrers counts in special cases20137-starrersCamil Staps2019-08-071-3/+20
* Allow viewing starrers of empty projectsCamil Staps2019-08-071-3/+0
* Fix testsCamil Staps2019-08-071-1/+1
* Remove private profiles from starrers view of projectsCamil Staps2019-08-071-2/+5
* Add pagination to {project}/starrers viewCamil Staps2019-08-071-5/+3
* Change sorting options for starrers: name (asc/desc), most/least recent starCamil Staps2019-08-071-5/+2
* Make sure starred_since is of the requested project in StarrersController; cl...Camil Staps2019-08-071-1/+3
* Add starring date to overview of starrersCamil Staps2019-08-071-1/+4
* Add /starrers view for projectsCamil Staps2019-08-071-0/+17