]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/lib/hls.ts
Add ability to delete a specific video file
authorChocobozzz <me@florianbigard.com>
Fri, 29 Jul 2022 12:50:41 +0000 (14:50 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 1 Aug 2022 12:55:10 +0000 (14:55 +0200)
commit1bb4c9ab2e8b3b3022351b33a82a5e527fa5d4d7
treea6554ee0a3ccc2ae402665b2ecf57bb38fd0ed72
parent12d84abeca4917d2f1e3f308010bfcd56d37cb7c
Add ability to delete a specific video file
23 files changed:
client/src/app/+admin/overview/videos/video-list.component.html
client/src/app/+admin/overview/videos/video-list.component.scss
client/src/app/+admin/overview/videos/video-list.component.ts
client/src/app/shared/shared-main/video/video.service.ts
package.json
server/controllers/api/videos/files.ts
server/helpers/ffmpeg/ffprobe-utils.ts
server/lib/activitypub/videos/shared/abstract-builder.ts
server/lib/hls.ts
server/lib/job-queue/handlers/video-file-import.ts
server/lib/job-queue/handlers/video-studio-edition.ts
server/lib/job-queue/handlers/video-transcoding.ts
server/lib/transcoding/transcoding.ts
server/lib/video-file.ts [new file with mode: 0644]
server/middlewares/validators/videos/video-files.ts
server/models/redundancy/video-redundancy.ts
server/models/video/video-streaming-playlist.ts
server/models/video/video.ts
server/tests/api/check-params/video-files.ts
server/tests/api/transcoding/create-transcoding.ts
server/tests/api/videos/video-files.ts
shared/server-commands/videos/videos-command.ts
yarn.lock