Send account activitypub update events
authorChocobozzz <me@florianbigard.com>
Wed, 3 Jan 2018 15:38:50 +0000 (16:38 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 3 Jan 2018 15:38:50 +0000 (16:38 +0100)
commit265ba139ebf56bbdc1c65f6ea4f367774c691fc0
treec7c52d1ae48a35b8f9aa06a9fa2335a6ba502fd1
parent9bce811268cd74b402176ae9fcd8b77ac887576e
Send account activitypub update events
23 files changed:
server/controllers/api/accounts.ts [new file with mode: 0644]
server/controllers/api/index.ts
server/controllers/api/users.ts
server/helpers/custom-validators/activitypub/activity.ts
server/helpers/custom-validators/activitypub/actor.ts
server/initializers/constants.ts
server/lib/activitypub/actor.ts
server/lib/activitypub/process/process-update.ts
server/lib/activitypub/send/send-update.ts
server/middlewares/sort.ts
server/middlewares/validators/account.ts
server/middlewares/validators/sort.ts
server/models/account/account.ts
server/models/activitypub/actor.ts
server/models/video/video-share.ts
server/tests/api/check-params/accounts.ts [new file with mode: 0644]
server/tests/api/check-params/index.ts
server/tests/api/fixtures/avatar2-resized.png [new file with mode: 0644]
server/tests/api/fixtures/avatar2.png [new file with mode: 0644]
server/tests/api/index-slow.ts
server/tests/api/users/users-multiple-servers.ts [new file with mode: 0644]
server/tests/utils/users/accounts.ts [new file with mode: 0644]
shared/models/activitypub/activity.ts