dani-garcia / vaultwarden

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
GNU Affero General Public License v3.0
37.35k stars 1.82k forks source link

Some fixes for the new mobile apps #4526

Closed dani-garcia closed 5 months ago

dani-garcia commented 5 months ago

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.

BlackDex commented 5 months ago

Is #4386 mandatory for the new Android/iOS apps to work on the new releases? Or will they still work for now, but will become an issue in a few months?

dani-garcia commented 5 months ago

It will be required for the new native mobile apps, whenever they get released, as they don't have the backwards compatibility support for server responses using PascalCase. So not super urgent but we probably don't want to wait too long.

BlackDex commented 5 months ago

Indeed. But at least good to know it's not needed for the current versions. Ill see if i can verify that PR soon.

AkechiShiro commented 5 months ago

Is this going to be released soon ? I cannot use the mobile app with my vaultwarden instance at the moment due to version mismatch I think.

farfromrefug commented 4 months ago

@AkechiShiro where can we get those new apps ? Is the source code on github?

BlackDex commented 4 months ago

What i know is that it is still in a alpha stage, and not publicly available. But when ready it will be visible on GitHub as far as i known. We just have to wait.

AkechiShiro commented 4 months ago

@farfromrefug there is no vaultwarden app I believe, I think the changes here are made in order to be compatible with an updated Bitwarden app ? But the release containing this new pull request hasn't gone out yet AFAIK

farfromrefug commented 4 months ago

@AkechiShiro you arr right I was talkin about thé new bitwarden apps

AkechiShiro commented 4 months ago

@farfromrefug the new one is most likely released in the Bitwarden repository