aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_server/database/models.rs (unfollow)
Commit message (Expand)Author
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-01-27feat: remove user verification functionality (#3108)Ellie Huxtable
2024-06-24feat: add user account verification (#2190)Ellie Huxtable
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2023-09-11replace chrono with time (#806)Conrad Ludgate
2023-06-15Builder interface for History objects (#933)Vlad Stepanov
2023-06-12refactor server to allow pluggable db and tracing (#1036)Conrad Ludgate
2022-04-12goodbye warp, hello axum (#296)Conrad Ludgate
2021-05-09some changes :shrug: (#83)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
2021-03-21Implement server (#23)Ellie Huxtable