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 252dea7016 Track media storage quota via an explicit lifecycle enum
Charge the raw upload size immediately (enforce on raw, never under-count),
correct down to the optimized size in the finalize job, and refund on delete.
Each transition is guarded by media.quota_status so retries can't double-apply.
1 week ago
..
Admin Merge pull request #7192 from pixelfed/refactor/str-of-to-native 2 weeks ago
Api Track media storage quota via an explicit lifecycle enum 1 week ago
Auth Merge remote-tracking branch 'origin/staging' into feature/honeypot-spam-protection 2 weeks ago
Concerns
Groups
Import
OAuth Detect OOB oauth client when redirect_uri omitted on authorize 2 weeks ago
Settings Fix missing email verification dispatch on settings email change 1 week ago
Stories Stop swallowing overlay ValidationException into a generic 500 2 weeks ago
AccountController.php Use now() helper instead of Carbon::now() for current-time access 2 weeks ago
AccountInterstitialController.php
AdminController.php Refactor Auth, remove expensive middleware 2 weeks ago
AdminCuratedRegisterController.php Require dangerzone sudo mode on curated register, shadow filter and page admin controllers 2 weeks ago
AdminInviteController.php
AdminShadowFilterController.php Require dangerzone sudo mode on curated register, shadow filter and page admin controllers 2 weeks ago
ApiController.php
AppRegisterController.php
AuthorizeInteractionController.php Use intended-redirect session for authorize_interaction guest login 2 weeks ago
AvatarController.php
BookmarkController.php
CircleController.php
CircleProfileController.php
CollectionController.php Require visibility on collection store to match NOT NULL schema 2 weeks ago
CollectionItemController.php
CommentController.php
ComposeController.php Track media storage quota via an explicit lifecycle enum 1 week ago
ContactController.php
Controller.php
CuratedRegisterController.php
CustomFilterController.php Fix dangling DB transactions in CustomFilterController 2 weeks ago
CustomFilterKeywordController.php
CustomFilterStatusController.php
DeckController.php
DirectMessageController.php Track media storage quota via an explicit lifecycle enum 1 week ago
DiscoverCategoryController.php
DiscoverCategoryHashtagController.php
DiscoverController.php
FederationController.php
FollowerController.php
GroupController.php
GroupFederationController.php
GroupPostController.php
HashtagController.php
HashtagFollowController.php Guard hashtag follow against null profile for soft-deleted accounts 2 weeks ago
HealthCheckController.php
ImportController.php
ImportPostController.php
InstallController.php
InstanceActorController.php
InternalApiController.php
LandingController.php Exclude private profiles from public directory and clear suggestable on going private 2 weeks ago
LikeController.php
LiveStreamController.php
MediaBlocklistController.php
MediaController.php
MediaTagController.php
MicroController.php
MobileController.php
NewsroomController.php
NotificationController.php
PageController.php Require dangerzone sudo mode on curated register, shadow filter and page admin controllers 2 weeks ago
ParentalControlsController.php
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
PollController.php Enforce poll scope authorization on vote endpoint 2 weeks ago
PortfolioController.php
ProfileAliasController.php
ProfileController.php
ProfileMigrationController.php
ProfileSponsorController.php
PublicApiController.php Update PublicApiController, fix getStatus to use database check 2 weeks ago
RemoteAuthController.php Replace Str::of() fluent chains with static Str::/native calls 2 weeks ago
RemoteOidcController.php
ReportController.php
SearchController.php Use ILIKE for case-insensitive search on PostgreSQL 2 weeks ago
SeasonalController.php
SettingsController.php Use now() helper instead of Carbon::now() for current-time access 2 weeks ago
SiteController.php
SoftwareUpdateController.php
SpaController.php
StatusController.php Refactor StatusController 2 weeks ago
StatusEditController.php
StoryComposeController.php Normalize cropped story images to the 1080x1920 canvas (#7215) 2 weeks ago
StoryController.php Invalidate latest-story cache on remote story expiry and null-guard latest() 2 weeks ago
TimelineController.php Refactor Auth, remove expensive middleware 2 weeks ago
UIKitController.php
UserAppSettingsController.php
UserEmailForgotController.php
UserInviteController.php
UserRolesController.php