83 Commits (0f6987d6ba652811500133d628fad9a8dae3f647)

Author SHA1 Message Date
Stuart Heap 0f6987d6ba
avoid panics 4 years ago
Stuart Heap 5c7161d1a6
split sso_config into own table 4 years ago
Stuart Heap bba76c856a
add sso_nonce to database, with checking 4 years ago
Stuart Heap 7beebe3cdc
inline error responses. Cover more cases in prevalidate 4 years ago
Stuart Heap ce6a11426c
use String instead of &RawStr 4 years ago
Stuart Heap 92b4c7efe6
nullable fields 4 years ago
Stuart Heap 4d39197df2
use migrations properly, avoid panics 4 years ago
Stuart Heap 47d5320df4
trivial PR feedback - missing files from web-vault patch 4 years ago
Stuart Heap 05a4a6c4a8
comment updates 4 years ago
Stuart Heap d0d261a346
safe handling of RawStrs 4 years ago
Stuart Heap d0d476f8ef
cleanup 4 years ago
Stuart Heap 284d2155c0
policy enforcement - multiple devices 4 years ago
Stuart Heap 4674464aed
working sso login 4 years ago
Stuart Heap 2e907826ae
add required fields to schema/org form 4 years ago
Daniel García 9254cf9d9c
Fix clippy lints 4 years ago
Daniel García c380d9c379
Support for webauthn and u2f->webauthn migrations 4 years ago
Jake Howard 3ab90259f2
Modify rustfmt file 5 years ago
Daniel García b268c3dd1c
Update web vault and add unnoficialserver response 5 years ago
Jake Howard 0af3956abd
Run `cargo fmt` on codebase 5 years ago
janost 043aa27aa3 Implement admin ability to enable/disable users 5 years ago
Daniel García 29c6b145ca
Remove redundant user fetching from login 5 years ago
Daniel García ad48e9ed0f
Fix unlock on desktop clients 5 years ago
Daniel García 668d5c23dc
Removed try_trait and some formatting, particularly around imports 5 years ago
Jeremy Lin a28ebcb401 Use local time in email notifications for new device logins 5 years ago
Daniel García 0807783388
Add ip on totp miss 6 years ago
Daniel García 9cca64003a
Remove unused dependency and simple feature, update dependencies and fix some clippy lints 6 years ago
Jeremy Lin c06162b22f Handle `devicePushToken` 6 years ago
Daniel García 5cabf4d040
Fix IP not shown when failed login (Fixes #761) 6 years ago
Daniel García 912e1f93b7
Fix some lints 6 years ago
tomuta bd1e8be328 Implement change-email, email-verification, account-recovery, and welcome notifications 6 years ago
vpl 2edecf34ff Use user_uuid instead of mut twofactor 6 years ago
vpl 18bc8331f9 Send email when preparing 2FA JsonError 6 years ago
BlackDex ebf40099f2 Updated authenticator TOTP 6 years ago
vpl ee7837d022 Add option to require new device emails 6 years ago
Daniel García 07743e490b
Ignore error sending device email 6 years ago
vpl 6d460b44b0 Use saved token for email 2fa codes 6 years ago
vpl efd8d9f528 Remove some unused imports, unneeded mut variables 6 years ago
vpl 29aedd388e Add email code logic and move two_factor into separate modules 6 years ago
vpl 27e0e41835 Add email authenticator logic 6 years ago
vpl df71f57d86 Move send device email to end of password login 6 years ago
vpl 60e39a9dd1 Move retrieve/new device from connData to separate function 6 years ago
vpl bc6a53b847 Add new device email when user logs in 6 years ago
Emil Madsen e22e290f67 Fix key and type variable names for mysql 7 years ago
Daniel García 253faaf023
Use users duo host when required, instead of always using the global one 7 years ago
Daniel García 8d9827c55f
Implement selection between global config and user settings for duo keys. 7 years ago
Daniel García 754087b990
Add global duo config and document options in .env template 7 years ago
Daniel García cfbeb56371
Implement user duo, initial version 7 years ago
Daniel García 7d2bc9e162
Added option to force 2fa at logins and made some changes to two factor code. 7 years ago
Daniel García 5ee04e31e5
Updated dependencies, removed some unnecessary clones and fixed some lints 7 years ago
Daniel García 9636f33fdb
Implement constant time equal check for admin, 2fa recover and 2fa remember tokens 7 years ago