]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/server/follows.ts
Add ability for instances to follow any actor
authorChocobozzz <me@florianbigard.com>
Tue, 20 Jul 2021 12:15:15 +0000 (14:15 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 21 Jul 2021 11:35:31 +0000 (13:35 +0200)
commit4d029ef8ec3d5274eeaa3ee6d808eb7035e7faef
tree20bcdd660ab4eb731814db3a4a40fffb48ce7482
parent7f28f2ddbaeecf451d501e99ded0408c14a33600
Add ability for instances to follow any actor
45 files changed:
client/src/app/+admin/admin.component.ts
client/src/app/+admin/admin.module.ts
client/src/app/+admin/follows/followers-list/followers-list.component.html
client/src/app/+admin/follows/following-list/follow-modal.component.html [new file with mode: 0644]
client/src/app/+admin/follows/following-list/follow-modal.component.scss [new file with mode: 0644]
client/src/app/+admin/follows/following-list/follow-modal.component.ts [new file with mode: 0644]
client/src/app/+admin/follows/following-list/following-list.component.html
client/src/app/+admin/follows/following-list/following-list.component.ts
client/src/app/+admin/follows/following-list/index.ts
client/src/app/+admin/follows/follows.routes.ts
client/src/app/shared/form-validators/batch-domains-validators.ts [deleted file]
client/src/app/shared/form-validators/host-validators.ts [new file with mode: 0644]
client/src/app/shared/form-validators/host.ts [deleted file]
client/src/app/shared/form-validators/index.ts
client/src/app/shared/shared-instance/instance-follow.service.ts
client/src/app/shared/shared-moderation/batch-domains-modal.component.html
client/src/app/shared/shared-moderation/batch-domains-modal.component.ts
server/controllers/api/server/follows.ts
server/helpers/custom-validators/follows.ts
server/helpers/custom-validators/servers.ts
server/lib/activitypub/crawl.ts
server/lib/activitypub/follow.ts
server/middlewares/validators/follows.ts
server/models/actor/actor-follow.ts
server/models/video/sql/videos-id-list-query-builder.ts
server/tests/api/check-params/follows.ts
server/tests/api/moderation/blocklist.ts
server/tests/api/notifications/moderation-notifications.ts
server/tests/api/redundancy/redundancy-constraints.ts
server/tests/api/server/auto-follows.ts
server/tests/api/server/follows-moderation.ts
server/tests/api/server/follows.ts
server/tests/api/server/handle-down.ts
server/tests/api/server/stats.ts
server/tests/api/users/user-subscriptions.ts
server/tests/api/users/users.ts
shared/extra-utils/server/follows-command.ts
shared/extra-utils/server/follows.ts
shared/extra-utils/users/actors.ts [moved from shared/extra-utils/users/accounts.ts with 50% similarity]
shared/extra-utils/users/index.ts
shared/extra-utils/videos/comments-command.ts
shared/extra-utils/videos/videos-command.ts
shared/models/server/index.ts
shared/models/server/server-follow-create.model.ts [new file with mode: 0644]
support/doc/api/openapi.yaml