586 Commits (6cadb2627a80a5a32a0f64adc8b810297e586aaf)

Author SHA1 Message Date
Daniel García 515b87755a
Update HIBP to v3, requires paid API key, fixes #583 6 years ago
vpl ad2225b6e5 Add configuration options for Email 2FA 6 years ago
vpl 5609103a97 Use ring to generate email token 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
Daniel García 05a1137828
Move backend checks to build.rs to fail fast, and updated dependencies 6 years ago
Emil Madsen e22e290f67 Fix key and type variable names for mysql 6 years ago
Daniel García 874f5c34bd
Formatting 6 years ago
Daniel García 253faaf023
Use users duo host when required, instead of always using the global one 6 years ago
janost 03fdf36bf9 Fixed purging organization vault 6 years ago
Daniel García fdcc32beda
Validate Duo credentials when custom 6 years ago
Daniel García 8d9827c55f
Implement selection between global config and user settings for duo keys. 6 years ago
Daniel García cad63f9761
Auto generate akey 6 years ago
Daniel García 621f607297
Update dependencies and fix some warnings 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 61515160a7
Allow changing error codes and create an empty error. 6 years ago
Daniel García 04922f6aa0
Some formatting and dependency updates 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 10756b0920
Update dependencies and fix some lints 6 years ago
Дамјан Георгиевски 473f8b8e31 remove some unneeded mutability 6 years ago
Daniel García 5ee04e31e5
Updated dependencies, removed some unnecessary clones and fixed some lints 6 years ago
Daniel García a744b9437a
Implemented multiple U2f keys, key names, and compromised checks 6 years ago
Daniel García 6027b969f5
Delete old devices when deauthorizing user sessions 6 years ago
Daniel García 93805a5d7b
Fix Yubikeys deleted on error 6 years ago
Daniel García 820c8b0dce
Change use of deserialize_with for Option iterator 6 years ago
Daniel García 8b4a6f2a64
Fixed some clippy lints and changed update_uuid_revision to only use one db query 6 years ago
Daniel García 86ed75bf7c
Config can now be serialized / deserialized 6 years ago
Daniel García 20d8d800f3
Updated dependencies 6 years ago
Miroslav Prasil 637f655b6f Do not allocate uneccessary Vec 6 years ago
Miroslav Prasil b3f7394c06 Do not update revision at the end, as we already did that 6 years ago
Miroslav Prasil 1a5ecd4d4a cipher does not need to be mutable 6 years ago
Miroslav Prasil bd65c4e312 Remove superfluous cipher.save() call 6 years ago
Daniel García bef1183c49
Only send one notification per vault import and purge, improve move ciphers functions 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 86de0ca17b
Fix editing users from collections menu 6 years ago
Stephen White 928ad6c1d8 Fix the list of users with access to a collection to display correctly. 6 years ago
Daniel García a797459560
Implement HIBP check [WIP]. 6 years ago
Daniel García 834c847746
Implement admin JWT cookie, separate JWT issuers for each type of token and migrate admin page to handlebars template 6 years ago
Daniel García 1ce2587330
Correct update cipher order: first save cipher, then cipher-folder, then notify 6 years ago
Miroslav Prasil 71a10e0378 Fix sharing the item to organization. 6 years ago
Daniel García 9bf13b7872
Can't return inside multipart closure 6 years ago
Daniel García d420992f8c
Update some function calls to use ? 6 years ago
Daniel García c259a0e3e2
Save recovery code when using yubikey and stop repeating headers.user everywhere 6 years ago
Daniel García 432be274ba
Improve org mismatch check, consider different orgs 6 years ago
Daniel García 484bf5b703
Check that the client is not updating an outdated cipher, that should be part of an org now 6 years ago
Daniel García 4bf32af60e
Fix folder notifications, enable template strict mode and add missing option to env template 6 years ago
Daniel García f571df7367
Revert yubikey feature, not needed anymore 6 years ago
Daniel García 1d7f704754
Send CipherUpdate when adding and deleting attachments 6 years ago