]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - shared/models/activitypub/objects/video-torrent-object.ts
Send server announce when users upload a video
authorChocobozzz <florian.bigard@gmail.com>
Thu, 16 Nov 2017 10:08:25 +0000 (11:08 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 27 Nov 2017 18:40:52 +0000 (19:40 +0100)
commitefc32059d980c51793e8e9ac0fb6a885a8026f94
treec272e63fd57a9625b53dc26ceb1b46aee35d21d3
parentd846501818c2d29e66e6fd141789cb04fd55a437
Send server announce when users upload a video
22 files changed:
client/src/app/core/auth/auth.service.ts
server/controllers/activitypub/client.ts
server/controllers/api/server/follows.ts
server/controllers/api/videos/index.ts
server/helpers/activitypub.ts
server/helpers/core-utils.ts
server/helpers/custom-validators/activitypub/videos.ts
server/helpers/peertube-crypto.ts
server/helpers/utils.ts
server/initializers/constants.ts
server/initializers/installer.ts
server/lib/activitypub/misc.ts
server/lib/activitypub/process-create.ts
server/lib/activitypub/send-request.ts
server/lib/jobs/transcoding-job-scheduler/video-file-optimizer-handler.ts
server/lib/video-channel.ts
server/models/account/account-follow-interface.ts
server/models/account/account-follow.ts
server/models/video/video-channel.ts
server/models/video/video.ts
shared/models/activitypub/objects/video-channel-object.ts
shared/models/activitypub/objects/video-torrent-object.ts