mirror of https://github.com/pixelfed/pixelfed
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.
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 | 2 weeks ago | |
| Admin | 3 weeks ago | |
| Api | 2 weeks ago | |
| Auth | 2 weeks ago | |
| AuthScope | 4 weeks ago | |
| Compose | 4 weeks ago | |
| Console | 2 weeks ago | |
| CriticalRoutes | 2 weeks ago | |
| Directory | 2 weeks ago | |
| Federation | 2 weeks ago | |
| Framework | 2 weeks ago | |
| InternalPipeline | 2 weeks ago | |
| LikePipeline | 2 weeks ago | |
| Media | 2 weeks ago | |
| MediaPipeline | 2 weeks ago | |
| Search | 2 weeks ago | |
| Security | 2 weeks ago | |
| Services | 2 weeks ago | |
| Settings | 2 weeks ago | |
| StatusPipeline | 2 weeks ago | |
| ActivityPubDeliveryServiceTest.php | 4 weeks ago | |
| AdminRemoveCwTest.php | 4 weeks ago | |
| CommentPrivatePostTest.php | 4 weeks ago | |
| ComposeControllerTest.php | 2 weeks ago | |
| CuratedRegisterEmailEscapeTest.php | 2 weeks ago | |
| DedupeQueryPatternsTest.php | 3 weeks ago | |
| DeleteWorkerAuthorizationTest.php | 4 weeks ago | |
| FollowerServiceFollowingIdsTest.php | 3 weeks ago | |
| HashtagFollowProfileGuardTest.php | 2 weeks ago | |
| HttpClientMigrationTest.php | 2 weeks ago | |
| ImportInstagramMissingProfileTest.php | 2 weeks ago | |
| LoginTest.php | 2 weeks ago | |
| ModelNamespaceMigrationTest.php | 4 weeks ago | |
| NotificationServiceTest.php | 3 weeks ago | |
| PollVotePrivateAuthTest.php | 2 weeks ago | |
| RemoteAuthServiceTest.php | 2 weeks ago | |
| RemoteOidcTest.php | 2 weeks ago | |
| SeasonalAggregationTest.php | 2 weeks ago | |
| SecureMediaFetchHeadersTest.php | 2 weeks ago | |
| StatusDeleteCleanupTest.php | 2 weeks ago | |
| StatusHashtagCachedCountTest.php | 2 weeks ago | |
| StoryExpireRemoteCacheTest.php | 2 weeks ago | |
| StoryFetchSsrfTest.php | 2 weeks ago | |
| ValidUsernameTest.php | 4 weeks ago | |