atuin/crates/atuin-client/src
Ellie Huxtable 67d64ec4b3
feat: add user account verification (#2190)
* 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-06-24 14:54:54 +01:00
..
history fix: add incremental rebuild to daemon loop (#2010) 2024-05-08 17:28:52 +01:00
import feat: support importing from replxx history files (#2024) 2024-05-21 11:12:17 +07:00
record fix(daemon): do not try to sync if logged out (#2037) 2024-05-21 10:43:08 +07:00
settings fix: alias enable/enabled in settings (#2021) 2024-05-14 10:23:05 +07:00
api_client.rs feat: add user account verification (#2190) 2024-06-24 14:54:54 +01:00
database.rs feat(doctor): report sqlite version (#2075) 2024-06-03 10:51:31 +01:00
encryption.rs fix: bogus error message wording (#1283) 2024-05-16 07:51:25 +07:00
history.rs feat: add background daemon (#2006) 2024-05-08 12:09:04 +01:00
kv.rs chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
lib.rs feat(ui): add login/register dialog (#2056) 2024-05-30 12:49:22 +01:00
login.rs feat(ui): add login/register dialog (#2056) 2024-05-30 12:49:22 +01:00
ordering.rs chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
register.rs feat(ui): add login/register dialog (#2056) 2024-05-30 12:49:22 +01:00
secrets.rs feat(history): filter out various environment variables containing potential secrets (#2174) 2024-06-20 16:50:29 +01:00
settings.rs feat(daemon): follow XDG_RUNTIME_DIR if set (#2171) 2024-06-20 10:28:00 +01:00
sync.rs fix(daemon): do not try to sync if logged out (#2037) 2024-05-21 10:43:08 +07:00
utils.rs chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00