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/tests/Feature/Api
Your Name a14fba166f Fix cached-page 500s and flaky smoke/API tests
- terms/privacy/community-guidelines views accessed the cached page as an
  object ($page->title), but cachedPage() returns an array, causing a 500
  whenever a custom Page row existed. Switch to array access.
- PublicRouteSmokeTest: enable open_registration before hitting /register,
  which 404s by default when registration is disabled.
- Api/AccountTest: derive sanctum.stateful domain from app.url instead of
  hardcoding pixelfed.test, so the first-party auth test is environment
  independent.
1 week ago
..
AccountTest.php Fix cached-page 500s and flaky smoke/API tests 1 week ago
AvatarUpdateTest.php Fix silent failure in avatar upload endpoints 3 weeks ago
CollectionStoreVisibilityTest.php Require visibility on collection store to match NOT NULL schema 2 weeks ago
CollectionTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
CustomFilterRateLimitTest.php Fix custom filter rate-limit counter never expiring 2 weeks ago
CustomFilterTransactionTest.php Fix dangling DB transactions in CustomFilterController 2 weeks ago
DirectMessageReadTest.php Mark direct messages read with a single bulk update 3 weeks ago
FavouritesPaginationTest.php Fix favourites pagination skipping one favourite per page boundary 2 weeks ago
HomeTimelineNullAccountTest.php Guard home timeline filter against null account 2 weeks ago
LoginActivityTest.php Fix login activity groupBy returning stale rows and 500 on strict DBs 2 weeks ago
NetworkTimelineNullAccountTest.php Filter null-account statuses from non-cached network timeline 2 weeks ago
NotificationTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
PersonalAccessTokenRenewKillSwitchTest.php Apply Pint lint fixes to session test files 2 weeks ago
ReblogDuplicateTest.php Apply Pint lint fixes to session test files 2 weeks ago
ReportObjectIdValidationTest.php Validate report object_id as a positive integer to fix 500 on array input 1 week ago
ScopeTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
SearchTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
StatusTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
StoryPublishValidationTest.php Stop swallowing overlay ValidationException into a generic 500 2 weeks ago
StoryVideoUploadPathTest.php polish 2 weeks ago
TimelineTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
V2MediaRoleCheckTest.php Enforce can-post role check on POST /api/v2/media 1 week ago