]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/video/video.ts
Add ability to remove hls/webtorrent files
authorChocobozzz <me@florianbigard.com>
Wed, 17 Nov 2021 15:04:53 +0000 (16:04 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 18 Nov 2021 08:04:30 +0000 (09:04 +0100)
commitb46cf4b920984492df598c1b61179acfc7f6f22e
tree21fda049c85be48ab3d37b537aafa98e94649ad7
parent3cfa817672657df18260ece5b354efa0f3b6e317
Add ability to remove hls/webtorrent files
20 files changed:
client/src/app/+admin/overview/videos/video-list.component.html
client/src/app/+admin/overview/videos/video-list.component.ts
client/src/app/shared/shared-main/video/video.model.ts
client/src/app/shared/shared-main/video/video.service.ts
client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts
server/controllers/api/videos/files.ts [new file with mode: 0644]
server/controllers/api/videos/index.ts
server/controllers/api/videos/update.ts
server/lib/job-queue/handlers/video-file-import.ts
server/lib/job-queue/handlers/video-transcoding.ts
server/middlewares/validators/videos/index.ts
server/middlewares/validators/videos/video-files.ts [new file with mode: 0644]
server/models/redundancy/video-redundancy.ts
server/models/video/video.ts
server/tests/api/check-params/index.ts
server/tests/api/check-params/video-files.ts [new file with mode: 0644]
server/tests/api/videos/index.ts
server/tests/api/videos/video-files.ts [new file with mode: 0644]
shared/extra-utils/videos/videos-command.ts
shared/models/users/user-right.enum.ts