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.
Norwin df76d9f7ad
Show correct issues for team dashboard (#14952)
* fix no items under /org/$org/{issues,pulls}?type=mentioned

it was filtering by org id, but org-mentions are not persisted like that
to the DB, we need to filter by UID.
This means, selecting different teams will only have an effect on the
selected repos, otherwise results will be the same, which may be
suboptimal.

fixes #14941

* don't spam a warning for a perfectly fine request
3 years ago
..
setting Add SameSite setting for cookies (#14900) 3 years ago
auth.go Add SameSite setting for cookies (#14900) 3 years ago
auth_openid.go Add SameSite setting for cookies (#14900) 3 years ago
avatar.go Direct avatar rendering (#13649) 4 years ago
home.go Show correct issues for team dashboard (#14952) 3 years ago
home_test.go Issues overview should not show issues from archived repos (#13220) 4 years ago
main_test.go Unit tests for wiki routers (#3022) 7 years ago
notification.go Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999) 3 years ago
oauth.go Move macaron to chi (#14293) 3 years ago
profile.go Show private heatmap on profile to self & admins (#14881) 3 years ago
task.go Store task errors following migrations and display them (#13246) 4 years ago