[PR #4526] [MERGED] Some fixes for the new mobile apps #12313

Closed
opened 2026-04-20 15:38:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4526
Author: @dani-garcia
Created: 4/27/2024
Status: Merged
Merged: 4/27/2024
Merged by: @dani-garcia

Base: mainHead: fix-new-mobile-apps


📝 Commits (1)

  • 2fcd633 Some fixes for the new mobile apps

📊 Changes

5 files changed (+35 additions, -26 deletions)

View changed files

📝 src/api/core/ciphers.rs (+6 -3)
📝 src/api/identity.rs (+6 -1)
📝 src/db/models/organization.rs (+20 -21)
📝 src/db/models/user.rs (+2 -0)
📝 src/main.rs (+1 -1)

📄 Description

The new mobile apps are going to send some values slightly differently and will expect some other values to be there, while we previously weren't sending them. This should fix those issues, at least for Android.

Note that we will still need to go through with #4386 for the apps to work correctly.


🔄 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/4526 **Author:** [@dani-garcia](https://github.com/dani-garcia) **Created:** 4/27/2024 **Status:** ✅ Merged **Merged:** 4/27/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-new-mobile-apps` --- ### 📝 Commits (1) - [`2fcd633`](https://github.com/dani-garcia/vaultwarden/commit/2fcd6332b5f7942c62c692b73c42e81162b6cba2) Some fixes for the new mobile apps ### 📊 Changes **5 files changed** (+35 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/ciphers.rs` (+6 -3) 📝 `src/api/identity.rs` (+6 -1) 📝 `src/db/models/organization.rs` (+20 -21) 📝 `src/db/models/user.rs` (+2 -0) 📝 `src/main.rs` (+1 -1) </details> ### 📄 Description The new mobile apps are going to send some values slightly differently and will expect some other values to be there, while we previously weren't sending them. This should fix those issues, at least for Android. Note that we will still need to go through with #4386 for the apps to work correctly. --- <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 2026-04-20 15:38:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#12313