[PR #1111] [MERGED] Add support for custom avatar provider like Libravatar or self-hosted service #5773

Closed
opened 2026-02-05 10:16:46 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1111
Author: @Vinrobot
Created: 11/8/2018
Status: Merged
Merged: 12/22/2018
Merged by: @ssddanbrown

Base: masterHead: custom-avatar-provider


📝 Commits (1)

  • 5e6c039 Added config to change Gravatar URL

📊 Changes

4 files changed (+17 additions, -5 deletions)

View changed files

📝 .env.example (+5 -0)
📝 app/Auth/UserRepo.php (+1 -1)
📝 app/Uploads/ImageService.php (+10 -4)
📝 config/services.php (+1 -0)

📄 Description

This PR fixes JavaScript build process with the new NPM dependencies and adds the possibility to use a different user avatar service like Libravatar.


🔄 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/BookStackApp/BookStack/pull/1111 **Author:** [@Vinrobot](https://github.com/Vinrobot) **Created:** 11/8/2018 **Status:** ✅ Merged **Merged:** 12/22/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `custom-avatar-provider` --- ### 📝 Commits (1) - [`5e6c039`](https://github.com/BookStackApp/BookStack/commit/5e6c039b08f3c0c90329201b4eb083e637405992) Added config to change Gravatar URL ### 📊 Changes **4 files changed** (+17 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+5 -0) 📝 `app/Auth/UserRepo.php` (+1 -1) 📝 `app/Uploads/ImageService.php` (+10 -4) 📝 `config/services.php` (+1 -0) </details> ### 📄 Description This PR fixes JavaScript build process with the new NPM dependencies and adds the possibility to use a different user avatar service like Libravatar. --- <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-05 10:16:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5773