]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/controllers/api/video-channel.ts
Support additional video extensions
authorChocobozzz <me@florianbigard.com>
Tue, 11 Dec 2018 13:52:50 +0000 (14:52 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 11 Dec 2018 14:11:09 +0000 (15:11 +0100)
commit14e2014acc1362cfbb770c051a7254b156cd8efb
tree8b7d5aedd9fe0beff8b971c9bae7781ba2069228
parent8923187455c5aa7167d813c5c745d3857f183fd7
Support additional video extensions
39 files changed:
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/shared/forms/peertube-checkbox.component.html
client/src/app/shared/forms/peertube-checkbox.component.ts
client/src/app/videos/+video-edit/shared/video-edit.component.html
client/src/app/videos/+video-edit/shared/video-edit.component.ts
client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
client/src/app/videos/+video-edit/video-update.component.html
client/src/app/videos/+video-edit/video-update.component.ts
config/default.yaml
config/production.yaml.example
config/test-2.yaml
config/test.yaml
server/controllers/api/config.ts
server/controllers/api/users/me.ts
server/controllers/api/video-channel.ts
server/controllers/api/videos/captions.ts
server/controllers/api/videos/import.ts
server/controllers/api/videos/index.ts
server/helpers/custom-validators/video-captions.ts
server/helpers/custom-validators/video-imports.ts
server/helpers/custom-validators/videos.ts
server/initializers/checker-before-init.ts
server/initializers/constants.ts
server/initializers/migrations/0295-video-file-extname.ts [new file with mode: 0644]
server/lib/activitypub/actor.ts
server/lib/activitypub/videos.ts
server/models/redundancy/video-redundancy.ts
server/models/video/video-file.ts
server/models/video/video-format-utils.ts
server/tests/api/check-params/config.ts
server/tests/api/check-params/videos.ts
server/tests/api/server/config.ts
server/tests/api/videos/video-transcoder.ts
server/tests/fixtures/video_short.avi [new file with mode: 0644]
server/tests/fixtures/video_short.mkv [new file with mode: 0644]
shared/models/server/custom-config.model.ts
shared/utils/server/config.ts