You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
attachment.go Allow custom public files (#782) 8 years ago
branch.go Add delete branch track on pull request comments (#888) 7 years ago
commit.go Fix HighlightJS not working on compare diff page (#914) 7 years ago
download.go Fix Chrome not liking commas 8 years ago
editor.go Check if file is a symlink with web editor (#3687) (#445) 8 years ago
http.go fix gofmt error 8 years ago
issue.go Fix assigned issues dashboard (#920) 7 years ago
issue_label.go Track labels changed on issue view & resolved #542 (#788) 8 years ago
middlewares.go golint fixed for routers/repo/middlewares.go (#204) 8 years ago
pull.go Notifying on open PR, and Close/Reopen/Merge issue or PR 8 years ago
release.go fix releases count and resolved #764 (#857) 8 years ago
repo.go golint fixed for modules/auth 8 years ago
setting.go Redirects for renamed repos (#807) 8 years ago
view.go Cleanup log messaging 8 years ago
webhook.go update code.gitea.io/git (#450) 8 years ago
wiki.go Markdown rendering overhaul (#186) 7 years ago