dani-garcia / vaultwarden

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

Fix collections and native app issue #4685

Closed BlackDex closed 3 months ago

BlackDex commented 3 months ago

Collections were not visible in the organization view. This was because the flexibleCollections was set to true

Found an issue with loading some old created Secure Notes which had {} or {"type":null} as there data value. This isn't allowed. When detected, replace it with {"type":0}

Fixes #4682 Fixes #4590

tessus commented 3 months ago

this should also fix #4590

BlackDex commented 3 months ago

this should also fix #4590

No it does not. But we could fix that too.

tessus commented 3 months ago

But we could fix that too.

That would be helpful. ;-)

BlackDex commented 3 months ago

But we could fix that too.

That would be helpful. ;-)

Done :)