mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[PR #2765] [MERGED] Fix organization vault export #3143
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/2765
Author: @BlackDex
Created: 9/24/2022
Status: ✅ Merged
Merged: 9/25/2022
Merged by: @dani-garcia
Base:
main← Head:fix-org-export📝 Commits (1)
ae59472Fix organization vault export📊 Changes
2 files changed (+90 additions, -10 deletions)
View changed files
📝
src/api/core/organizations.rs(+37 -10)📝
src/util.rs(+53 -0)📄 Description
Since v2022.9.x it seems they changed the export endpoint and way of working. This PR fixes this by adding the export endpoint.
Also, it looks like the clients can't handle uppercase first JSON key's. Because of this there now is a function which converts all the key's to lowercase first.
I have an issue reported at Bitwarden if this is expected behavior: https://github.com/bitwarden/clients/issues/3606
Fixes #2760
Fixes #2764
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.