mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-15 21:45:35 +08:00
* 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 |
||
|---|---|---|
| .. | ||
| attachment.go | ||
| branch.go | ||
| commit.go | ||
| download.go | ||
| editor.go | ||
| http.go | ||
| issue_label.go | ||
| issue.go | ||
| middlewares.go | ||
| pull.go | ||
| release.go | ||
| repo.go | ||
| setting.go | ||
| view.go | ||
| webhook.go | ||
| wiki.go | ||