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
Your Name 8aa3144745 Fix story video upload probe path (#7203)
apiV1Add passed an absolute path to FFMpeg::open(), which laravel-ffmpeg
resolves relative to the local disk root, producing a doubled path and an
ffprobe 'Unable to probe / No such file or directory' failure.

Open the file via the disk instead: FFMpeg::fromDisk('local')->open($path)
for local storage, and an on-demand local disk rooted at the temp dir for
cloud storage.

Adds feature tests that pin the disk-relative path resolution.
2 weeks ago
..
Account Fix isDomainCompatible throwing on non-json beagle response 2 weeks ago
Admin
Api Fix story video upload probe path (#7203) 2 weeks ago
Auth Merge remote-tracking branch 'origin/staging' into feature/honeypot-spam-protection 2 weeks ago
AuthScope
Compose
Console lint 2 weeks ago
CriticalRoutes Use LazilyRefreshDatabase instead of plain RefreshDatabase in tests 2 weeks ago
Directory Exclude private profiles from public directory and clear suggestable on going private 2 weeks ago
Federation lint 2 weeks ago
Framework Rewrite 2FA tests for the pending-login refactor 2 weeks ago
InternalPipeline Expand test coverage for storage_used improvements 2 weeks ago
LikePipeline Federate unlike before deleting Like so retries can deliver 2 weeks ago
Media Check media blocklist before storing uploads to prevent orphaned files 2 weeks ago
MediaPipeline Fix account storage limit not freeing on media deletion (#7169) 2 weeks ago
Search Use ILIKE for case-insensitive search on PostgreSQL 2 weeks ago
Security Merge pull request #7166 from shleeable/fix/dangerzone-logout-clear-2fa-session 2 weeks ago
Services Update UserStorageServiceTest.php 2 weeks ago
Settings Ignore own row when validating email update uniqueness 2 weeks ago
StatusPipeline Deliver posts regardless of profile no_autolink flag 2 weeks ago
ActivityPubDeliveryServiceTest.php
AdminRemoveCwTest.php
CommentPrivatePostTest.php
ComposeControllerTest.php Fix tests 2 weeks ago
CuratedRegisterEmailEscapeTest.php Escape user-provided content in curated register admin emails 2 weeks ago
DedupeQueryPatternsTest.php
DeleteWorkerAuthorizationTest.php
FollowerServiceFollowingIdsTest.php
HashtagFollowProfileGuardTest.php Apply Pint lint fixes to session test files 2 weeks ago
HttpClientMigrationTest.php Fix test 2 weeks ago
ImportInstagramMissingProfileTest.php Apply Pint lint fixes to session test files 2 weeks ago
LoginTest.php Fix tests 2 weeks ago
ModelNamespaceMigrationTest.php
NotificationServiceTest.php Convert string class references to ::class 3 weeks ago
PollVotePrivateAuthTest.php Enforce poll scope authorization on vote endpoint 2 weeks ago
RemoteAuthServiceTest.php Fix tests 2 weeks ago
RemoteOidcTest.php Fix tests 2 weeks ago
SeasonalAggregationTest.php Fix tests 2 weeks ago
SecureMediaFetchHeadersTest.php Route StoryFetch outbound requests through SSRF-hardened fetch service 2 weeks ago
StatusDeleteCleanupTest.php Fix tests 2 weeks ago
StatusHashtagCachedCountTest.php Trigger StatusHashtag observer on deletion to keep cached_count accurate 2 weeks ago
StoryExpireRemoteCacheTest.php Update StoryExpireRemoteCacheTest.php 2 weeks ago
StoryFetchSsrfTest.php Route StoryFetch outbound requests through SSRF-hardened fetch service 2 weeks ago
ValidUsernameTest.php