1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 01:34:43 +00:00
Lunny Xiao 7a9a5c8a69 Fix assigned issues dashboard (#920)
* Fix assigned/created issues in dashboard. (#3560)

* Fix assigned/created issues in dashboard.

* Use GetUserIssueStats for getting all Dashboard stats.

* Use gofmt to format the file properly.

* Replace &Issue{} with new(Issue).

* Check if user has access to given repository.

* Remove unnecessary filtering of issues.

* Return 404 error if invalid repository is given.

* Use correct number of issues in paginater.

* fix issues on dashboard
2017-02-14 22:15:18 +08:00
..
2017-01-28 23:14:56 +01:00
2016-11-26 11:26:03 -02:00
2016-12-30 20:41:10 +01:00
2017-02-14 22:15:18 +08:00
2016-11-27 21:39:06 +08:00
2017-02-05 22:35:03 +08:00
2017-02-02 15:24:18 +01:00
2016-12-22 10:30:52 +01:00
2017-02-14 09:13:59 +08:00