| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix(client): always read session_path from settings (#757) | Luke Karrys | 2023-03-06 |
| | | | | | | | | * fix(client): always read session_path from settings * fixup! fix(client): always read session_path from settings * fixup! fix(client): always read session_path from settings | ||
| * | Allow using existing key file on login (#688) | Trygve Aaberge | 2023-02-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow logging in without overwriting existing key file If the given key on login in empty, keep the existing key file rather than overwriting it with an empty file. This is useful if you log out and want to log in again and still use the same key, or if you have copied over the key file rather than providing it as input. * Refuse logging in if key is empty Before the previous commit, an empty key file would be created if key wasn't specified, and after the previous commit, the key file would not be created if the key wasn't specified and stay empty if it was empty. Now the log command checks the key file if a key is not specified and exits with an error message if either the key file couldn't be opened or is empty. If a key is specified, the key file is just created with it as before. * Validate the key on login, create new if no exists After reading the key either from an existing key file, or from the user input, validate that the provided key is valid (rather than just checking that it isn't empty). If no key file exists, create a new key instead of erroring out. | ||
| * | display mnemonic key (#694) | Conrad Ludgate | 2023-02-06 |
| | | |||
| * | Switch to using ATUIN_LOG instead of RUST_LOG (#642) | Ellie Huxtable | 2022-12-16 |
| | | | | | | | | * Switch to using ATUIN_LOG instead of RUST_LOG * Stop clippy complaining * I should know better - clippy is never happy :( | ||
| * | Upgrade clap (#568) | Conrad Ludgate | 2022-10-18 |
| | | |||
| * | Adds password prompt for register and login (#424) | Satyarth Sampath | 2022-05-24 |
| | | | | | | | | | | | | * Adds the rpassword dependency * Provides only a prompt based input for login and register with a hidden prompt for password * Adds option based inputs for login and register commands * Password can also be provided as an option Co-authored-by: Satyarth <satyarth.sampath@gojek.com> | ||
| * | ignore JetBrains IDEs, tidy-up imports (#348) | Jakub Panek | 2022-04-28 |
| | | | | | | | | * ignore JB IDEs * tidy-up imports * add rustfmt config | ||
| * | feature-flags (#328) | Conrad Ludgate | 2022-04-22 |
| * use feature flags * fmt * fix features * update ci * fmt Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com> | |||
