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/Middleware
Your Name 277b8aa970 Use now() helper instead of Carbon::now() for current-time access
Aligns with the app's dominant convention (413 now()/today() call
sites vs 12 Carbon::now()). Carbon::parse() calls are untouched since
they parse arbitrary date strings, not current-time access.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 weeks ago
..
Api fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
AccountInterstitial.php fix: resolve 3 remaining Larastan errors from model migration 4 weeks ago
Admin.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
DangerZone.php Use now() helper instead of Carbon::now() for current-time access 2 weeks ago
DeprecatedEndpoint.php Pint app/ 4 weeks ago
EmailVerificationCheck.php Lint 3 months ago
FrameGuard.php Pint app/ 4 weeks ago
GrantFirstPartyToken.php Add Sanctum support 3 weeks ago
Localization.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
RedirectIfAuthenticated.php Pint app/ 4 weeks ago
RestrictedAccess.php Pint app/ 4 weeks ago
TwoFactorAuth.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago