index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crates
/
turtle
/
src
/
command
/
client
/
account
/
login.rs
(
unfollow
)
Commit message (
Expand
)
Author
2 days
feat(server): Make user stuff stateless
Benedikt Peetz
3 days
chore(server): Remove the last remnants of the "hub" sync-server thingy
Benedikt Peetz
3 days
chore: Remove all `pub`s
Benedikt Peetz
3 days
chore: Move everything into one big crate
Benedikt Peetz
3 days
chore: Somewhat simplify sync code
Benedikt Peetz
3 days
chore: Remove more useless code
Benedikt Peetz
2026-05-12
feat(ui): prominent banner for wrong-key errors at login/sync (#3475)
Ellie Huxtable
2026-05-12
fix: ensure local key matches remote data before syncing (#3474)
Ellie Huxtable
2026-03-23
chore: Refactor CLI auth flows and token storage (#3317)
Michelle Tilley
2026-03-16
feat: Allow headless account ops against Hub server (#3280)
Michelle Tilley
2026-03-11
feat: Allow authenticating with Atuin Hub (#3237)
Michelle Tilley
2026-02-12
feat: add Hub authentication for future sync + extra features (#3010)
Ellie Huxtable
2026-02-09
chore(deps): Update to tiny-bip39 2.0.0 (#3151)
Cristian Le
2026-02-04
feat: replace several files with a sqlite db (#3128)
Ellie Huxtable
2025-07-23
fix: Make login exit 1 if already logged in (#2832)
David Jack Wange Olrik
2025-03-19
chore: migrate to rust 2024 (#2635)
Ellie Huxtable
2025-03-09
chore: update rust toolchain to 1.85 (#2618)
Ellie Huxtable
2024-12-05
feat: provide additional clarity around key management (#2467)
Ellie Huxtable
2024-05-30
feat(ui): add login/register dialog (#2056)
Ellie Huxtable
2024-05-21
fix(daemon): do not try to sync if logged out (#2037)
Ellie Huxtable
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-02-01
feat: reencrypt/rekey local store (#1662)
Ellie Huxtable
2023-10-08
clear history id (#1263)
Conrad Ludgate
2023-05-17
Restructure account commands to account subcommand (#984)
Ellie Huxtable
2023-04-17
chore: uuhhhhhh crypto lol (#805)
Conrad Ludgate
2023-04-14
Workspace reorder (#868)
Vladislav Stepanov
2023-03-06
fix(client): always read session_path from settings (#757)
Luke Karrys
2023-02-10
Allow using existing key file on login (#688)
Trygve Aaberge
2023-02-06
display mnemonic key (#694)
Conrad Ludgate
2022-12-16
Switch to using ATUIN_LOG instead of RUST_LOG (#642)
Ellie Huxtable
2022-10-18
Upgrade clap (#568)
Conrad Ludgate
2022-05-24
Adds password prompt for register and login (#424)
Satyarth Sampath
2022-04-28
ignore JetBrains IDEs, tidy-up imports (#348)
Jakub Panek
2022-04-22
feature-flags (#328)
Conrad Ludgate
2022-04-21
refactor commands for better separation (#313)
Conrad Ludgate
2022-04-12
goodbye warp, hello axum (#296)
Conrad Ludgate
2022-04-07
Update to clap 3.1.x (#289)
Jamie Quigley
2021-12-11
Enable help messages for command line arguments (#239)
Orhun Parmaksız
2021-12-08
feat: login/register no longer blocking (#216)
Conrad Ludgate
2021-11-13
chore: some new linting (#201)
Conrad Ludgate
2021-09-24
feat: allow input of credentials from stdin (#185)
Jannik
2021-05-09
some changes :shrug: (#83)
Conrad Ludgate
2021-05-09
Add logout, only login if not already logged in (#91)
Ellie Huxtable
2021-04-21
Bugfixes, show time ago, perf improvements
Ellie Huxtable
2021-04-20
Use cargo workspaces (#37)
Ellie Huxtable
2021-04-20
Switch to Warp + SQLx, use async, switch to Rust stable (#36)
Ellie Huxtable
2021-04-13
Add history sync, resolves #13 (#31)
Ellie Huxtable