]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/video/video.model.ts
Add concept of video state, and add ability to wait transcoding before
authorChocobozzz <me@florianbigard.com>
Tue, 12 Jun 2018 18:04:58 +0000 (20:04 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 12 Jun 2018 18:37:51 +0000 (20:37 +0200)
commit2186386cca113506791583cb07d6ccacba7af4e0
tree3c214c0b5fbd64332624267fa6e51fd4a9cf6474
parent6ccdf3a23ecec5ba2eeaf487fd1fafdc7606b4bf
Add concept of video state, and add ability to wait transcoding before
publishing a video
54 files changed:
client/src/app/+my-account/my-account-videos/my-account-videos.component.html
client/src/app/+my-account/my-account-videos/my-account-videos.component.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.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.component.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.scss
client/src/app/videos/+video-watch/video-watch.component.ts
package.json
server/controllers/activitypub/client.ts
server/controllers/activitypub/outbox.ts
server/controllers/api/users.ts
server/controllers/api/videos/index.ts
server/helpers/activitypub.ts
server/helpers/custom-validators/activitypub/videos.ts
server/helpers/custom-validators/videos.ts
server/helpers/utils.ts
server/initializers/constants.ts
server/initializers/migrations/0220-video-state.ts [new file with mode: 0644]
server/lib/activitypub/audience.ts
server/lib/activitypub/crawl.ts
server/lib/activitypub/process/process-update.ts
server/lib/activitypub/send/send-announce.ts
server/lib/activitypub/send/send-create.ts
server/lib/activitypub/send/send-like.ts
server/lib/activitypub/send/send-undo.ts
server/lib/activitypub/send/send-update.ts
server/lib/activitypub/videos.ts
server/lib/job-queue/handlers/video-file.ts
server/lib/job-queue/job-queue.ts
server/middlewares/cache.ts
server/middlewares/validators/videos.ts
server/models/video/video.ts
server/tests/api/check-params/videos.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/services.ts
server/tests/api/videos/video-transcoder.ts
server/tests/cli/create-transcoding-job.ts
server/tests/utils/videos/videos.ts
server/tools/import-videos.ts
server/tools/upload.ts
shared/models/activitypub/objects/video-torrent-object.ts
shared/models/videos/index.ts
shared/models/videos/video-create.model.ts
shared/models/videos/video-state.enum.ts [new file with mode: 0644]
shared/models/videos/video-update.model.ts
shared/models/videos/video.model.ts
support/doc/api/html/index.html
support/doc/api/openapi.yaml
support/doc/tools.md