summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-08-03Update dependencies and add more integration testsEvans Murithi
2022-01-09Fix fmt and clippy warningsedition-2018-migrationEvans Murithi
2022-01-09Migrate to 2018 editionEvans Murithi
2022-01-03Apply cargo fmt suggestionsupgrade-to-clap-3Evans Murithi
2022-01-03Remove unused lifetime from subcommand functionsEvans Murithi
2022-01-03Upgrade clap to v3.0.0 from v.2.34.0Evans Murithi
2021-08-02Fix clippy::needless-borrowEvans Murithi
2021-03-29Fix upper_case_acronyms clippy warningsEvans Murithi
2021-03-09Unwrap error in create_file methodEvans Murithi
2021-02-05Introduce AccountStore struct to manage accountsEvans Murithi
2021-01-18Use `dirs-next` instead of `dirs`Evans Murithi
2021-01-16Remove `recovery_codes` subcommandEvans Murithi
2021-01-16Migrate from `failure` to `thiserror`Evans Murithi
2021-01-16Fix `clippy::manual_unwrap_or` warningEvans Murithi
2020-01-26Bump dependencies and update minimum rust supported version (#81)Evans Murithi
2019-04-26Allow accounts directory to be user customizable (#25)Evans Murithi
2019-04-23Fix CI build (#18)Evans Murithi
2019-04-22Set file permissions to 0600 (#19)Evans Murithi
2019-01-20Convert lowercase secret keys to uppercase (#17)Evans Murithi
2018-08-13Ask for confirmation on deletion (#13)Evans Murithi
2018-08-13Format code and implement idiomatic rust (#12)Evans Murithi
2018-07-31Add tests for argument validationEvans Murithi
2018-07-31Add docsEvans Murithi
2018-07-31Error handlingEvans Murithi
2018-07-29Rename project name from 2fa to cloakEvans Murithi
2018-07-28Decode key in OTP structEvans Murithi
2018-07-28Add key validationEvans Murithi
2018-07-28Change project structureEvans Murithi
2018-07-26Rename recovery_codes method nameEvans Murithi
2018-07-26add account deletion logicEvans Murithi
2018-07-26add account creation logicEvans Murithi
2018-07-26Refactor Account struct to use HashMapEvans Murithi
2018-07-25Replace secret_key with keyEvans Murithi
2018-07-25Use Path::join() and dirs crateEvans Murithi
2018-07-25Add logic for viewing recovery codesEvans Murithi
2018-07-23Add basic structure for viewing account recovery codesEvans Murithi
2018-07-23remove un-needed printEvans Murithi
2018-07-23Add OTP testsEvans Murithi
2018-07-22Fix unused variableEvans Murithi
2018-07-22Abstract code for generating otp codeEvans Murithi
2018-07-22Refactor OTPEvans Murithi
2018-07-18Add skeleton module for OTPEvans Murithi