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
Your Name 97929f0876 fix: resolve str_ends_with TypeError in RegisterController
PHP's str_ends_with() only accepts a string needle, not an array.
The username validation was passing an array of extensions which
caused a TypeError on every registration attempt.

Replace with a loop over a configurable array of disallowed extensions,
making it easy to add new entries.

Also updates RegisterTest to properly test the registration flow
including the RT anti-bot token and age verification fields.
4 weeks ago
..
Controllers fix: resolve str_ends_with TypeError in RegisterController 4 weeks ago
Middleware Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
Requests Update ProfileMigrationStoreRequest.php 1 month ago
Resources Convert string references to `::class` 1 month ago