jonnybarnes.uk/app/Services/Micropub
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes 77998a963e
Fix relative Location header when Micropub creates an article
EntryHandler used Article::link, which is deliberately a site-relative
path elsewhere in the app, directly as the Micropub response's
Location URL. Every other post type it returns (notes, bookmarks,
places) already prepends the site URL, so articles were the only case
where clients received a relative Location - iA Writer appears to
treat that as a local file path and fails to open it after posting.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017USyUg8PwuoDcHP8pv5xjy
2026-09-13 11:42:28 +01:00
..
Data Respect Micropub post-status when creating articles 2026-08-22 17:16:55 +01:00
Handlers Fix relative Location header when Micropub creates an article 2026-09-13 11:42:28 +01:00
MicropubHandlerRegistry.php Introduce typed DTOs and sub-namespaces for Micropub handlers 2026-02-22 10:41:33 +00:00