Git Product home page Git Product logo

Comments (14)

linktohack avatar linktohack commented on June 4, 2024 2

Thanks for your openness @kspearrin! Cannot think you're willing to contribute to this repo!

from rubywarden.

kspearrin avatar kspearrin commented on June 4, 2024 2

This is because mobile apps don’t have the newest update yet and the fix here isn’t backwards compat. They will go out tomorrow.

from rubywarden.

logic avatar logic commented on June 4, 2024 1

FWIW, current android release crashes on sync as well, because Data isn't populated. It's (hopefully) a short-lived problem, but worth mentioning (and pretty easily rectified by generating a Data hash before sending the cipherDetails out the door).

The migration went perfectly for me with the auto-updated Firefox extension, and I have a... er... non-trivial database, so a big 👍 here.

from rubywarden.

 avatar commented on June 4, 2024

I don't see this API change mentioned, but I am seeing this with the latest extension:

Mar 20 19:50:16 colo bitwarden: 1.2.3.4 - - [20/Mar/2018:19:50:16 +0000] "GET /api/accounts/revision-date HTTP/1.1" 404 18 0.0008

edit: disregard. this is not new and not breaking anything

from rubywarden.

jcs avatar jcs commented on June 4, 2024

Please see #36 and help test these changes to work with the new upstream clients.

from rubywarden.

raufis27 avatar raufis27 commented on June 4, 2024

Tested Safari extension and it works. But iOS app doesn't load db anymore. It just keeps spinning.

from rubywarden.

kspearrin avatar kspearrin commented on June 4, 2024

@raufis27

Side note: did your safari extension auto update to 1.25.x? I've been trying to test the auto-updates there but it seems like none of my extensions ever update.

from rubywarden.

jcs avatar jcs commented on June 4, 2024

I had some code in there to supply a legacy Data object in the old format (as well as Uri from Uris[0].Uri) but Cipher#update_from_params didn't support updating records from old clients, so I took it out. Since the new mobile clients are releasing tomorrow, I'll just wait to test with those.

from rubywarden.

raufis27 avatar raufis27 commented on June 4, 2024

@kspearrin I reinstalled extension. Didn't use update function.

from rubywarden.

raufis27 avatar raufis27 commented on June 4, 2024

Some issues:

  1. Can't add URL to item. Tried existing and new item. I see PUT request, but url not saved.
  2. Desktop app doesn't work, same problem as iOS app.

from rubywarden.

 avatar commented on June 4, 2024

Confirmed, adding URI to an item seems to create a blank URI field.

from rubywarden.

jcs avatar jcs commented on June 4, 2024

That should be fixed with c3e0eb1. It was saving but the client was not reading it back properly because of the case.

@kspearrin It'd be really nice if all of the apps and API could agree on a case format 😀 It's odd that the browser extension sends everything in lowercase ("login": { "uris": [ "uri":) but then requires it back as "Login": { "Uris": [ "Uri":.

from rubywarden.

kspearrin avatar kspearrin commented on June 4, 2024

Yea, our server is case insensitive, so I guess we get a little lax with that. :-/ ideally everything would be camel.

from rubywarden.

jcs avatar jcs commented on June 4, 2024

Thanks for testing everyone, this functionality is now in HEAD

from rubywarden.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.