audiobookshelf/test/server
Kevin Gatera 67de627a3f
keep postgres backup credentials out of command argv
Pass connection parts as individual pg_dump/pg_restore args and the
password via PGPASSWORD env so credentials never appear in argv,
execFile error messages, notifications, or the host process list.
Redact the password from any error output as a fallback, and reject
non-URI DATABASE_URL values with a clear error.
2026-08-02 18:26:20 -04:00
..
auth User password changes invalidate sessions 2026-07-23 17:21:25 -05:00
controllers Merge pull request #5363 from Vito0912/feat/newEndpoints 2026-07-22 17:10:51 -04:00
finders Improved subtitle parsing to account for bare colon in title 2026-02-06 14:31:09 -05:00
managers keep postgres backup credentials out of command argv 2026-08-02 18:26:20 -04:00
migrations make migration replays resilient on postgres 2026-08-02 18:19:06 -04:00
models fix case-insensitive local auth user lookup 2026-08-02 18:26:19 -04:00
objects Fixes + add progress to m4b and embed tools 2024-07-20 12:28:06 +03:00
providers Add tests for cleanSeriesSequence 2024-03-14 19:37:51 +02:00
scripts harden postgres migration integer safety 2026-08-02 18:26:19 -04:00
utils harden shelf queries and guard boolean sql 2026-08-02 18:26:18 -04:00
Database.test.js tighten postgres compatibility tests and diagnostics 2026-08-02 18:19:05 -04:00
Logger.test.js Log non-strings into log file like console.log does 2024-09-11 19:58:30 +03:00