jonnybarnes.uk/app/Services
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes eb35a0aa2d
Update existing draft articles instead of erroring on a repeat Micropub post
If a Micropub h-entry post's title matches an existing article that's
still a draft, update that article in place rather than trying to
insert a duplicate. If it matches one that's already published,
reject the request with a clear error instead of silently colliding.

Also set includeTrashed on Article's slug config as a safety net: this
model soft-deletes, and Sluggable's uniqueness check ignores trashed
rows by default, so a previously-deleted article's title could crash
new inserts with a raw unique constraint violation (this is exactly
what surfaced in Flare as a UniqueConstraintViolationException on
articles_titleurl_unique once the prior swallowed-exception fix
shipped).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-19 17:16:11 +01:00
..
Micropub Add Article::uri accessor for the absolute post URL 2026-09-13 12:12:36 +01:00
ArticleService.php Update existing draft articles instead of erroring on a repeat Micropub post 2026-09-19 17:16:11 +01:00
BookmarkService.php Migrate outbound HTTP calls from Guzzle to the Http facade 2026-07-26 09:12:01 +01:00
LikeService.php Refactor of micropub request handling 2025-04-27 16:38:25 +01:00
NoteService.php Upgrade to Laravel 13 2026-04-07 09:01:19 +01:00
PlaceService.php Update Laravel to v12 2025-04-01 21:10:30 +01:00
TokenService.php Replace JWT Micropub tokens with revocable opaque tokens 2026-08-13 16:07:07 +01:00