]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/lib/activitypub/process/process-delete.ts
Handle follow/accept
authorChocobozzz <florian.bigard@gmail.com>
Mon, 13 Nov 2017 16:39:41 +0000 (17:39 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 27 Nov 2017 18:40:51 +0000 (19:40 +0100)
commit7a7724e66e4533523083e7336cd0d0c747c4a33b
tree805299eb9c6829158cd17e5a823a84a3a54d8209
parent571389d43b8fc8aaf27e77c06f19b320b08dbbc9
Handle follow/accept
29 files changed:
client/src/standalone/videos/embed.html
server/controllers/activitypub/client.ts
server/controllers/activitypub/inbox.ts
server/controllers/activitypub/index.ts
server/controllers/activitypub/videos.ts
server/controllers/api/pods.ts
server/helpers/custom-validators/video-accounts.ts
server/helpers/utils.ts
server/initializers/constants.ts
server/lib/activitypub/process-accept.ts [new file with mode: 0644]
server/lib/activitypub/process-delete.ts [new file with mode: 0644]
server/lib/activitypub/process-follow.ts [new file with mode: 0644]
server/lib/activitypub/send-request.ts
server/middlewares/sort.ts
server/middlewares/validators/account.ts
server/middlewares/validators/sort.ts
server/models/account/account-follow-interface.ts
server/models/account/account-follow.ts
server/models/account/account-interface.ts
server/models/account/account.ts
server/models/video/video-channel.ts
server/models/video/video-interface.ts
server/models/video/video.ts
server/tests/real-world/real-world.ts
shared/models/accounts/account.model.ts [new file with mode: 0644]
shared/models/accounts/follow.model.ts [new file with mode: 0644]
shared/models/accounts/index.ts [new file with mode: 0644]
shared/models/activitypub/activity.ts
shared/models/index.ts