mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-03 16:59:05 +01:00
df76d9f7ad
* 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 |
||
---|---|---|
.. | ||
setting | ||
auth.go | ||
auth_openid.go | ||
avatar.go | ||
home.go | ||
home_test.go | ||
main_test.go | ||
notification.go | ||
oauth.go | ||
profile.go | ||
task.go |