44 Commits (29aedd388e0ff6558c4ee57db8c8e74b4d899be8)

Author SHA1 Message Date
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 6 years ago
Daniel García 253faaf023
Use users duo host when required, instead of always using the global one 6 years ago
Daniel García 8d9827c55f
Implement selection between global config and user settings for duo keys. 6 years ago
Daniel García 754087b990
Add global duo config and document options in .env template 6 years ago
Daniel García cfbeb56371
Implement user duo, initial version 6 years ago
Daniel García 7d2bc9e162
Added option to force 2fa at logins and made some changes to two factor code. 6 years ago
Daniel García 5ee04e31e5
Updated dependencies, removed some unnecessary clones and fixed some lints 6 years ago
Daniel García 9636f33fdb
Implement constant time equal check for admin, 2fa recover and 2fa remember tokens 6 years ago
Daniel García 700e084101
Add 2FA icon to admin panel 6 years ago
Daniel García a1dc47b826
Change config to thread-safe system, needed for a future config panel. 6 years ago
Daniel García 30e768613b
Start using rustfmt and some style changes to make some lines shorter 6 years ago
Daniel García 6a99849a1e
Implemented proper error handling, now we can do `user.save($conn)?;` and it works. 6 years ago
Daniel García 5a9aab1a32
Implement fromform, and ignore case and underscores, fixes #298 6 years ago
algebro e26e2319da Close #264. Usernames and IP addresses are logged on successful authentication 6 years ago
Daniel García 7adc045b80
Updated IP logging to use client_ip, to match old remote behavior. 6 years ago
Daniel García 738ad2127b
Fixed some clippy linting issues 6 years ago
Daniel García cb930a0858
Remove some required values during login, now uses default values 6 years ago
Daniel García 94810c106a
Migrate to rust 2018 edition 6 years ago
Stepan Fedorko-Bartos f344dbaad4 Fixes NFC Response for Mobile Login 6 years ago
Stepan Fedorko-Bartos 9e0e4b13c5 Adds Yubikey OTP Support 6 years ago
Daniel García bc532f54d5
Improve login query parsing 7 years ago
Daniel García c673370103
Updated bw_rs to Rocket version 0.4-rc1 7 years ago
janost 58a78ffa54 Device::save() should return QueryResult instead of bool 7 years ago
Miroslav Prasil a28caa33ef Implement poor man's admin panel 7 years ago
Daniel García 8651df8c2a
Fixed some lint issues 7 years ago
Daniel García 948554a20f
Added config option for websocket port, and reworked the config parsing a bit. 7 years ago
Baelyk c386b3bcf7 Add IP and Username to failed login attempts 7 years ago
Daniel García 819622e310 Documented U2F, removed debug prints, and documented missing features 7 years ago
Daniel García dae92b9018 Implemented U2F, refactored Two Factor authentication, registering U2F device and authentication should work. Works on Chrome on MacOS with a virtual device. 7 years ago
Miroslav Prasil 9f8183deb0 Remove some extra debug prints 7 years ago
Daniel García 483066b9a0 Some style changes, removed useless matches and formats 7 years ago
Daniel García b0ee5f6570 Improved two factor auth 7 years ago
Miroslav Prasil a0796acbc7 Implement suggested improvements 7 years ago
Miroslav Prasil 514a372bc8 Add per-user folder-cipher mapping 7 years ago
Daniel García 4093bf92fe Initial organizations functionality: Creating orgs and inviting users 7 years ago
Daniel García dfefbf1f31 Fixed cipher import, created missing data structs instead of using generic Value, and fixed some warnings 7 years ago
Daniel García d6a1a9b274 Detect device type correctly and shorten return types of functions 7 years ago
Daniel García 84a75c871b Improved error messagees, implemented delete ciphers, attachments and account, implemented two factor recovery. 7 years ago
Daniel García 31bf2bc2b1 Solved some warnings 7 years ago
Daniel García 5cd40c63ed First working version 7 years ago