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