You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Http/Controllers/Admin
Your Name 6c90810f4a Fix AdminDirectoryController 500 on media_types validation
The media_types closure validator called $value->toArray(), but the
value is a plain PHP array (built via explode()), causing a fatal
'Call to a member function toArray() on array' and a 500 when opening
the Directory admin view.

Normalize to an array before in_array() checks, handling both array
and Collection inputs.

Fixes #7311
1 week ago
..
AdminAutospamController.php Fix MariaDB driver detection and reblog caption null inserts 1 week ago
AdminDirectoryController.php Fix AdminDirectoryController 500 on media_types validation 1 week ago
AdminDiscoverController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminGroupsController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AdminHashtagsController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminInstanceController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminMediaController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminReportController.php Fix MariaDB driver detection and reblog caption null inserts 1 week ago
AdminSettingsController.php Fix MariaDB driver detection and reblog caption null inserts 1 week ago
AdminSupportController.php Lint 9 months ago
AdminUserController.php Add success message for profile update action 3 weeks ago
AdminUserInviteController.php Refactor Auth, remove expensive middleware 2 weeks ago