• Joined on 2026-03-13
wjones pushed to development at wjones/pgsql-jellyfin 2026-05-04 13:57:41 -04:00
315b7e0bd0 fix: ensure UTC date handling for Live TV extras in database insert
wjones pushed to development at wjones/pgsql-jellyfin 2026-05-04 12:47:27 -04:00
4ccd84342b feat: implement migration tracking and history management for PostgreSQL
wjones pushed to development at wjones/pgsql-jellyfin 2026-05-04 10:16:33 -04:00
e67c191843 Add comprehensive documentation for PostgreSQL schema conversion
wjones pushed to development at wjones/pgsql-jellyfin 2026-05-03 09:40:03 -04:00
3e5d29225a Refactor SQLite Database Provider
wjones pushed to development at wjones/pgsql-jellyfin 2026-04-30 18:47:53 -04:00
e1f7a4bee9 Refactor database configuration and migrations for PostgreSQL support
wjones pushed to development at wjones/pgsql-jellyfin 2026-04-30 17:49:05 -04:00
9fc10226c9 feat: implement migration to split MediaStreamInfos into AudioStreamDetails and VideoStreamDetails
wjones merged pull request wjones/pgsql-jellyfin#6 2026-04-30 15:58:39 -04:00
Add JSON config, DB-backed library options, and docs
wjones pushed to main at wjones/pgsql-jellyfin 2026-04-30 15:58:35 -04:00
372d97885f Merge pull request 'Add JSON config, DB-backed library options, and docs' (#6) from development into main
57d6342524 Optimize PostgreSQL dead tuple handling for media scans
6d5282208b Merge branch 'development' of https://gitea.wpjones.com/wjones/pgsql-jellyfin into development
f246d2ad39 update create database schema sql file
189c7edcf6 Merge pull request 'WebSocket Token Authentication' (#5) from feature/websocket-token-auth into development
Compare 7 commits »
wjones created pull request wjones/pgsql-jellyfin#6 2026-04-30 15:58:04 -04:00
Add JSON config, DB-backed library options, and docs
wjones pushed to development at wjones/pgsql-jellyfin 2026-04-30 15:52:50 -04:00
57d6342524 Optimize PostgreSQL dead tuple handling for media scans
wjones pushed to development at wjones/pgsql-jellyfin 2026-04-30 13:30:14 -04:00
6d5282208b Merge branch 'development' of https://gitea.wpjones.com/wjones/pgsql-jellyfin into development
f246d2ad39 update create database schema sql file
Compare 2 commits »
wjones pushed to development at wjones/pgsql-jellyfin 2026-04-30 12:49:56 -04:00
189c7edcf6 Merge pull request 'WebSocket Token Authentication' (#5) from feature/websocket-token-auth into development
4ba580a761 feat: WebSocket token authentication via api_key query parameter
Compare 2 commits »
wjones merged pull request wjones/pgsql-jellyfin#5 2026-04-30 12:49:55 -04:00
WebSocket Token Authentication
wjones created pull request wjones/pgsql-jellyfin#5 2026-04-30 12:49:20 -04:00
WebSocket Token Authentication
wjones pushed to feature/websocket-token-auth at wjones/pgsql-jellyfin 2026-04-30 12:43:07 -04:00
4ba580a761 feat: WebSocket token authentication via api_key query parameter
wjones created branch feature/websocket-token-auth in wjones/pgsql-jellyfin 2026-04-30 12:43:06 -04:00
wjones pushed to development at wjones/pgsql-jellyfin 2026-04-30 12:25:43 -04:00
e81c127514 Add JSON config, DB-backed library options, and docs
wjones pushed to main at wjones/pgsql-jellyfin 2026-04-30 08:49:07 -04:00
dff8539e8b Merge pull request 'Add EnableRetryOnFailure to handle transient connection failures (57P01 terminating connection)' (#4) from development into main
bad167656a Reduce log noise for WebSocket authentication failures - downgrade to Debug level
786c61ba09 Fix 12 code analysis errors in MediaEncoding projects - use LoggerMessage source generators and specific exception types
aead802df6 Add troubleshooting section for 57P01 connection termination errors
dd7c38fb5d Add EnableRetryOnFailure to handle transient connection failures (57P01 terminating connection)
Compare 5 commits »
wjones merged pull request wjones/pgsql-jellyfin#4 2026-04-30 08:49:06 -04:00
Add EnableRetryOnFailure to handle transient connection failures (57P01 terminating connection)
wjones created pull request wjones/pgsql-jellyfin#4 2026-04-30 08:48:58 -04:00
Add EnableRetryOnFailure to handle transient connection failures (57P01 terminating connection)