Commit graph

5 commits

Author SHA1 Message Date
LimeDrive
8468bae024 feat(admin): add metadata mappings table and complete admin UI redesign
Introduce a metadata_mappings table with DAO/model layers for admin-managed
IMDB→TMDB/title overrides, and overhaul the admin panel with a modern
Bootstrap 5 sidebar UI.

- Add metadata_mappings table with migrations (search_titles, year_override)
- Add MetadataMappingDAO with standalone session helpers for use outside FastAPI
- Add new admin pages: dashboard, mappings CRUD, maintenance, config, hash/TMDB search
- Integrate DB mapping lookups into Cinemeta and TMDB metadata providers
- Update catalog views to use DB mappings before hitting external APIs
- Rewrite all admin templates with Bootstrap 5, sidebar navigation, French labels
- Add session-based auth for admin routes with Redis session store
2026-03-29 04:46:51 +02:00
Telkaoss
2c1892c260 update 2025-05-23 04:48:08 +02:00
Telkaoss
7a5caab47c
Update create_api_key.html 2025-05-23 04:26:27 +02:00
LimeDrive
a34302182f ScrapyFix: HTTPS 2024-07-11 22:32:55 +02:00
LimeDrive
472c3b4102 admin panel 2024-07-11 16:12:01 +02:00