This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/user
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
..
auth.go Two factor authentication support (#630) 2017-01-16 10:14:29 +08:00
home.go Fix assigned issues dashboard (#920) 2017-02-14 22:15:18 +08:00
notification.go fix: trim the whitespaces for the search keyword (#893) 2017-02-11 12:00:01 +08:00
profile.go feat: support search bar on star tab of user profile. (#917) 2017-02-14 15:28:22 +08:00
setting.go Two factor authentication support (#630) 2017-01-16 10:14:29 +08:00