You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 69c1688bc7 chore: remove SESSION_SECRET and wrap master_encryption_key in Arc
SESSION_SECRET was loaded and validated but never used anywhere in the
codebase. master_encryption_key is now wrapped in Arc<String> to avoid
cloning the secret string on every AppState clone.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
..
migrations feat: add use_brave_search setting 3 months ago
src chore: remove SESSION_SECRET and wrap master_encryption_key in Arc 3 months ago
tests feat: add use_brave_search setting 3 months ago
Cargo.lock
Cargo.toml
Dockerfile fix: runtime bugs found during first Docker run + integration tests 3 months ago