[PR #5003] [CLOSED] Add update from upstream #3552

Closed
opened 2026-03-03 10:04:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5003
Author: @AndrewLauu
Created: 9/28/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

📊 Changes

57 files changed (+353 additions, -204 deletions)

View changed files

.github/workflows/docker-image-build.yml (+78 -0)
.github/workflows/docker-image-cleanup.yml (+37 -0)
.github/workflows/fork-update.yml (+34 -0)
📝 src/static/templates/email/admin_reset_password.hbs (+2 -2)
📝 src/static/templates/email/admin_reset_password.html.hbs (+3 -3)
📝 src/static/templates/email/change_email.hbs (+4 -4)
📝 src/static/templates/email/change_email.html.hbs (+3 -3)
📝 src/static/templates/email/delete_account.hbs (+4 -4)
📝 src/static/templates/email/delete_account.html.hbs (+4 -4)
📝 src/static/templates/email/email_footer.hbs (+1 -1)
📝 src/static/templates/email/email_footer_text.hbs (+1 -1)
📝 src/static/templates/email/emergency_access_invite_accepted.hbs (+4 -4)
📝 src/static/templates/email/emergency_access_invite_accepted.html.hbs (+4 -4)
📝 src/static/templates/email/emergency_access_invite_confirmed.hbs (+3 -3)
📝 src/static/templates/email/emergency_access_invite_confirmed.html.hbs (+3 -3)
📝 src/static/templates/email/emergency_access_recovery_approved.hbs (+2 -2)
📝 src/static/templates/email/emergency_access_recovery_approved.html.hbs (+2 -2)
📝 src/static/templates/email/emergency_access_recovery_initiated.hbs (+3 -3)
📝 src/static/templates/email/emergency_access_recovery_initiated.html.hbs (+3 -3)
📝 src/static/templates/email/emergency_access_recovery_rejected.hbs (+2 -2)

...and 37 more files

📄 Description

Add Docker build
Add Docker images cleanup
Translate email @zituoguan/vaultwarden-lang-zh_CN


🔄 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/dani-garcia/vaultwarden/pull/5003 **Author:** [@AndrewLauu](https://github.com/AndrewLauu) **Created:** 9/28/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`dfc15ef`](https://github.com/dani-garcia/vaultwarden/commit/dfc15ef5e6a30336fbe3924c2d8b17042ad37250) Add update from upstream ### 📊 Changes **57 files changed** (+353 additions, -204 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/docker-image-build.yml` (+78 -0) ➕ `.github/workflows/docker-image-cleanup.yml` (+37 -0) ➕ `.github/workflows/fork-update.yml` (+34 -0) 📝 `src/static/templates/email/admin_reset_password.hbs` (+2 -2) 📝 `src/static/templates/email/admin_reset_password.html.hbs` (+3 -3) 📝 `src/static/templates/email/change_email.hbs` (+4 -4) 📝 `src/static/templates/email/change_email.html.hbs` (+3 -3) 📝 `src/static/templates/email/delete_account.hbs` (+4 -4) 📝 `src/static/templates/email/delete_account.html.hbs` (+4 -4) 📝 `src/static/templates/email/email_footer.hbs` (+1 -1) 📝 `src/static/templates/email/email_footer_text.hbs` (+1 -1) 📝 `src/static/templates/email/emergency_access_invite_accepted.hbs` (+4 -4) 📝 `src/static/templates/email/emergency_access_invite_accepted.html.hbs` (+4 -4) 📝 `src/static/templates/email/emergency_access_invite_confirmed.hbs` (+3 -3) 📝 `src/static/templates/email/emergency_access_invite_confirmed.html.hbs` (+3 -3) 📝 `src/static/templates/email/emergency_access_recovery_approved.hbs` (+2 -2) 📝 `src/static/templates/email/emergency_access_recovery_approved.html.hbs` (+2 -2) 📝 `src/static/templates/email/emergency_access_recovery_initiated.hbs` (+3 -3) 📝 `src/static/templates/email/emergency_access_recovery_initiated.html.hbs` (+3 -3) 📝 `src/static/templates/email/emergency_access_recovery_rejected.hbs` (+2 -2) _...and 37 more files_ </details> ### 📄 Description Add Docker build Add Docker images cleanup Translate email @zituoguan/vaultwarden-lang-zh_CN --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 10:04:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#3552
No description provided.