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
Daniel Supernault ab893133cc
Update apps endpoint
1 week ago
..
Admin Merge pull request #7309 from pixelfed/feature/laravel-cap 1 week ago
Api Update apps endpoint 1 week ago
Auth polish 1 week 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 chore: rename Pirate English locale to BCP-47 en-x-pirate 1 week ago
Stories Fix MariaDB driver detection and reblog caption null inserts 1 week ago
AccountController.php Use now() helper instead of Carbon::now() for current-time access 2 weeks ago
AccountInterstitialController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminController.php Fix MariaDB driver detection and reblog caption null inserts 1 week ago
AdminCuratedRegisterController.php Require dangerzone sudo mode on curated register, shadow filter and page admin controllers 2 weeks ago
AdminInviteController.php Send verification email for admin-invite users that require verification 2 weeks ago
AdminShadowFilterController.php Require dangerzone sudo mode on curated register, shadow filter and page admin controllers 2 weeks ago
ApiController.php refactor: add return type declarations to controller methods 4 weeks ago
AppRegisterController.php polish 1 week 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 Lint 9 months ago
CollectionController.php Require visibility on collection store to match NOT NULL schema 2 weeks ago
CollectionItemController.php Lint 9 months ago
CommentController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ComposeController.php Fix MariaDB driver detection and reblog caption null inserts 1 week ago
ContactController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Controller.php
CuratedRegisterController.php polish 1 week ago
CustomFilterController.php Fix dangling DB transactions in CustomFilterController 2 weeks ago
CustomFilterKeywordController.php Lint 9 months ago
CustomFilterStatusController.php Lint 9 months ago
DeckController.php fix: resolve 6 Larastan errors in controller return types 4 weeks ago
DirectMessageController.php Fix MariaDB driver detection and reblog caption null inserts 1 week ago
DiscoverCategoryController.php Lint 9 months ago
DiscoverCategoryHashtagController.php Lint 9 months ago
DiscoverController.php Fix MariaDB driver detection and reblog caption null inserts 1 week 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 Lint 9 months ago
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 Lint 9 months ago
ImportPostController.php Update Instagram Imports 1 week 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 Require dangerzone sudo mode on curated register, shadow filter and page admin controllers 2 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 Replace Str::of() fluent chains with static Str::/native calls 2 weeks ago
PlaceController.php Fix MariaDB driver detection and reblog caption null inserts 1 week 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 Guard home timeline filter against null account 2 weeks ago
RemoteAuthController.php Replace Str::of() fluent chains with static Str::/native calls 2 weeks ago
RemoteOidcController.php Mark OIDC login session password-confirmed to fix dangerzone lockout 2 weeks ago
ReportController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
SearchController.php Fix MariaDB driver detection and reblog caption null inserts 1 week ago
SeasonalController.php Fix MariaDB driver detection and reblog caption null inserts 1 week ago
SettingsController.php Use now() helper instead of Carbon::now() for current-time access 2 weeks ago
SiteController.php fix i18n cache on about/guidelines 1 week ago
SoftwareUpdateController.php Lint 9 months ago
SpaController.php chore: rename Pirate English locale to BCP-47 en-x-pirate 1 week ago
StatusController.php Fix MariaDB driver detection and reblog caption null inserts 1 week ago
StatusEditController.php Fix PostEditModal. Closes #7084 2 weeks ago
StoryComposeController.php Update StoryComposeController 2 weeks ago
StoryController.php Fix MariaDB driver detection and reblog caption null inserts 1 week ago
TimelineController.php Refactor Auth, remove expensive middleware 2 weeks ago
UIKitController.php Lint 9 months ago
UserAppSettingsController.php Lint 9 months ago
UserEmailForgotController.php polish 1 week ago
UserInviteController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
UserRolesController.php Lint 9 months ago