[PR #1146] [MERGED] Fix/remember caching #1274

Closed
opened 2025-11-01 21:14:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1146
Author: @kolaente
Created: 7/18/2025
Status: Merged
Merged: 7/18/2025
Merged by: @kolaente

Base: mainHead: fix/remember-caching


📝 Commits (4)

  • 6450546 fix: upload avatar caching
  • 49c6222 fix: correctly return cached provider
  • ce0068b fix: correctly return cached intitals avatar
  • b3d5126 fix: correctly cache unsplash background

📊 Changes

4 files changed (+51 additions, -45 deletions)

View changed files

📝 pkg/modules/auth/openid/providers.go (+4 -2)
📝 pkg/modules/avatar/initials/initials.go (+10 -2)
📝 pkg/modules/avatar/upload/upload.go (+32 -39)
📝 pkg/modules/background/unsplash/unsplash.go (+5 -2)

📄 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/go-vikunja/vikunja/pull/1146 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 7/18/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix/remember-caching` --- ### 📝 Commits (4) - [`6450546`](https://github.com/go-vikunja/vikunja/commit/645054628ee6e812da5afe70669157c1aa768ef2) fix: upload avatar caching - [`49c6222`](https://github.com/go-vikunja/vikunja/commit/49c622297463eb2569fffe8e2baf604c5e9de407) fix: correctly return cached provider - [`ce0068b`](https://github.com/go-vikunja/vikunja/commit/ce0068b6fe49764014286eceb1d6550445ea18b7) fix: correctly return cached intitals avatar - [`b3d5126`](https://github.com/go-vikunja/vikunja/commit/b3d51268df0a7c4f0a2f4e26c98015ba9516bccd) fix: correctly cache unsplash background ### 📊 Changes **4 files changed** (+51 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `pkg/modules/auth/openid/providers.go` (+4 -2) 📝 `pkg/modules/avatar/initials/initials.go` (+10 -2) 📝 `pkg/modules/avatar/upload/upload.go` (+32 -39) 📝 `pkg/modules/background/unsplash/unsplash.go` (+5 -2) </details> ### 📄 Description _No description provided_ --- <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-01 21:14:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1274