]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-main/video/video.service.ts
Rename downloadingEnabled property to downloadEnabled
authorLucas Declercq <lucas.declercq@ineat-conseil.fr>
Mon, 8 Oct 2018 12:45:22 +0000 (14:45 +0200)
committerLucas Declercq <lucas.declercq@ineat-conseil.fr>
Mon, 8 Oct 2018 12:45:22 +0000 (14:45 +0200)
commit7f2cfe3a792856f7de6f1d13688aa3d06ec1bf70
tree8042222877ed6dc983ff0e13ea3ec56aa1a4386a
parent4ffdcfc63b8c804a0aea20609544c859ab57318b
Rename downloadingEnabled property to downloadEnabled
35 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/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-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.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
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