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
..
Admin
Add manual Micropub token generation for non-PKCE clients
2026-09-13 10:40:27 +01:00
AboutPageController.php
Add admin-editable About page
2026-08-28 14:49:53 +01:00
ArticlesController.php
Upgrade to Laravel 13
2026-04-07 09:01:19 +01:00
AuthController.php
Remove psalm annotations
2025-04-10 20:09:36 +01:00
BookmarksController.php
Remove psalm annotations
2025-04-10 20:09:36 +01:00
ContactsController.php
Upgrade to Laravel 13
2026-04-07 09:01:19 +01:00
Controller.php
Upgrade to Laravel 11
2024-03-19 20:13:36 +00:00
FeedsController.php
Drop RSS/Atom feeds, support JSON feeds only
2026-08-22 10:42:16 +01:00
FrontPageController.php
Remove psalm annotations
2025-04-10 20:09:36 +01:00
IndieAuthController.php
Fix CSRF exemption and array-input crash on revocation/introspection
2026-08-13 17:03:43 +01:00
LikesController.php
Remove psalm annotations
2025-04-10 20:09:36 +01:00
MicropubController.php
Report exceptions from Micropub 500 error paths instead of swallowing them
2026-09-19 12:22:33 +01:00
MicropubMediaController.php
Fix CSRF exemption and array-input crash on revocation/introspection
2026-08-13 17:03:43 +01:00
NotesController.php
Upgrade to Laravel 13
2026-04-07 09:01:19 +01:00
PlacesController.php
Remove psalm annotations
2025-04-10 20:09:36 +01:00
SearchController.php
Remove psalm annotations
2025-04-10 20:09:36 +01:00
WebMentionsController.php
Remove psalm annotations
2025-04-10 20:09:36 +01:00