aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/client/account/login.rs (unfollow)
Commit message (Expand)Author
2 daysfeat(server): Make user stuff statelessBenedikt Peetz
3 dayschore(server): Remove the last remnants of the "hub" sync-server thingyBenedikt Peetz
3 dayschore: Remove all `pub`sBenedikt Peetz
3 dayschore: Move everything into one big crateBenedikt Peetz
3 dayschore: Somewhat simplify sync codeBenedikt Peetz
3 dayschore: Remove more useless codeBenedikt Peetz
2026-05-12feat(ui): prominent banner for wrong-key errors at login/sync (#3475)Ellie Huxtable
2026-05-12fix: ensure local key matches remote data before syncing (#3474)Ellie Huxtable
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-12feat: add Hub authentication for future sync + extra features (#3010)Ellie Huxtable
2026-02-09chore(deps): Update to tiny-bip39 2.0.0 (#3151)Cristian Le
2026-02-04feat: replace several files with a sqlite db (#3128)Ellie Huxtable
2025-07-23fix: Make login exit 1 if already logged in (#2832)David Jack Wange Olrik
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-05-30feat(ui): add login/register dialog (#2056)Ellie Huxtable
2024-05-21fix(daemon): do not try to sync if logged out (#2037)Ellie Huxtable
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-02-01feat: reencrypt/rekey local store (#1662)Ellie Huxtable
2023-10-08clear history id (#1263)Conrad Ludgate
2023-05-17Restructure account commands to account subcommand (#984)Ellie Huxtable
2023-04-17chore: uuhhhhhh crypto lol (#805)Conrad Ludgate
2023-04-14Workspace reorder (#868)Vladislav Stepanov
2023-03-06fix(client): always read session_path from settings (#757)Luke Karrys
2023-02-10Allow using existing key file on login (#688)Trygve Aaberge
2023-02-06display mnemonic key (#694)Conrad Ludgate
2022-12-16Switch to using ATUIN_LOG instead of RUST_LOG (#642)Ellie Huxtable
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-12goodbye warp, hello axum (#296)Conrad Ludgate
2022-04-07Update to clap 3.1.x (#289)Jamie Quigley
2021-12-11Enable help messages for command line arguments (#239)Orhun Parmaksız
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-09some changes :shrug: (#83)Conrad Ludgate
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-20Switch to Warp + SQLx, use async, switch to Rust stable (#36)Ellie Huxtable
2021-04-13Add history sync, resolves #13 (#31)Ellie Huxtable