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
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
2 weeks ago
..
Auth Update in-app registration 2 weeks ago
Console/Commands Update ExportLanguages.php 2 weeks ago
Events
…
Exceptions Update federation fanout 2 weeks ago
Http Fix AdminDirectoryController 500 on media_types validation 2 weeks ago
Jobs Add AccountRevocationService 2 weeks ago
Listeners
…
Mail
…
Models Add HasMany return type to CustomFilter::statuses() for Larastan 2 weeks ago
Observers Fix StoryIndexService 2 weeks ago
Passport
…
Policies
…
Providers Update AppServiceProvider.php 2 weeks ago
Rules
…
Services Update WebfingerService 2 weeks ago
Transformer Fix web notifications not loading (#7195) 2 weeks ago
Util polish 2 weeks ago
HasSnowflakePrimary.php
…
helpers.php Add db_is_sqlite helper for the test connection 2 weeks ago