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
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
..
Controllers Fix story video upload probe path (#7203) 2 weeks ago
Middleware Use now() helper instead of Carbon::now() for current-time access 2 weeks ago
Requests Fix ProfileMigrationStorageRequest, use signed requests for gts and other compat 4 weeks ago
Resources Merge pull request #7059 from pixelfed/chore/convert-string-refs-to-class 2 weeks ago