]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Add scores to follows and remove bad ones
authorChocobozzz <me@florianbigard.com>
Thu, 11 Jan 2018 08:35:50 +0000 (09:35 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 11 Jan 2018 08:35:50 +0000 (09:35 +0100)
commit60650c77c8a2a98e92d869b237ae4900f369a8fc
tree7304a7591b5b23b99d219c4d06c6bd5c4c58c1c2
parent7ae71355c40e9065f83d3fc77b6750d1929ac201
Add scores to follows and remove bad ones
21 files changed:
client/src/app/+admin/follows/followers-list/followers-list.component.html
client/src/app/shared/misc/utils.ts
client/src/app/videos/+video-edit/video-add.component.html
client/src/app/videos/+video-watch/video-watch.component.html
server.ts
server/initializers/constants.ts
server/initializers/migrations/0170-actor-follow-score.ts [new file with mode: 0644]
server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-broadcast-handler.ts
server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-job-scheduler.ts
server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-unicast-handler.ts
server/lib/schedulers/abstract-scheduler.ts [new file with mode: 0644]
server/lib/schedulers/bad-actor-follow-scheduler.ts [new file with mode: 0644]
server/models/account/account.ts
server/models/activitypub/actor-follow.ts
server/models/activitypub/actor.ts
server/models/server/server.ts
server/models/video/video-channel.ts
shared/models/actors/account.model.ts
shared/models/actors/actor.model.ts [new file with mode: 0644]
shared/models/actors/follow.model.ts
shared/models/videos/video-channel.model.ts