aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/client/account/register.rs (unfollow)
Commit message (Expand)Author
2 daysfeat(server): Make user stuff statelessBenedikt Peetz
3 dayschore: Remove all `pub`sBenedikt Peetz
3 dayschore: Move everything into one big crateBenedikt Peetz
3 dayschore: Remove more useless codeBenedikt Peetz
2026-03-23chore: Refactor CLI auth flows and token storage (#3317)Michelle Tilley
2026-03-16feat: Allow headless account ops against Hub server (#3280)Michelle Tilley
2026-03-11feat: Allow authenticating with Atuin Hub (#3237)Michelle Tilley
2026-02-04feat: replace several files with a sqlite db (#3128)Ellie Huxtable
2025-03-19chore: migrate to rust 2024 (#2635)Ellie Huxtable
2025-03-09chore: update rust toolchain to 1.85 (#2618)Ellie Huxtable
2024-12-05feat: provide additional clarity around key management (#2467)Ellie Huxtable
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-01-29feat: automatically init history store when record sync is enabled (#1634)Ellie Huxtable
2024-01-08feat: make it clear what you are registering for (#1523)Ellie Huxtable
2023-10-08clear history id (#1263)Conrad Ludgate
2023-06-06feat: do not allow empty passwords durring account creation (#1029)YummyOreo
2023-05-17Restructure account commands to account subcommand (#984)Ellie Huxtable
2023-04-14Workspace reorder (#868)Vladislav Stepanov
2022-10-18Upgrade clap (#568)Conrad Ludgate
2022-05-24Adds password prompt for register and login (#424)Satyarth Sampath
2022-04-28ignore JetBrains IDEs, tidy-up imports (#348)Jakub Panek
2022-04-22feature-flags (#328)Conrad Ludgate
2022-04-21refactor commands for better separation (#313)Conrad Ludgate
2022-04-07Update to clap 3.1.x (#289)Jamie Quigley
2021-12-08feat: login/register no longer blocking (#216)Conrad Ludgate
2021-11-13chore: some new linting (#201)Conrad Ludgate
2021-09-24feat: allow input of credentials from stdin (#185)Jannik
2021-05-09Add logout, only login if not already logged in (#91)Ellie Huxtable
2021-04-21Bugfixes, show time ago, perf improvementsEllie Huxtable
2021-04-20Use cargo workspaces (#37)Ellie Huxtable
2021-04-13Add history sync, resolves #13 (#31)Ellie Huxtable