]> source.dussan.org Git - gitea.git/commit
Include collaboration repositories on dashboard source/forks/mirrors list (#31946)
authorLunny Xiao <xiaolunwen@gmail.com>
Tue, 24 Sep 2024 07:12:06 +0000 (15:12 +0800)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 07:12:06 +0000 (07:12 +0000)
commit4947bec8360c152daca23e120eae1732d3848492
treeb92fa5ca0fdab2647519de6cc8d26a3b67d676ac
parente2f365b55cca7cf986a1f04e4d9e43d7e7aef7ad
Include collaboration repositories on dashboard source/forks/mirrors list (#31946)

Fix #13489

In the original implementation, only `All` will display your owned and
collaborated repositories. For other filters like `Source`, `Mirrors`
and etc. will only display your owned repositories.

This PR removed the limitations. Now except `collbrations`, other
filters will always display your owned and collaborated repositories.
web_src/js/components/DashboardRepoList.vue