Merge branch 'develop' into pr/1217
authorChocobozzz <me@florianbigard.com>
Mon, 11 Feb 2019 10:52:34 +0000 (11:52 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 11 Feb 2019 10:52:34 +0000 (11:52 +0100)
commit88108880bbdba473cfe36ecbebc1c3c4f972e102
treeb242efb3b4f0d7e49d88f2d1f2063b5b3b0489c0
parent53a94c7cfa8368da4cd248d65df8346905938f0c
parent9b712a2017e4ab3cf12cd6bd58278905520159d0
Merge branch 'develop' into pr/1217
28 files changed:
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.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/custom-validators/activitypub/videos.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/tools/peertube-import-videos.ts
server/tools/peertube-upload.ts
shared/models/videos/video.model.ts
shared/utils/videos/videos.ts