]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/videos/+video-watch/video-watch.component.html
Add downloadingEnabled property to video model
authorLucas Declercq <lucas.declercq@ineat-conseil.fr>
Sat, 6 Oct 2018 17:17:21 +0000 (19:17 +0200)
committerLucas Declercq <lucas.declercq@ineat-conseil.fr>
Sat, 6 Oct 2018 17:17:39 +0000 (19:17 +0200)
commit156c50af3085468a47b8ae73fe8cfcae46b42398
treef316355ebea2550c201a880cfc9f9b724bf0f7fd
parent35d50b7dd26b3cf646b8845784927bb1ef18dfb3
Add downloadingEnabled property to video model
34 files changed:
client/src/app/shared/video-import/video-import.service.ts
client/src/app/shared/video/video-details.model.ts
client/src/app/shared/video/video-edit.model.ts
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts
client/src/app/videos/+video-edit/video-add-components/video-import-url.component.ts
client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.ts
server/controllers/api/videos/import.ts
server/controllers/api/videos/index.ts
server/helpers/activitypub.ts
server/helpers/audit-logger.ts
server/helpers/custom-validators/activitypub/videos.ts
server/initializers/migrations/0280-video-downloading-enabled.ts [new file with mode: 0644]
server/lib/activitypub/videos.ts
server/middlewares/validators/videos/videos.ts
server/models/video/video-format-utils.ts
server/models/video/video.ts
server/tests/api/check-params/video-imports.ts
server/tests/api/check-params/videos.ts
server/tests/api/server/follows.ts
server/tests/api/server/handle-down.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/single-server.ts
server/tests/utils/videos/videos.ts
server/tools/peertube-import-videos.ts
server/tools/peertube-upload.ts
shared/models/activitypub/objects/video-torrent-object.ts
shared/models/videos/video-create.model.ts
shared/models/videos/video-update.model.ts
shared/models/videos/video.model.ts
support/doc/api/openapi.yaml
support/doc/api/videos.yaml