index
:
vaultwarden
2024-updates-and-config-endpoint
authrequest_changes
dependabot/cargo/cargo-acb06c3a58
dependabot/cargo/h2-0.3.26
dependabot/cargo/mio-0.8.11
fix-nightly-errors
fix-nightly-errors-part-2
icons_dns
improved-http-client
main
more_authrequest_fixes
register_verify_email
remove_upcase
ssh_keys
test_dylint
update-rust-and-remove-unused-header-values
update_jwt_private_key
yubico-async
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
dani-garcia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
db
/
models
/
two_factor.rs
Age
Commit message (
Expand
)
Author
2024-06-20
Merge branch 'main' into remove_upcase
remove_upcase
Daniel García
2024-06-20
Fix some more nightly errors and remove lint that will become an error by def...
Daniel García
2024-06-19
Change API inputs/outputs and structs to camelCase
Daniel García
2024-03-17
Change timestamp data type. (#4355)
gzfrozen
2023-11-12
Add Protected Actions Check (#4067)
Mathijs van Veluw
2022-10-23
Update to diesel2
Daniel García
2022-05-06
Improve sync speed and updated dep. versions
BlackDex
2022-03-27
Remove u2f implementation
BlackDex
2022-02-27
Async/Awaited all db methods
BlackDex
2021-11-06
Macro recursion decrease and other optimizations
BlackDex
2021-10-28
Add email notifications for incomplete 2FA logins
Jeremy Lin
2021-06-19
Fix clippy lints
Daniel García
2021-06-16
Support for webauthn and u2f->webauthn migrations
Daniel García
2021-03-13
Remove debug impl from database structs
Daniel García
2020-09-22
Fixed foreign-key (mariadb) errors.
BlackDex
2020-08-24
Add support for multiple simultaneous database features by using macros.
Daniel García
2020-05-08
Rename to_json_list to to_json_provder to reflect the response model
theycallmesteve
2020-05-03
Remove unused dependency and simple feature, update dependencies and fix some...
Daniel García
2020-01-16
Switch error handling to ? operator instead of explicit handling.
Michael Powers
2020-01-13
Fixes #635 - Unique constraint violation when using U2F tokens on PostgreSQL
Michael Powers
2019-10-10
Updated authenticator TOTP
BlackDex
2019-09-12
Adds support for PostgreSQL which resolves #87 and is mentioned in #246.
Michael Powers
2019-08-04
Use saved token for email 2fa codes
vpl
2019-08-04
Add email code logic and move two_factor into separate modules
vpl
2019-05-20
Rework migrations for MySQL
Emil Madsen
2019-03-03
Added option to force 2fa at logins and made some changes to two factor code.
Daniel García
2019-02-08
Fixed some clippy lints and changed update_uuid_revision to only use one db q...
Daniel García
2019-01-25
Add 2FA icon to admin panel
Daniel García
2018-12-30
Start using rustfmt and some style changes to make some lines shorter
Daniel García
2018-12-30
Implemented proper error handling, now we can do `user.save($conn)?;` and it ...
Daniel García
2018-12-30
Fixed delete user when 2FA is enabled, implemented delete user for admin pane...
Daniel García
2018-12-07
Remove some required values during login, now uses default values
Daniel García
2018-12-07
Migrate to rust 2018 edition
Daniel García
2018-11-01
Updated bw_rs to Rocket version 0.4-rc1
Daniel García
2018-07-12
Implemented U2F, refactored Two Factor authentication, registering U2F device...
Daniel García