seedproject-web/api/db/migrations
Carlos Arias dc69d1fd0d Phase 2: media upload pipeline
- cja_media table; POST /api/media/upload (admin-gated, multipart).
- Images optimised with GD (downscale to 1600px, re-encode; WebP for
  transparency, JPG for photos). Video via ffmpeg (scale, compress, drop audio).
- Stored in app/public/media/ (source tree) so uploads survive rebuilds and are
  copied into public/ on build.
- requireAdmin() moved to PublicController base (fixes a static/non-static
  clash with AdminAuth). Type detection uses getimagesize (fileinfo ext absent).

Note: php-fpm must be in the caweb group to write app/public/media (restart
after adding www to caweb).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DoFYZY9gkGPNDqZ7NuEa9a
2026-07-23 22:45:45 +00:00
..
001_create_metrics_placeholder.sql feat(api): Foundation — installer, migrations, two-tier auth, health round-trip 2026-07-04 23:23:51 +00:00
002_create_sp_plugins.sql fix: repair the fresh-clone flow — track api/public + app/public, fix installer schema 2026-07-05 00:15:55 +00:00
003_schema_snapshot.sql Baseline: full site build (brand, pages, DB, agent-editable) 2026-07-23 20:21:28 +00:00
004_create_cja_projects.sql Baseline: full site build (brand, pages, DB, agent-editable) 2026-07-23 20:21:28 +00:00
005_create_cja_contact.sql Baseline: full site build (brand, pages, DB, agent-editable) 2026-07-23 20:21:28 +00:00
006_projects_gallery_skills.sql Baseline: full site build (brand, pages, DB, agent-editable) 2026-07-23 20:21:28 +00:00
007_create_cja_changelog.sql Baseline: full site build (brand, pages, DB, agent-editable) 2026-07-23 20:21:28 +00:00
008_create_cja_admin.sql Phase 0: admin console foundation 2026-07-23 20:23:48 +00:00
009_admin_token.sql Phase 1: admin login page + secret-link token auth 2026-07-23 22:15:50 +00:00
010_create_cja_media.sql Phase 2: media upload pipeline 2026-07-23 22:45:45 +00:00