c9715baab8
structural refactor and codebase improvements
2026-08-09 14:58:14 +02:00
bd7dc648c4
feat: search reindex, worker improvements, person IDs, user display names
...
- add admin POST /api/v1/admin/reindex-search endpoint + event-driven handler
- backfill persons from movie_cast/movie_crew into persons table
- paginate person list_page/backfill_from_credits_batch to cap memory
- concurrent worker event dispatch with semaphore (max 8)
- graceful worker shutdown (drain in-flight tasks on SIGINT)
- always ack events, log handler errors as warnings (no infinite retry)
- NATS ack_wait 600s, AtomicBool guard against concurrent reindex
- add username/display_name to UserSummaryDto and users list
- add person_id to CastMemberDto/CrewMemberDto via get_movie_profile use case
- add movie_id to wrapup MovieRef, person_id to wrapup PersonStat
- thread tmdb_person_id through wrapup cast pipeline
- add is_federated to FeedEntryDto
- cap orphaned persons query with LIMIT 500
- add SPA link to classic site footer
2026-06-04 14:43:28 +02:00
aadad3cfb0
feat: Jellyfin/Plex auto-import via watch queue
...
CI / Check / Test (push) Failing after 6m5s
Webhook ingestion from media servers — movies land in a pending
watch queue, user rates and confirms to create diary entries.
- domain: WatchEvent, WebhookToken models, MediaServerParser port
- adapters: jellyfin + plex parser crates, SQLite + Postgres repos
- application: ingest/confirm/dismiss/cleanup use cases, token mgmt
- presentation: webhook endpoints (bearer + query param auth),
watch queue + integrations settings HTML pages, OpenAPI docs
- worker: WatchEventCleanupJob (daily, 30d retention)
Movie resolution deferred to confirm — single canonical path
through log_review for enrichment, poster fetch, federation.
2026-06-02 17:34:16 +02:00
53df90ab1f
feat: MovieDto enrichment, movie detail page, PWA, watchlist, watchlist federation
2026-05-13 00:23:45 +02:00
00218366da
Revert "feat: rename product to Screened, add PRODUCT_NAME constant to domain"
...
This reverts commit f2e3a876dc .
2026-05-12 16:26:42 +02:00
f2e3a876dc
feat: rename product to Screened, add PRODUCT_NAME constant to domain
2026-05-12 15:42:24 +02:00
8cd90624bb
feat: move Settings/Blocked/Admin links to profile page own-account section
2026-05-12 01:14:43 +02:00
40c0f634d4
feat: add Settings, Blocked, and Admin nav links; add is_admin to HtmlPageContext
2026-05-12 01:12:16 +02:00
f2f1317660
importer feature
2026-05-10 21:23:56 +02:00
be30a1d77c
feat: show profile RSS in footer when viewing another user's profile
2026-05-10 00:46:51 +02:00
9f894ebdf2
feat: feed ux improvements
2026-05-10 00:16:29 +02:00
940c33047c
feat: add favicon to the base template
2026-05-08 14:23:15 +02:00
b5cd932bfb
feat: per-page titles, OG/SEO tags, HOST/PORT env vars, BASE_URL in config
2026-05-04 22:38:58 +02:00
549b0bbe09
feat: add rss_url to HtmlPageContext, use it in nav
2026-05-04 20:55:31 +02:00
1ad0684249
fix: remove email from top bar nav
2026-05-04 20:13:14 +02:00
89dd2f3a47
feat: add activity feed, users, and profile HTML templates
2026-05-04 19:03:44 +02:00
02d8741ea5
feat: update color scheme to use primary variables for consistency in styling
2026-05-04 17:47:00 +02:00
41da6e1f56
feat: enhance styling and layout; add background image and improve UI elements
2026-05-04 15:39:15 +02:00
2a4f1585dc
feat(templates): add base layout, login, register, new_review templates; update diary
2026-05-04 13:30:33 +02:00