Organize/prisma/migrations
Brian Fertig 83075c8791 Add user profile page with name and photo support
- New `/profile` page lets users set first/last name and upload a
  profile photo (resized to 256x256 JPEG server-side via sharp, stored
  as a data URL in Postgres since the container FS is ephemeral)
- Sidebar user block now shows the profile photo (or initial-letter
  fallback) and display name, and links to `/profile`
- Migration adds `firstName`, `lastName`, `avatar` columns to User and
  backfills them from the legacy `name` field; seed updated to match
- Bump Next.js server-action body limit to 11 MB so avatar uploads up
  to the 10 MB cap aren't silently rejected with a 413
- Expose Postgres port on the host in docker-compose for local tooling
2026-08-30 11:24:05 -06:00
..
20260811180929_init
20260811190000_add_group_archived_at
20260811200000_add_user_role
20260812000000_add_site_settings
20260813000000_add_projects
20260814000000_add_todo_completed_at
20260815000000_add_ai_settings
20260817190137_add_scheduled_todos
20260817190207_add_scheduled_todo_owner_xor_project
20260828000000_add_scheduled_todo_time_due Reminders and Notifications -- on scheduled to dos 2026-08-28 13:19:25 -06:00
20260828010000_add_scheduled_todo_remind_minutes_before Reminders and Notifications -- on scheduled to dos 2026-08-28 13:19:25 -06:00
20260830010434_add_project_theme Add per-project theme assignment with scoped theming 2026-08-29 22:07:10 -06:00
20260830170317_add_user_profile Add user profile page with name and photo support 2026-08-30 11:24:05 -06:00
migration_lock.toml