aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server-sqlite/src/lib.rs (unfollow)
Commit message (Expand)Author
3 dayschore: Move everything into one big crateBenedikt Peetz
2026-05-14refactor: pull `fn into_utc` into atuin-server-database crate (#3487)John Oxley
2026-05-14refactor: Implement From<sqlx::Error> and clean up fix_error (#3484)John Oxley
2026-01-27feat: remove user verification functionality (#3108)Ellie Huxtable
2026-01-23chore!: remove total_history from api index response (#3094)Ellie Huxtable
2025-06-23feat: Add sqlite server support for self-hosting (#2770)Scotte Zinn
2025-03-19chore: migrate to rust 2024 (#2635)Ellie Huxtable
2024-07-03fix: ambiguous column name (#2232)Ellie Huxtable
2024-07-03fix: idx cache inconsistency (#2231)Ellie Huxtable
2024-07-02feat: monitor idx cache consistency before switching (#2229)Ellie Huxtable
2024-07-02perf: write to the idx cache (#2225)Ellie Huxtable
2024-06-24fix: ensure we cleanup all tables when deleting (#2191)Ellie Huxtable
2024-06-24feat: add user account verification (#2190)Ellie Huxtable
2024-05-21fix: redact password in database URI when logging (#2032)Jeremy Cline
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-03-12feat(server): check PG version before running migrations (#1868)Xavier Vello
2024-02-02feat: add `store push --force`Ellie Huxtable
2024-01-29feat: Add change-password command & support on server (#1615)TymanWasTaken
2024-01-05feat: rework record sync for improved reliability (#1478)Ellie Huxtable
2023-09-29support timezones in calendar (#1259)Conrad Ludgate
2023-09-28fix sync timestamps (#1258)Conrad Ludgate
2023-09-11replace chrono with time (#806)Conrad Ludgate
2023-08-18Update dependencies (#1181)Conrad Ludgate
2023-08-09Fix index tail leak (#1159)Ellie Huxtable
2023-07-14Delete the count cache row when a user is deleted (#1103)Ellie Huxtable
2023-07-14Add total history count to the index API (#1102)Ellie Huxtable
2023-07-14Add new sync (#1093)Ellie Huxtable
2023-06-12refactor server to allow pluggable db and tracing (#1036)Conrad Ludgate