PIMS/app/Modules/Movies/routes
2025-12-07 01:28:02 -06:00
..
admin.php feat(movies): switch provider to TMDb and store full actor image URLs\n\n- Add TmdbMovieProvider (v3 endpoints, v4 Bearer auth); set TMDb as default provider\n- Update config/movies.php with TMDb image base and profile size; add TMDB_PROFILE_SIZE\n- Upsert: persist actor profile_path as FULL TMDb CDN URL; backfill existing rows\n- Migrations: add actors.profile_path and backfill full URLs\n- Models: allow mass-assign profile_path on Actor\n- Admin: default provider from config; comments and docs updated\n- Frontend: show actor image on /actors/{id}; minor TMDb wording fixes in admin UI\n- Docs: update root and Movies module READMEs; env example for TMDb\n- Tests: adjust for TMDb defaults and provider IDs\n\nIncludes updated public/build assets and manifest. 2025-12-07 01:28:02 -06:00
api.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
api_actors.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
api_directors.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
api_genres.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
api_studios.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
pages.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
pages_actors.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
pages_directors.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
pages_genres.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
pages_studios.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
public.php Initial commit of existing project 2025-12-06 21:49:26 -06:00