[PR #4670] [MERGED] Fix cipher creation on new android app #2773

Closed
opened 2025-10-09 18:11:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4670
Author: @dani-garcia
Created: 6/24/2024
Status: Merged
Merged: 6/24/2024
Merged by: @BlackDex

Base: mainHead: fix-new-cipher-android


📝 Commits (1)

  • 07b2cbc Fix cipher creation on new android app

📊 Changes

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

View changed files

📝 src/api/core/ciphers.rs (+2 -0)

📄 Description

The new android app is sending PascalCase for these two values. Ideally this will be updated in the app but it's an easy fix from our side for now. Using serde(alias) it will check both the camel case and pascal case versions.


🔄 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/4670 **Author:** [@dani-garcia](https://github.com/dani-garcia) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/24/2024 **Merged by:** [@BlackDex](https://github.com/BlackDex) **Base:** `main` ← **Head:** `fix-new-cipher-android` --- ### 📝 Commits (1) - [`07b2cbc`](https://github.com/dani-garcia/vaultwarden/commit/07b2cbca85b64e8d2e06175da18d7b0bb52c4a7f) Fix cipher creation on new android app ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/ciphers.rs` (+2 -0) </details> ### 📄 Description The new android app is sending PascalCase for these two values. Ideally this will be updated in the app but it's an easy fix from our side for now. Using `serde(alias)` it will check both the camel case and pascal case versions. --- <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 2025-10-09 18:11:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2773