[PR #3232] [CLOSED] Artisan command for "refetching" user avatars for existing users #6158

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3232
Author: @shelmz
Created: 2/3/2022
Status: Closed

Base: developmentHead: development


📝 Commits (1)

  • 7ab1ad5 Artisan command for "refetching" user avatars for existing users

📊 Changes

1 file changed (+84 additions, -0 deletions)

View changed files

app/Console/Commands/ResetAvatar.php (+84 -0)

📄 Description

Added an artisan command to search for new (gr)avatar for given user but deletes previous avatar, even if no new one is found.
Solves #1893.


🔄 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/3232 **Author:** [@shelmz](https://github.com/shelmz) **Created:** 2/3/2022 **Status:** ❌ Closed **Base:** `development` ← **Head:** `development` --- ### 📝 Commits (1) - [`7ab1ad5`](https://github.com/BookStackApp/BookStack/commit/7ab1ad55886dc01ee30374c2cd21a22200d45d41) Artisan command for "refetching" user avatars for existing users ### 📊 Changes **1 file changed** (+84 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `app/Console/Commands/ResetAvatar.php` (+84 -0) </details> ### 📄 Description Added an artisan command to search for new (gr)avatar for given user but deletes previous avatar, even if no new one is found. Solves #1893. --- <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:25:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6158