1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-28 14:46:08 +02:00
gitea/routers/user
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
2021-03-12 04:06:33 +01:00
..
setting Add SameSite setting for cookies (#14900) 2021-03-07 08:12:43 +00:00
auth.go Add SameSite setting for cookies (#14900) 2021-03-07 08:12:43 +00:00
auth_openid.go Add SameSite setting for cookies (#14900) 2021-03-07 08:12:43 +00:00
avatar.go Direct avatar rendering (#13649) 2020-12-03 19:46:11 +01:00
home.go Show correct issues for team dashboard (#14952) 2021-03-12 04:06:33 +01:00
home_test.go Issues overview should not show issues from archived repos (#13220) 2021-01-12 23:19:17 -05:00
main_test.go Unit tests for wiki routers (#3022) 2017-11-30 17:52:15 +02:00
notification.go Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999) 2021-02-19 22:36:43 +01:00
oauth.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
profile.go Show private heatmap on profile to self & admins (#14881) 2021-03-04 23:59:13 +01:00
task.go Store task errors following migrations and display them (#13246) 2020-10-23 19:46:35 -04:00