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
Shlee 97b5d2f180
Merge pull request #7159 from shleeable/fix/directory-exclude-private-profiles
Exclude private profiles from public directory and clear suggestable on going private
2 weeks ago
..
Admin Convert string class references to ::class 3 weeks ago
Api Merge pull request #7145 from shleeable/fix/media-blocklist-check-before-store 2 weeks ago
Auth Fix registration form redirecting when max_users is falsy 2 weeks ago
Concerns Convert optional() to nullsafe operator 3 weeks ago
Groups Convert optional() to nullsafe operator 3 weeks ago
Import refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
OAuth Detect OOB oauth client when redirect_uri omitted on authorize 2 weeks ago
Settings Exclude private profiles from public directory and clear suggestable on going private 2 weeks ago
Stories Update StoryApiV1Controller.php 2 weeks ago
AccountController.php Clear 2FA session state on forced logout after failed attempts 2 weeks ago
AccountInterstitialController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminController.php Extract duplicated blocked-id and duplicate-shortcode query patterns 3 weeks ago
AdminCuratedRegisterController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminInviteController.php Update password validation rule to include string and min length 2 weeks ago
AdminShadowFilterController.php Convert string class references to ::class 3 weeks ago
ApiController.php refactor: add return type declarations to controller methods 4 weeks ago
AppRegisterController.php refactor: rename PixelfedUsername rule to ValidUsername 4 weeks ago
AuthorizeInteractionController.php Use intended-redirect session for authorize_interaction guest login 2 weeks ago
AvatarController.php Fix silent failure in avatar upload endpoints 3 weeks ago
BookmarkController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
CircleController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
CircleProfileController.php
CollectionController.php Require visibility on collection store to match NOT NULL schema 2 weeks ago
CollectionItemController.php
CommentController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ComposeController.php Check media blocklist before storing uploads to prevent orphaned files 2 weeks ago
ContactController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Controller.php
CuratedRegisterController.php refactor: rename PixelfedUsername rule to ValidUsername 4 weeks ago
CustomFilterController.php Fix custom filter rate-limit counter never expiring 2 weeks ago
CustomFilterKeywordController.php
CustomFilterStatusController.php
DeckController.php fix: resolve 6 Larastan errors in controller return types 4 weeks ago
DirectMessageController.php Check media blocklist before storing uploads to prevent orphaned files 2 weeks ago
DiscoverCategoryController.php
DiscoverCategoryHashtagController.php
DiscoverController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
FederationController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
FollowerController.php refactor: add return type declarations to controller methods 4 weeks ago
GroupController.php Convert optional() to nullsafe operator 3 weeks ago
GroupFederationController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
GroupPostController.php
HashtagController.php
HashtagFollowController.php Guard hashtag follow against null profile for soft-deleted accounts 2 weeks ago
HealthCheckController.php refactor: add return type declarations to controller methods 4 weeks ago
ImportController.php
ImportPostController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
InstallController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
InstanceActorController.php refactor: add return type declarations to controller methods 4 weeks ago
InternalApiController.php Extract following-ids lookup into FollowerService::getFollowingIds 3 weeks ago
LandingController.php Exclude private profiles from public directory and clear suggestable on going private 2 weeks ago
LikeController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
LiveStreamController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
MediaBlocklistController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
MediaController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
MediaTagController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
MicroController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
MobileController.php fix: stop caching raw Eloquent models to prevent incomplete-object 500s 4 weeks ago
NewsroomController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
NotificationController.php
PageController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ParentalControlsController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
PersonalAccessTokenController.php Enforce pat_enabled kill-switch on personal access token renew 2 weeks ago
PixelfedDirectoryController.php Fix directory listing reporting oauth and activitypub flags always true 2 weeks ago
PlaceController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
PollController.php Enforce poll scope authorization on vote endpoint 2 weeks ago
PortfolioController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ProfileAliasController.php refactor: add return type declarations to controller methods 4 weeks ago
ProfileController.php Convert optional() to nullsafe operator 3 weeks ago
ProfileMigrationController.php refactor: add return type declarations to controller methods 4 weeks ago
ProfileSponsorController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
PublicApiController.php Filter null-account statuses from non-cached network timeline 2 weeks ago
RemoteAuthController.php Add timeout, retry and error handling to remote auth HTTP calls 3 weeks ago
RemoteOidcController.php polish 4 weeks ago
ReportController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
SearchController.php Use ILIKE for case-insensitive search on PostgreSQL 2 weeks ago
SeasonalController.php Compute Year-in-Review averages in SQL instead of in PHP 3 weeks ago
SettingsController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
SiteController.php fix: correct SiteController view return types, drop ViewContract alias 2 weeks ago
SoftwareUpdateController.php
SpaController.php refactor: add return type declarations to controller methods 4 weeks ago
StatusController.php refactor: extract duplicate patterns into shared methods 4 weeks ago
StatusEditController.php Fix PostEditModal. Closes #7084 2 weeks ago
StoryComposeController.php Remove dead debug methods that echoed the raw request 3 weeks ago
StoryController.php Invalidate latest-story cache on remote story expiry and null-guard latest() 2 weeks ago
TimelineController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
UIKitController.php
UserAppSettingsController.php
UserEmailForgotController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
UserInviteController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
UserRolesController.php