Add user moderation in the account page
authorChocobozzz <me@florianbigard.com>
Fri, 5 Oct 2018 14:56:14 +0000 (16:56 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 5 Oct 2018 15:02:10 +0000 (17:02 +0200)
commit79bd2632d62f2f600d663815fcc00a01ca981aa1
tree2a6b5df65fdd6025dda16cf7cd743c4530c63bf6
parente724fa93c71d76d709e819a05e5e2904a3c4205b
Add user moderation in the account page
18 files changed:
client/src/app/+accounts/accounts.component.html
client/src/app/+accounts/accounts.component.scss
client/src/app/+accounts/accounts.component.ts
client/src/app/+admin/users/user-list/user-list.component.html
client/src/app/shared/account/account.model.ts
client/src/app/shared/buttons/action-dropdown.component.html
client/src/app/shared/buttons/action-dropdown.component.scss
client/src/app/shared/buttons/action-dropdown.component.ts
client/src/app/shared/moderation/index.ts
client/src/app/shared/moderation/user-ban-modal.component.ts
client/src/app/shared/moderation/user-moderation-dropdown.component.html
client/src/app/shared/moderation/user-moderation-dropdown.component.ts
client/src/app/shared/users/user.service.ts
server/models/account/account.ts
server/models/video/video-format-utils.ts
server/models/video/video.ts
server/tests/api/users/users-multiple-servers.ts
shared/models/actors/account.model.ts