[PR #3143] [MERGED] Fix avatar URLs (#3069) #16793

Closed
opened 2025-11-02 12:19:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3143
Author: @ethantkoenig
Created: 12/11/2017
Status: Merged
Merged: 12/11/2017
Merged by: @lunny

Base: release/v1.3Head: backport/avatar_url


📝 Commits (1)

📊 Changes

8 files changed (+107 additions, -33 deletions)

View changed files

📝 models/user.go (+11 -5)
📝 modules/base/tool.go (+47 -10)
📝 modules/base/tool_test.go (+30 -4)
📝 modules/setting/setting.go (+14 -9)
📝 templates/org/header.tmpl (+1 -1)
📝 templates/org/home.tmpl (+1 -1)
📝 templates/org/member/members.tmpl (+1 -1)
📝 templates/user/profile.tmpl (+2 -2)

📄 Description

Backport of #3069.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3143 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 12/11/2017 **Status:** ✅ Merged **Merged:** 12/11/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `release/v1.3` ← **Head:** `backport/avatar_url` --- ### 📝 Commits (1) - [`fe234ff`](https://github.com/go-gitea/gitea/commit/fe234ff40fecb8a3a0cee28d0b9512060b60fba6) Fix avatar URLs (#3069) ### 📊 Changes **8 files changed** (+107 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `models/user.go` (+11 -5) 📝 `modules/base/tool.go` (+47 -10) 📝 `modules/base/tool_test.go` (+30 -4) 📝 `modules/setting/setting.go` (+14 -9) 📝 `templates/org/header.tmpl` (+1 -1) 📝 `templates/org/home.tmpl` (+1 -1) 📝 `templates/org/member/members.tmpl` (+1 -1) 📝 `templates/user/profile.tmpl` (+2 -2) </details> ### 📄 Description Backport of #3069. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:19:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16793