]> source.dussan.org Git - gitea.git/commit
Fix duplicate sub-path for avatars (#31365) (#31368)
authorwxiaoguang <wxiaoguang@gmail.com>
Sat, 15 Jun 2024 03:44:44 +0000 (11:44 +0800)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2024 03:44:44 +0000 (03:44 +0000)
commit52925e9c7c22163ea66729ebfc091292e8a22eee
tree2db2b2aade81ddf8bd10b24726a730e5bc3ffd69
parent188e515efc2108a4d0b2d1155597518b2d61e8fa
Fix duplicate sub-path for avatars (#31365) (#31368)

Backport #31365, only backport necessary changes.
models/repo/avatar_test.go [new file with mode: 0644]
models/user/avatar.go
models/user/avatar_test.go [new file with mode: 0644]
modules/httplib/url.go
modules/httplib/url_test.go
routers/api/packages/container/container.go