jonnybarnes.uk/app/Http/Controllers
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes 1137d2a07e
Move request parsing into DTOs via fromRequest(), expand update handler
Each DTO now owns its own parsing logic via fromRequest(), removing
the normalization layer from MicropubRequest entirely. UpdateHandler
gains delete support and allows replace/add/delete to compose in a
single request rather than being mutually exclusive.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 20:39:50 +00:00
..
Admin Remove psalm annotations 2025-04-10 20:09:36 +01:00
ArticlesController.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
AuthController.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
BookmarksController.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
ContactsController.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
Controller.php Upgrade to Laravel 11 2024-03-19 20:13:36 +00:00
FeedsController.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
FrontPageController.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
IndieAuthController.php Update Laravel to v12 2025-04-01 21:10:30 +01:00
LikesController.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
MicropubController.php Move request parsing into DTOs via fromRequest(), expand update handler 2026-03-13 20:39:50 +00:00
MicropubMediaController.php Refactor micropub token verification 2025-04-12 11:47:30 +01:00
NotesController.php Switch local setup to PHP8.5 2025-12-13 15:53:00 +00:00
PlacesController.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
SearchController.php Remove psalm annotations 2025-04-10 20:09:36 +01:00
WebMentionsController.php Remove psalm annotations 2025-04-10 20:09:36 +01:00