Don't show videos of remote instance after unfollow
authorChocobozzz <me@florianbigard.com>
Thu, 18 Jan 2018 09:53:54 +0000 (10:53 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 18 Jan 2018 14:42:20 +0000 (15:42 +0100)
commitf05a1c30c15d2ae35c11e241ca039a72eeb7d6ad
tree6d90c0de5dd3ad506e738d447e4f396951ed5624
parent1174a8479ab9ee47b3305d668fe757435057a298
Don't show videos of remote instance after unfollow
38 files changed:
.gitignore
package.json
scripts/release.sh
server/controllers/api/accounts.ts
server/controllers/api/jobs.ts
server/controllers/api/server/follows.ts
server/controllers/api/users.ts
server/controllers/api/videos/abuse.ts
server/controllers/api/videos/blacklist.ts
server/controllers/api/videos/channel.ts
server/controllers/api/videos/comment.ts
server/controllers/api/videos/index.ts
server/initializers/constants.ts
server/lib/activitypub/actor.ts
server/lib/activitypub/process/process-delete.ts
server/lib/activitypub/send/send-delete.ts
server/lib/activitypub/videos.ts
server/lib/user.ts
server/middlewares/pagination.ts
server/models/account/account.ts
server/models/account/user.ts
server/models/activitypub/actor.ts
server/models/server/server.ts
server/models/video/video-channel.ts
server/models/video/video-comment.ts
server/models/video/video.ts
server/tests/api/check-params/users.ts
server/tests/api/server/follows.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/users/users.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/single-server.ts
server/tests/api/videos/video-comments.ts
server/tests/utils/miscs/miscs.ts
server/tests/utils/users/accounts.ts
server/tests/utils/users/users.ts
server/tests/utils/videos/videos.ts
yarn.lock