]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Add follow tests
authorChocobozzz <florian.bigard@gmail.com>
Tue, 21 Nov 2017 12:43:29 +0000 (13:43 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 27 Nov 2017 18:40:52 +0000 (19:40 +0100)
commit0f91ae62df8a37194fea84ce1efa9e733d9c1fd8
tree1cb0fccadebb629d02632dc8e21fae7ba521c464
parent81de19482b89342c3dbc098a9f512ef7f1056e45
Add follow tests
23 files changed:
client/src/app/+admin/follows/followers-list/followers-list.component.html
client/src/app/+admin/follows/following-list/following-list.component.html
server/controllers/api/server/follows.ts
server/helpers/database-utils.ts
server/helpers/webfinger.ts
server/initializers/constants.ts
server/lib/activitypub/account.ts
server/lib/activitypub/process/process-add.ts
server/lib/activitypub/process/process-announce.ts
server/lib/activitypub/process/process-create.ts
server/lib/activitypub/process/process-delete.ts
server/lib/activitypub/process/process-follow.ts
server/lib/activitypub/process/process-update.ts
server/middlewares/activitypub.ts
server/middlewares/validators/follows.ts
server/tests/api/check-params/follows.ts
server/tests/api/follows.ts [new file with mode: 0644]
server/tests/api/index-slow.ts
server/tests/cli/reset-password.ts
server/tests/real-world/real-world.ts
server/tests/utils/follows.ts
server/tests/utils/index.ts
server/tests/utils/request-schedulers.ts [deleted file]