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 4cf9f83866bb1f0744e63b79d00cc7da6aba2de7
parent 2be1dafe80e4359da257cf816ef9b24e69ee3e62
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Fri,  1 Jun 2018 00:50:22 +0200

Fixed sync

Diffstat:
Msrc/db/models/organization.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/db/models/organization.rs b/src/db/models/organization.rs @@ -159,7 +159,7 @@ impl UserOrganization { "UseGroups": false, "UseTotp": false, - "MaxStorageGb": 999999999, + "MaxStorageGb": 10, // The value doesn't matter, we don't check server-side // These are per user "Key": self.key,