gitea/routers/repo
Lunny Xiao 7a9a5c8a69 Fix assigned issues dashboard ()
* Fix assigned/created issues in dashboard. ()

* 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 Allow custom public files ()
branch.go Add delete branch track on pull request comments ()
commit.go Fix HighlightJS not working on compare diff page ()
download.go Fix Chrome not liking commas
editor.go Check if file is a symlink with web editor () ()
http.go fix gofmt error
issue.go Fix assigned issues dashboard ()
issue_label.go Track labels changed on issue view & resolved ()
middlewares.go golint fixed for routers/repo/middlewares.go ()
pull.go Notifying on open PR, and Close/Reopen/Merge issue or PR
release.go fix releases count and resolved ()
repo.go golint fixed for modules/auth
setting.go Redirects for renamed repos ()
view.go Cleanup log messaging
webhook.go update code.gitea.io/git ()
wiki.go Markdown rendering overhaul ()