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