aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server/src/settings.rs (follow)
Commit message (Collapse)AuthorAge
* chore: migrate to rust 2024 (#2635)Ellie Huxtable2025-03-19
| | | | | | | | | * chore: upgrade to 2024 edition * ugh unsafe * format * nixxxxxxxxxxx why
* fix: disable mail by default, resolve #2404 (#2405)Ellie Huxtable2024-10-02
|
* chore(deps): Update rustls and axum-server (#2382)Tobias Genannt2024-09-09
|
* fix(mail): incorrect alias and error logs (#2346)Ellie Huxtable2024-08-06
|
* feat: allow advertising a fake version to clients (#2228)Ellie Huxtable2024-07-02
| | | | | | | | | * feat: allow advertising a fake version to clients The server usually runs unstable Atuin, and is well monitored. But let's not advertised the unstable version to clients, as they will notify users there is an update available. * fix test build
* perf: write to the idx cache (#2225)Ellie Huxtable2024-07-02
|
* feat: add user account verification (#2190)Ellie Huxtable2024-06-24
| | | | | | | | | | | | | | | | | | | * 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
* fix: alias enable/enabled in settings (#2021)Ellie Huxtable2024-05-14
|
* chore: move crates into crates/ dir (#1958)Ellie Huxtable2024-04-18
I'd like to tidy up the root a little, and it's nice to have all the rust crates in one place