1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-03 03:56:18 -04:00
gitea/routers
Raymond 69fcca2d45
Remove deleted repos from searchresult (#21512)
This prevents a 500 response, because null pointer exceptions in
rendering the template.
This happends bc the repoId is not in the repoMap because it is delete

fix #19076

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-10-22 17:23:20 +08:00
..
api Decouple HookTask from Repository (#17940) 2022-10-21 18:21:56 +02:00
common
install Fix read system configuration bug when installing (#21489) 2022-10-18 23:16:58 +08:00
private
utils
web Remove deleted repos from searchresult (#21512) 2022-10-22 17:23:20 +08:00
init.go