aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_common/api.rs (unfollow)
Commit message (Expand)Author
2 daysfeat(server): Really make users stateless (with tests)Benedikt Peetz
2 daysfeat(server): Make user stuff statelessBenedikt Peetz
3 dayschore(server): Remove the last remnants of the "hub" sync-server thingyBenedikt Peetz
3 dayschore(server): Simplify the database supportBenedikt Peetz
3 dayschore: Remove all `pub`sBenedikt Peetz
3 dayschore: Move everything into one big crateBenedikt Peetz
2026-03-23chore: Refactor CLI auth flows and token storage (#3317)Michelle Tilley
2026-02-12feat: add Hub authentication for future sync + extra features (#3010)Ellie Huxtable
2026-01-27feat: remove user verification functionality (#3108)Ellie Huxtable
2026-01-27chore(deps): cleanup of dep versions (#3106)Ellie Huxtable
2026-01-23chore!: remove total_history from api index response (#3094)Ellie Huxtable
2024-06-24feat: add user account verification (#2190)Ellie Huxtable
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-04-16feat(server): add me endpoint (#1954)Ellie Huxtable
2024-01-29feat: Add change-password command & support on server (#1615)TymanWasTaken
2023-12-20feat: add semver checking to client requests (#1456)Ellie Huxtable
2023-09-11replace chrono with time (#806)Conrad Ludgate
2023-07-14Add total history count to the index API (#1102)Ellie Huxtable
2023-05-21Allow server configured page size (#994)Ellie Huxtable
2023-05-16feat: add delete account option (attempt 2) (#980)Yannick Ulrich
2023-03-30Add `atuin status` (#830)Ellie Huxtable
2023-03-20Add history deletion (#791)Ellie Huxtable
2022-11-04Add local event log storage (#390)Ellie Huxtable
2022-10-14Add automatic update checking (#555)Ellie Huxtable
2022-10-07add some error messages (#510)Conrad Ludgate
2022-04-22refactor (#327)Conrad Ludgate
2022-04-12goodbye warp, hello axum (#296)Conrad Ludgate
2021-05-10Re-add macro_use to atuin-common (#107)Ellie Huxtable
2021-05-09some changes :shrug: (#83)Conrad Ludgate
2021-05-07remove dyn Reply (#48)Conrad Ludgate
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