aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server-database/src (unfollow)
Commit message (Collapse)Author
2025-03-19chore: migrate to rust 2024 (#2635)Ellie Huxtable
* chore: upgrade to 2024 edition * ugh unsafe * format * nixxxxxxxxxxx why
2024-12-27chore(deps): cargo update (#2497)Ellie Huxtable
* chore(deps): cargo update * fix clippy sadness
2024-06-24feat: add user account verification (#2190)Ellie Huxtable
* add verified column to users table * add database functions to check if verified, or to verify * getting there * verification check * use base64 urlsafe no pad * add verification client * clippy * correct docs * fix integration tests
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
I'd like to tidy up the root a little, and it's nice to have all the rust crates in one place