aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/client/sync.rs (unfollow)
Commit message (Expand)Author
39 hourschore(treewide): Cleanup themesBenedikt Peetz
2 daysfeat(server): Really make users stateless (with tests)Benedikt Peetz
3 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: Somewhat simplify sync codeBenedikt Peetz
3 dayschore: Turn all `allow`s into into `expect`sBenedikt 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-11feat: Allow authenticating with Atuin Hub (#3237)Michelle Tilley
2026-02-04feat: replace several files with a sqlite db (#3128)Ellie Huxtable
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-04-03perf(dotfiles): cache aliases and read straight from file (#1918)Ellie Huxtable
2024-03-06fix(store-init): re-sync after running auto store init (#1834)Ellie Huxtable
2024-03-06feat: add automatic history store init (#1831)Ellie Huxtable
2024-03-01fix(sync): check store length after sync, not before (#1805)Ellie Huxtable
2024-02-22fix: check session file exists for status command (#1756)Ellie Huxtable
2024-02-04feat: disable auto record store init (#1671)Ellie Huxtable
2024-02-01feat: reencrypt/rekey local store (#1662)Ellie Huxtable
2024-01-29feat: automatically init history store when record sync is enabled (#1634)Ellie Huxtable
2024-01-16feat: add history rebuild (#1575)Ellie Huxtable
2024-01-05feat: rework record sync for improved reliability (#1478)Ellie Huxtable
2023-10-08clear history id (#1263)Conrad Ludgate
2023-10-04Fix/1207 deleted entries shown in interactive search (#1272)Dieter Eickstaedt
2023-07-14Add new sync (#1093)Ellie Huxtable
2023-05-17Restructure account commands to account subcommand (#984)Ellie Huxtable
2023-05-16feat: add delete account option (attempt 2) (#980)Yannick Ulrich
2023-04-17chore: uuhhhhhh crypto lol (#805)Conrad Ludgate
2023-04-14Workspace reorder (#868)Vladislav Stepanov
2023-03-30Add `atuin status` (#830)Ellie Huxtable
2023-03-06fix(client): always read session_path from settings (#757)Luke Karrys
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-09Importer V3 (#395)Conrad Ludgate
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
2021-04-25Update docs, unify on SQLx, bugfixes (#40)Ellie 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