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-server
/
src
/
router.rs
(
unfollow
)
Commit message (
Expand
)
Author
3 days
chore: Move everything into one big crate
Benedikt Peetz
2026-03-09
chore: upgrade axum 0.7 to 0.8 to deduplicate with tonic's axum
Ellie Huxtable
2026-01-27
feat: remove user verification functionality (#3108)
Ellie Huxtable
2025-12-18
feat: allow disabling sync v1 (#3030)
Ellie Huxtable
2025-09-10
fix: `cargo update` and changes needed to accomodate it
Ray Kohler
2025-06-23
feat: Add sqlite server support for self-hosting (#2770)
Scotte Zinn
2025-03-19
chore: migrate to rust 2024 (#2635)
Ellie Huxtable
2025-03-09
feat(health): add health check endpoint at `/healthz` (#2549)
Hunter Casten
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-02-02
feat: add `store push --force`
Ellie Huxtable
2024-01-29
feat: Add change-password command & support on server (#1615)
TymanWasTaken
2024-01-28
chore(deps): update axum (#1637)
Conrad Ludgate
2024-01-05
feat: rework record sync for improved reliability (#1478)
Ellie Huxtable
2024-01-03
chore: remove the teapot response (#1496)
Ellie Huxtable
2023-12-20
feat: add semver checking to client requests (#1456)
Ellie Huxtable
2023-11-16
feat: add metrics server and http metrics (#1394)
Ellie Huxtable
2023-10-28
Add Kris Nova to X-Clacks-Overhead (#1355)
Ellie Huxtable
2023-10-03
A man is not dead while his name is still spoken (#1280)
Chris Rose
2023-09-26
better sync error messages (#1254)
Conrad Ludgate
2023-07-31
fix(server): Teapot is a cup of coffee (#1137)
LeoniePhiline
2023-07-14
Add new sync (#1093)
Ellie Huxtable
2023-06-12
refactor server to allow pluggable db and tracing (#1036)
Conrad Ludgate
2023-05-16
feat: add delete account option (attempt 2) (#980)
Yannick Ulrich
2023-03-20
Add history deletion (#791)
Ellie Huxtable
2023-02-15
Add support for generic database in AppState (#711)
Erwin Kroon
2023-02-10
axum6 with typesafe state (#674)
Conrad Ludgate
2022-07-26
Add support for prepending a path to all routes for the server (#484)
morguldir
2022-04-21
tracing (#315)
Conrad Ludgate
2022-04-13
Initial implementation of calendar API (#298)
Ellie Huxtable
2022-04-12
goodbye warp, hello axum (#296)
Conrad Ludgate
2022-03-13
Fix `history list --cwd` errors (#278)
Lucas Burns
2021-11-21
chore: improve build times (#213)
Conrad Ludgate
2021-04-25
Update docs, unify on SQLx, bugfixes (#40)
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