aboutsummaryrefslogtreecommitdiff
path: root/src/db/models/two_factor.rs
AgeCommit message (Expand)Author
2024-06-20Merge branch 'main' into remove_upcaseremove_upcaseDaniel García
2024-06-20Fix some more nightly errors and remove lint that will become an error by def...Daniel García
2024-06-19Change API inputs/outputs and structs to camelCaseDaniel García
2024-03-17Change timestamp data type. (#4355)gzfrozen
2023-11-12Add Protected Actions Check (#4067)Mathijs van Veluw
2022-10-23Update to diesel2Daniel García
2022-05-06Improve sync speed and updated dep. versionsBlackDex
2022-03-27Remove u2f implementationBlackDex
2022-02-27Async/Awaited all db methodsBlackDex
2021-11-06Macro recursion decrease and other optimizationsBlackDex
2021-10-28Add email notifications for incomplete 2FA loginsJeremy Lin
2021-06-19Fix clippy lintsDaniel García
2021-06-16Support for webauthn and u2f->webauthn migrationsDaniel García
2021-03-13Remove debug impl from database structsDaniel García
2020-09-22Fixed foreign-key (mariadb) errors.BlackDex
2020-08-24Add support for multiple simultaneous database features by using macros.Daniel García
2020-05-08Rename to_json_list to to_json_provder to reflect the response modeltheycallmesteve
2020-05-03Remove unused dependency and simple feature, update dependencies and fix some...Daniel García
2020-01-16Switch error handling to ? operator instead of explicit handling.Michael Powers
2020-01-13Fixes #635 - Unique constraint violation when using U2F tokens on PostgreSQLMichael Powers
2019-10-10Updated authenticator TOTPBlackDex
2019-09-12Adds support for PostgreSQL which resolves #87 and is mentioned in #246.Michael Powers
2019-08-04Use saved token for email 2fa codesvpl
2019-08-04Add email code logic and move two_factor into separate modulesvpl
2019-05-20Rework migrations for MySQLEmil Madsen
2019-03-03Added option to force 2fa at logins and made some changes to two factor code.Daniel García
2019-02-08Fixed some clippy lints and changed update_uuid_revision to only use one db q...Daniel García
2019-01-25Add 2FA icon to admin panelDaniel García
2018-12-30Start using rustfmt and some style changes to make some lines shorterDaniel García
2018-12-30Implemented proper error handling, now we can do `user.save($conn)?;` and it ...Daniel García
2018-12-30Fixed delete user when 2FA is enabled, implemented delete user for admin pane...Daniel García
2018-12-07Remove some required values during login, now uses default valuesDaniel García
2018-12-07Migrate to rust 2018 editionDaniel García
2018-11-01Updated bw_rs to Rocket version 0.4-rc1Daniel García
2018-07-12Implemented U2F, refactored Two Factor authentication, registering U2F device...Daniel García