]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/middlewares/validators/videos/video-channels.ts
Implement support field in video and video channel
authorChocobozzz <me@florianbigard.com>
Thu, 15 Feb 2018 13:46:26 +0000 (14:46 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 15 Feb 2018 14:29:07 +0000 (15:29 +0100)
commit2422c46b27790d94fd29a7092170cee5a1b56008
treed5c1942ce20cadb27a551d87c789edfe92f5b105
parent34cbef8c6cc912143a421413bdd832c4adcc556a
Implement support field in video and video channel
49 files changed:
client/src/app/shared/account/account.model.ts
client/src/app/shared/video/video-details.model.ts
server/controllers/api/users.ts
server/controllers/api/videos/channel.ts
server/controllers/api/videos/index.ts
server/helpers/activitypub.ts
server/helpers/custom-validators/accounts.ts
server/helpers/custom-validators/users.ts
server/helpers/custom-validators/video-channels.ts
server/helpers/custom-validators/videos.ts
server/initializers/constants.ts
server/initializers/migrations/0195-support.ts [new file with mode: 0644]
server/lib/activitypub/actor.ts
server/lib/activitypub/process/process-update.ts
server/lib/activitypub/send/send-update.ts
server/lib/activitypub/videos.ts
server/lib/video-channel.ts
server/middlewares/validators/users.ts
server/middlewares/validators/video-channels.ts
server/middlewares/validators/videos.ts
server/models/account/account.ts
server/models/activitypub/actor.ts
server/models/video/video-channel.ts
server/models/video/video-share.ts
server/models/video/video.ts
server/tests/api/check-params/users.ts
server/tests/api/check-params/video-channels.ts
server/tests/api/check-params/videos.ts
server/tests/api/server/follows.ts
server/tests/api/server/handle-down.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/users/users.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/single-server.ts
server/tests/api/videos/video-channels.ts
server/tests/utils/users/users.ts
server/tests/utils/videos/video-channels.ts
server/tests/utils/videos/videos.ts
server/tools/upload.ts
shared/models/activitypub/activitypub-actor.ts
shared/models/activitypub/objects/video-torrent-object.ts
shared/models/actors/account.model.ts
shared/models/users/user-update-me.model.ts
shared/models/videos/video-channel-create.model.ts
shared/models/videos/video-channel-update.model.ts
shared/models/videos/video-channel.model.ts
shared/models/videos/video-create.model.ts
shared/models/videos/video-update.model.ts
shared/models/videos/video.model.ts