mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 09:03:15 -05:00
[PR #4526] [MERGED] Some fixes for the new mobile apps #16293
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix-new-mobile-apps📝 Commits (1)
2fcd633Some 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.