jonnybarnes.uk/app/Http
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes 6727138f43
Report exceptions from Micropub 500 error paths instead of swallowing them
MicropubController's catch-all handlers returned a generic 500 without
ever calling report(), so failures never reached laravel.log or Flare
(Flare is already wired up via bootstrap/app.php). Widened the final
catch to \Throwable so PHP Errors (e.g. TypeError) get the same
Micropub-shaped error response and are also reported.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-19 12:22:33 +01:00
..
Controllers Report exceptions from Micropub 500 error paths instead of swallowing them 2026-09-19 12:22:33 +01:00
Middleware Fix CSRF exemption and array-input crash on revocation/introspection 2026-08-13 17:03:43 +01:00
Requests Move request parsing into DTOs via fromRequest(), expand update handler 2026-03-13 20:39:50 +00:00
Responses Update Laravel Pint, fix files in codebase 2023-02-16 16:57:06 +00:00