Only display accepted followers/followings in about page
authorChocobozzz <me@florianbigard.com>
Thu, 28 Nov 2019 10:37:32 +0000 (11:37 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 28 Nov 2019 10:37:32 +0000 (11:37 +0100)
commitb8f4167fb6fa448125aeecff80b201d74e27fe6a
tree33179fe38e113b3bd88bae9782f4741754a85159
parentd275e75453015352d5b9387eaf5078e1ba5e0ea2
Only display accepted followers/followings in about page
client/src/app/+about/about-follows/about-follows.component.ts
client/src/app/+admin/follows/followers-list/followers-list.component.ts
client/src/app/+admin/follows/following-list/following-list.component.ts
client/src/app/shared/instance/follow.service.ts
server/controllers/api/server/follows.ts
server/helpers/custom-validators/follows.ts [new file with mode: 0644]
server/middlewares/validators/follows.ts
server/models/activitypub/actor-follow.ts
server/tests/api/check-params/follows.ts
server/tests/api/server/follows.ts
shared/extra-utils/server/follows.ts