Fix DETECT: use bot-specific DB pool, add anonymous auth when directory disabled
#517 -Commit
90c14bcd09
pushed by
rodriguez
fix(deploy): Ignore error if /opt/gbo/bin/botserver doesn't exist on first deploy
#516 -Commit
15d9e3c142
pushed by
rodriguez
fix(secrets): Remove unused sync caching functions to fix CI clippy warnings
#509 -Commit
552f37a41c
pushed by
rodriguez
fix: use existing tokio Handle instead of spawning new runtime for email config
#494 -Commit
eba075bb9d
pushed by
rodriguez
fix: use shared secrets manager instead of creating new Vault client
#493 -Commit
645a7936c5
pushed by
rodriguez
fix: use multi-threaded runtime for email config lookup to avoid blocking
#492 -Commit
597a962fbf
pushed by
rodriguez
fix: add 5s timeout to email config lookup to prevent hanging
#491 -Commit
30bb764876
pushed by
rodriguez
fix: use builder_dangerous with credentials for port 25 (like Roundcube does)
#482 -Commit
b131c7e311
pushed by
rodriguez
fix: remove private ClientId usage, use builder_dangerous for port 25
#481 -Commit
b8bf4ed5bb
pushed by
rodriguez
fix: log EmailService::send_email errors instead of silently discarding
#478 -Commit
61ae0cac82
pushed by
rodriguez
fix: check for non-empty smtp_from in email fallback chain
#477 -Commit
dde6ac236e
pushed by
rodriguez
fix: make email tracking and draft saving non-fatal for bots without those tables
#476 -Commit
3f3ecc5320
pushed by
rodriguez
refactor: Generalize WhatsAppAdapter::new to accept &AppState
#471 -Commit
0de4565e5a
pushed by
rodriguez
fix: Fix resolve_export_path typo and remove unused PathBuf imports
#468 -Commit
44669c3825
pushed by
rodriguez
fix: Use anyhow::anyhow! instead of .into() for error type
#463 -Commit
c05e40d35b
pushed by
rodriguez
ci: Fix sccache by removing --depth 1 shallow clones and --features chat
#461 -Commit
c0c06e92eb
pushed by
rodriguez
fix: Replace futures::executor::block_on with thread::spawn in SET USER
#460 -Commit
6ec82c27a6
pushed by
rodriguez
fix: Replace Handle::try_current().block_on() with thread::spawn pattern
#458 -Commit
2a042d400b
pushed by
rodriguez
fix(runtime): use TransferResult instead of Result in transfer_to_human
#453 -Commit
eb98574c8a
pushed by
rodriguez