[PR #1319] [MERGED] feat: Add use gravatar option #1269

Closed
opened 2026-02-04 22:00:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1319
Author: @maryojo
Created: 9/1/2025
Status: Merged
Merged: 9/5/2025
Merged by: @meltyshev

Base: masterHead: feat/add-use-gravatar-option


📝 Commits (3)

📊 Changes

8 files changed (+296 additions, -263 deletions)

View changed files

📝 client/package-lock.json (+240 -260)
📝 client/src/components/users/UserAvatar/UserAvatar.jsx (+10 -3)
📝 docker-compose-dev.yml (+4 -0)
📝 docker-compose.yml (+4 -0)
📝 server/.env.sample (+4 -0)
server/api/helpers/users/build-gravatar-url.js (+26 -0)
📝 server/api/helpers/users/present-one.js (+6 -0)
📝 server/config/custom.js (+2 -0)

📄 Description

No description provided


🔄 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/plankanban/planka/pull/1319 **Author:** [@maryojo](https://github.com/maryojo) **Created:** 9/1/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `feat/add-use-gravatar-option` --- ### 📝 Commits (3) - [`50eb4f9`](https://github.com/plankanban/planka/commit/50eb4f90c4f65fccab841fb637c793a8b2f501e6) feat: Add use gravatar option - [`353ced8`](https://github.com/plankanban/planka/commit/353ced8c8bf11210926a57b8c4798ecbfb001704) fix: Rework - [`9563b7d`](https://github.com/plankanban/planka/commit/9563b7d4595bc66edebf5d58a3341f0b29eb679a) chore: Sync package-lock.json ### 📊 Changes **8 files changed** (+296 additions, -263 deletions) <details> <summary>View changed files</summary> 📝 `client/package-lock.json` (+240 -260) 📝 `client/src/components/users/UserAvatar/UserAvatar.jsx` (+10 -3) 📝 `docker-compose-dev.yml` (+4 -0) 📝 `docker-compose.yml` (+4 -0) 📝 `server/.env.sample` (+4 -0) ➕ `server/api/helpers/users/build-gravatar-url.js` (+26 -0) 📝 `server/api/helpers/users/present-one.js` (+6 -0) 📝 `server/config/custom.js` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 22:00:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1269