update to v2026.3.1 branch - #238
Conversation
|
seems like the path of the requested billing metadata has been changed. I think the old path can be deprecated? #[get("/organizations/<_org_id>/billing/vnext/self-host/metadata")]
fn get_billing_metadata(_org_id: OrganizationId, _headers: Headers) -> Json<Value> {
// Prevent a 404 error, which also causes Javascript errors.
Json(_empty_data_json())
} |
|
also the |
Looks like it indeed: dani-garcia/vaultwarden#6960 |
This comment was marked as outdated.
This comment was marked as outdated.
Which is weird, since i am able via 2026.2.1 Android version. |
|
Sorry, I meant creating an item when explicitly selecting the "no folder" folder. The new web-vault also sends the |
|
So, I wonder, is it still good to check/merge this? Or should we try to go strait to v2026.4.1? |
|
I have the edit: seems like this is caused by using a newer version of npm. with |
466b3e2 to
47654f1
Compare
|
hm... the link to the Subscription page is visible again. |
46aeaa5 to
a737d5a
Compare
|
Ok, until now, i have found one new endpoint, but that was an easy fix. I'm still checking, but not much time today. |
|
Ah, the policies look nicer now. |

update to new web-vault release: web-v2026.2.1
I think some server side changes are probably necessary for email protected Sends to work but I have not really looked into it.
I've also added the css class
vw-remembervaultwarden/vw_web_builds@84903f6 so we can hide the checkbox position independently, cf. dani-garcia/vaultwarden#6852