gitea/models/repo
Kemal Zebari ab458ce10b
Return an empty string when a repo has no avatar in the repo API ()
Resolves .

https://github.com/go-gitea/gitea/pull/30885 changed the behavior of
`repo.AvatarLink()` where it can now take the empty string and append it
to the app data URL. This does not point to a valid avatar image URL,
and, as the issue mentions, previous Gitea versions returned the empty
string.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
archiver.go Add support for sha256 repositories ()
attachment.go Azure blob storage support ()
attachment_test.go More refactoring of `db.DefaultContext` ()
avatar.go Return an empty string when a repo has no avatar in the repo API ()
collaboration.go Add user blocking ()
collaboration_test.go Add user blocking ()
fork.go Move more functions to db.Find ()
fork_test.go refactor some functions to support ctx as first parameter ()
git.go Add merge style `fast-forward-only` ()
issue.go Clean up log messages ()
language_stats.go Penultimate round of `db.DefaultContext` refactor ()
main_test.go make writing main test easier ()
mirror.go More `db.DefaultContext` refactor ()
pushmirror.go Don't run push mirrors for archived repos ()
pushmirror_test.go Refactor deletion ()
redirect.go Final round of `db.DefaultContext` refactor ()
redirect_test.go Final round of `db.DefaultContext` refactor ()
release.go Refactor some Str2html code ()
release_test.go Another round of `db.DefaultContext` refactor ()
repo.go Use repo as of renderctx's member rather than a repoPath on metas ()
repo_indexer.go Add support for sha256 repositories ()
repo_list.go Fix wrong display of recently pushed notification ()
repo_list_test.go migrate some more "OptionalBool" to "Option[bool]" ()
repo_test.go Add user blocking ()
repo_unit.go Allow everyone to read or write a wiki by a repo unit setting ()
repo_unit_test.go add disable workflow feature ()
search.go Get repo list with OrderBy alpha should respect owner too ()
star.go Add user blocking ()
star_test.go Add user blocking ()
topic.go Refactor topic Find functions and add more tests for pagination ()
topic_test.go Refactor topic Find functions and add more tests for pagination ()
update.go Move some repository transfer functions to service layer ()
upload.go Refactor deletion ()
user_repo.go Get repo assignees and reviewers should ignore deactivated users ()
user_repo_test.go Get repo assignees and reviewers should ignore deactivated users ()
watch.go Add user blocking ()
watch_test.go Add user blocking ()
wiki.go Implement FSFE REUSE for golang files ()
wiki_test.go Implement FSFE REUSE for golang files ()