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
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
..
Admin fix: resolve undefined variable bugs (phpstan variable.undefined) 4 weeks ago
Api Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
Auth fix: resolve str_ends_with TypeError in RegisterController 4 weeks ago
Groups fix: resolve undefined $status variable in GroupsPostController::deletePost 4 weeks ago
Import Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
OAuth Prevent deletion of personal access OAuth client 4 weeks ago
Settings Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
Stories fix: replace backslash-prefixed facade calls with imported references 4 weeks ago
AccountController.php feat: add critical path test suite and fix auth/config issues 4 weeks ago
AccountInterstitialController.php Lint 9 months ago
AdminController.php fix: add missing use imports to resolve phpstan class.notFound errors 4 weeks ago
AdminCuratedRegisterController.php
AdminInviteController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
AdminShadowFilterController.php Convert string references to `::class` 4 weeks ago
ApiController.php Remove exp.rec recommendations dead code 5 months ago
AppRegisterController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
AuthorizeInteractionController.php
AvatarController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
BookmarkController.php Update BookmarkController.php 8 months ago
CircleController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
CircleProfileController.php Lint 9 months ago
CollectionController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
CollectionItemController.php Lint 9 months ago
CommentController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
ComposeController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
ContactController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
Controller.php
CuratedRegisterController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
CustomFilterController.php Fix PHP deprecation warnings for implicit nullable parameters 11 months ago
CustomFilterKeywordController.php Lint 9 months ago
CustomFilterStatusController.php Lint 9 months ago
DeckController.php Lint 9 months ago
DirectMessageController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
DiscoverCategoryController.php Lint 9 months ago
DiscoverCategoryHashtagController.php Lint 9 months ago
DiscoverController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
FederationController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
FollowerController.php Lint 9 months ago
GroupController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
GroupFederationController.php Lint 9 months ago
GroupPostController.php Lint 9 months ago
HashtagController.php
HashtagFollowController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
HealthCheckController.php Lint 9 months ago
ImportController.php Lint 9 months ago
ImportPostController.php fix: replace backslash-prefixed facade calls with imported references 4 weeks ago
InstallController.php Update composer deps 7 months ago
InstanceActorController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
InternalApiController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
LandingController.php
LikeController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
LiveStreamController.php Lint 9 months ago
MediaBlocklistController.php Lint 9 months ago
MediaController.php
MediaTagController.php Convert string references to `::class` 4 weeks ago
MicroController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
MobileController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
NewsroomController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
NotificationController.php
PageController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ParentalControlsController.php refactor: replace deprecated str_random() with Str::random() 4 weeks ago
PersonalAccessTokenController.php Handle PAT creation gracefully when not configured 4 weeks ago
PixelfedDirectoryController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
PlaceController.php Update PlaceController.php 1 month ago
PollController.php Lint 9 months ago
PortfolioController.php fix: resolve undefined variable bugs (phpstan variable.undefined) 4 weeks ago
ProfileAliasController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ProfileController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
ProfileMigrationController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ProfileSponsorController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
PublicApiController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
RemoteAuthController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
RemoteOidcController.php Update RemoteOidcController.php 1 month ago
ReportController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
SearchController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
SeasonalController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
SettingsController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
SiteController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
SoftwareUpdateController.php Lint 9 months ago
SpaController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StatusController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
StatusEditController.php Merge branch 'staging' into remove-exp-pue 1 month ago
StoryComposeController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StoryController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
TimelineController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
UIKitController.php Lint 9 months ago
UserAppSettingsController.php Lint 9 months ago
UserEmailForgotController.php
UserInviteController.php Revert "Merge pull request #6851 from pixelfed/fix/phpstan-auth-request-scope-2" 4 weeks ago
UserRolesController.php Lint 9 months ago