]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - shared/models/activitypub/activity.ts
Add video abuse to activity pub
authorChocobozzz <florian.bigard@gmail.com>
Wed, 15 Nov 2017 14:12:23 +0000 (15:12 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 27 Nov 2017 18:40:52 +0000 (19:40 +0100)
commit8e13fa7d09e9925b4559cbba6c5d72c5ff1bd391
treea59070f4dc6b52a5b422bd31a8eb8ea3bff831a0
parent59c857da5961e2bcddcfd07832783c1e4afcd01a
Add video abuse to activity pub
13 files changed:
client/src/app/+admin/video-abuses/video-abuse-list/video-abuse-list.component.html
server/controllers/api/videos/abuse.ts
server/helpers/activitypub.ts
server/helpers/custom-validators/videos.ts
server/lib/activitypub/process-create.ts
server/lib/activitypub/send-request.ts
server/models/video/video-abuse-interface.ts
server/models/video/video-abuse.ts
shared/models/activitypub/activity.ts
shared/models/activitypub/objects/index.ts
shared/models/activitypub/objects/video-abuse-object.ts [new file with mode: 0644]
shared/models/activitypub/objects/video-channel-object.ts
shared/models/videos/video-abuse.model.ts