aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_client/settings.rs (follow)
Commit message (Collapse)AuthorAge
* fix(client/settings): Trim sync user_id and encryption_keyHEADmainBenedikt Peetz3 hours
| | | | | The files might be newline delimited, which we should remove before we try to parse the contents.
* fix({client,server}/settings): Don't fail, when there is no config fileBenedikt Peetz9 hours
|
* fix(config): Don't write non-TOML default config filesBenedikt Peetz13 hours
|
* chore(daemon): Remove the `autostart` featureBenedikt Peetz14 hours
| | | | A service manager should deal with that.
* chore(treewide): Also fix all `clippy` warningsBenedikt Peetz28 hours
|
* chore(treewide): Fix some of `clippy`'s errorBenedikt Peetz28 hours
| | | | Just a run of `cargo clippy --fix`
* chore(treewide): Remove `cargo` warnings to 0Benedikt Peetz29 hours
| | | | There are still the `clippy` warnings, but they are for a future date.
* chore(treewide): Cleanup themesBenedikt Peetz36 hours
|
* feat(server): Really make users stateless (with tests)Benedikt Peetz2 days
| | | | This commit also remove another load of unneeded features.
* feat(server): Make user stuff statelessBenedikt Peetz2 days
|
* chore(server): Simplify the database supportBenedikt Peetz3 days
|
* chore: Remove all `pub`sBenedikt Peetz3 days
| | | | | They will not be marked by rustc/cargo as unused, and as atuin doesn't expose an API all of them _should_ be `pub(crate)`
* chore: Move everything into one big crateBenedikt Peetz3 days
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.