mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-15 21:45:35 +08:00
Resolves #31167. 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 | ||
| attachment_test.go | ||
| attachment.go | ||
| avatar.go | ||
| collaboration_test.go | ||
| collaboration.go | ||
| fork_test.go | ||
| fork.go | ||
| git.go | ||
| issue.go | ||
| language_stats.go | ||
| main_test.go | ||
| mirror.go | ||
| pushmirror_test.go | ||
| pushmirror.go | ||
| redirect_test.go | ||
| redirect.go | ||
| release_test.go | ||
| release.go | ||
| repo_indexer.go | ||
| repo_list_test.go | ||
| repo_list.go | ||
| repo_test.go | ||
| repo_unit_test.go | ||
| repo_unit.go | ||
| repo.go | ||
| search.go | ||
| star_test.go | ||
| star.go | ||
| topic_test.go | ||
| topic.go | ||
| update.go | ||
| upload.go | ||
| user_repo_test.go | ||
| user_repo.go | ||
| watch_test.go | ||
| watch.go | ||
| wiki_test.go | ||
| wiki.go | ||