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