jonnybarnes.uk/app/Services
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
..
Micropub Move request parsing into DTOs via fromRequest(), expand update handler 2026-03-13 20:39:50 +00:00
ArticleService.php Refactor of micropub request handling 2025-04-27 16:38:25 +01:00
BookmarkService.php Refactor of micropub request handling 2025-04-27 16:38:25 +01:00
LikeService.php Refactor of micropub request handling 2025-04-27 16:38:25 +01:00
NoteService.php Fix unit tests 2026-01-04 10:22:32 +00:00
PlaceService.php Update Laravel to v12 2025-04-01 21:10:30 +01:00
TokenService.php Refactor micropub token verification 2025-04-12 11:47:30 +01:00