vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 08afc312c392fefba2088eb5910e6b985afb5daf
parent 5571a5d8ed54c546e86b5d24108351c640c5b86c
Author: theycallmesteve <59837464+theycallmesteve@users.noreply.github.com>
Date:   Fri,  8 May 2020 13:39:17 -0400

Add missing items to profileOrganization response model

Diffstat:
Msrc/db/models/organization.rs | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/db/models/organization.rs b/src/db/models/organization.rs @@ -274,6 +274,8 @@ impl UserOrganization { "UseGroups": false, "UseTotp": true, "UsePolicies": true, + "UseApi": false, + "SelfHost": true, "MaxStorageGb": 10, // The value doesn't matter, we don't check server-side