]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+admin/follows/following-list/following-list.component.ts
Add ability to search on followers/following
authorChocobozzz <me@florianbigard.com>
Wed, 10 Oct 2018 07:43:53 +0000 (09:43 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 10 Oct 2018 07:43:53 +0000 (09:43 +0200)
commitb014b6b9c7cb68d09c52b44046afe486c0736426
treedcc10748eac50400d670e9fa0163f73b96f6194a
parent9ccff23877ec8d740fcd5a9254fcd2424b62d2c8
Add ability to search on followers/following
13 files changed:
client/src/app/+admin/follows/followers-list/followers-list.component.html
client/src/app/+admin/follows/followers-list/followers-list.component.scss
client/src/app/+admin/follows/following-list/following-list.component.html
client/src/app/+admin/follows/following-list/following-list.component.scss
client/src/app/+admin/follows/following-list/following-list.component.ts
client/src/app/+admin/follows/shared/follow.service.ts
client/src/app/+admin/users/user-list/user-list.component.scss
client/src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html
client/src/sass/primeng-custom.scss
server/controllers/api/server/follows.ts
server/models/activitypub/actor-follow.ts
server/tests/api/server/follows.ts
server/tests/utils/server/follows.ts