]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - shared/server-commands/server/server.ts
Generate random uuid for video files
authorChocobozzz <me@florianbigard.com>
Thu, 22 Jul 2021 12:28:03 +0000 (14:28 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 26 Jul 2021 09:29:31 +0000 (11:29 +0200)
commit83903cb65d531a6b6b91715387493ba8312b264d
treefd172e26a483331e74f15a062743a9d40d4016d3
parentc4fa01f7c45b66b112ebd08abce744b7c4041feb
Generate random uuid for video files
27 files changed:
server/controllers/api/videos/upload.ts
server/lib/hls.ts
server/lib/job-queue/handlers/video-file-import.ts
server/lib/job-queue/handlers/video-import.ts
server/lib/transcoding/video-transcoding.ts
server/lib/video-paths.ts
server/tests/api/check-params/abuses.ts
server/tests/api/check-params/services.ts
server/tests/api/check-params/video-blacklist.ts
server/tests/api/moderation/abuses.ts
server/tests/api/redundancy/redundancy.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/videos/audio-only.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/resumable-upload.ts
server/tests/api/videos/single-server.ts
server/tests/api/videos/video-captions.ts
server/tests/api/videos/video-change-ownership.ts
server/tests/api/videos/video-hls.ts
server/tests/api/videos/video-transcoder.ts
server/tests/plugins/plugin-helpers.ts
shared/core-utils/miscs/index.ts
shared/core-utils/miscs/regexp.ts [new file with mode: 0644]
shared/extra-utils/server/server.ts
shared/extra-utils/server/servers-command.ts
shared/extra-utils/videos/streaming-playlists.ts
shared/extra-utils/videos/videos.ts