mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-07-29 23:05:06 +03:00
Update API response, crates and GHA (#7470)
- Updated API response to more closely match v2026.6.0+ server versions. - Updated all the crates - Updated Rust to v1.97.1 - Updated the web-vault to v2026.6.4 - Updated GitHub Actions Signed-off-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
@@ -217,11 +217,18 @@ impl Organization {
|
||||
"useSecretsManager": false, // Not supported (Not AGPLv3 Licensed)
|
||||
"selfHost": true,
|
||||
"useApi": true,
|
||||
"useDisableSMAdsForUsers": true, // Hide Secrets Manager ads
|
||||
"useInviteLinks": false, // Not (yet) supported
|
||||
"useMyItems": false, // Not (yet) supported
|
||||
"useOrganizationDomains": false, // Not supported (Linked to SSO)
|
||||
"usePam": false, // Not supported
|
||||
"usePhishingBlocker": false,
|
||||
"hasPublicAndPrivateKeys": self.private_key.is_some() && self.public_key.is_some(),
|
||||
"useResetPassword": CONFIG.mail_enabled(),
|
||||
"allowAdminAccessToAllCollectionItems": true,
|
||||
"limitCollectionCreation": true,
|
||||
"limitCollectionDeletion": true,
|
||||
"limitItemDeletion": false,
|
||||
|
||||
"businessName": self.name,
|
||||
"businessAddress1": null,
|
||||
@@ -495,6 +502,12 @@ impl Membership {
|
||||
"useActivateAutofillPolicy": false,
|
||||
"useAdminSponsoredFamilies": false,
|
||||
"useRiskInsights": false, // Not supported (Not AGPLv3 Licensed)
|
||||
"useDisableSMAdsForUsers": true, // Hide Secrets Manager ads
|
||||
"useInviteLinks": false, // Not (yet) supported
|
||||
"useMyItems": false, // Not (yet) supported
|
||||
"useOrganizationDomains": false, // Not supported (Linked to SSO)
|
||||
"usePam": false, // Not supported
|
||||
"usePhishingBlocker": false,
|
||||
|
||||
"organizationUserId": self.uuid,
|
||||
"providerId": null,
|
||||
|
||||
Reference in New Issue
Block a user