jonnybarnes.uk/app/Services/Micropub/Data
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes 4451fc247e
Fix OwnYourSwarm checkin parsing to read from properties.checkin
Real OwnYourSwarm requests send the checkin h-card inside
properties.checkin (as an array), not at the top level. The code
was reading from the top-level key so no Place was ever created,
leaving checkin notes blank.

Update tests to match the real request format.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-14 19:18:00 +00:00
..
CardData.php Move request parsing into DTOs via fromRequest(), expand update handler 2026-03-13 20:39:50 +00:00
EntryData.php Fix OwnYourSwarm checkin parsing to read from properties.checkin 2026-03-14 19:18:00 +00:00
MicropubData.php Move request parsing into DTOs via fromRequest(), expand update handler 2026-03-13 20:39:50 +00:00
UpdateData.php Move request parsing into DTOs via fromRequest(), expand update handler 2026-03-13 20:39:50 +00:00