audiobookshelf/test/server
Kevin Gatera 49d0a66c1d
make v2.33.0 migration index checks work on postgres
Sequelize showIndex matches the table name case-sensitively, but
postgres folds unquoted identifiers to lowercase, so existing indexes
were never detected and addIndex failed with already-exists errors,
crash-looping the server on startup. Query pg_indexes with the folded
table name on postgres and compare index names case-insensitively.
2026-08-02 22:35:03 -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 add timeout to postgres backup commands 2026-08-02 22:35:02 -04:00
migrations make v2.33.0 migration index checks work on postgres 2026-08-02 22:35:03 -04:00
models fix user cache misses for mixed-case username and email lookups 2026-08-02 22:35:02 -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 22:35:01 -04:00
utils limit shelf query fallback to the postgres dialect 2026-08-02 22:35:03 -04:00
Database.test.js add postgres denormalization triggers for library items 2026-08-02 22:35:02 -04:00
Logger.test.js Log non-strings into log file like console.log does 2024-09-11 19:58:30 +03:00