0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-08 18:35:40 +02:00
gitea/routers/repo
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
..
attachment.go
branch.go Add delete branch track on pull request comments (#888) 2017-02-11 12:00:29 +08:00
commit.go Fix HighlightJS not working on compare diff page (#914) 2017-02-13 10:11:08 +08:00
download.go
editor.go
http.go
issue.go Fix assigned issues dashboard (#920) 2017-02-14 22:15:18 +08:00
issue_label.go
middlewares.go
pull.go
release.go fix releases count and resolved #764 (#857) 2017-02-07 23:38:24 +08:00
repo.go
setting.go Redirects for renamed repos (#807) 2017-02-05 22:35:03 +08:00
view.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
webhook.go
wiki.go Markdown rendering overhaul (#186) 2017-02-14 09:13:59 +08:00