]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/moderation/user-moderation-dropdown.component.ts
Add user/instance block by users in the client
authorChocobozzz <me@florianbigard.com>
Fri, 12 Oct 2018 15:26:40 +0000 (17:26 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 16 Oct 2018 14:41:36 +0000 (16:41 +0200)
commitaf5767ffae41b2d5604e41ba9a7225c623dd6735
treeb96787bd134fe04d3d042795636df4bf17b5991f
parent7ad9b9846c44d198a736183fb186c2039f5236b5
Add user/instance block by users in the client
33 files changed:
client/src/app/+accounts/accounts.component.html
client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html
client/src/app/+admin/users/user-list/user-list.component.html
client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-routing.module.ts
client/src/app/+my-account/my-account.component.html
client/src/app/+my-account/my-account.component.scss
client/src/app/+my-account/my-account.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/shared/account/account.model.ts
client/src/app/shared/blocklist/account-block.model.ts [new file with mode: 0644]
client/src/app/shared/blocklist/blocklist.service.ts [new file with mode: 0644]
client/src/app/shared/blocklist/index.ts [new file with mode: 0644]
client/src/app/shared/buttons/action-dropdown.component.html
client/src/app/shared/buttons/action-dropdown.component.scss
client/src/app/shared/moderation/user-moderation-dropdown.component.html
client/src/app/shared/moderation/user-moderation-dropdown.component.ts
client/src/app/shared/shared.module.ts
server/controllers/api/users/my-blocklist.ts
server/lib/blocklist.ts
server/middlewares/validators/blocklist.ts
server/models/account/account-blocklist.ts
server/models/server/server-blocklist.ts
server/tests/api/check-params/blocklist.ts
server/tests/api/users/account-blocklist.ts
shared/models/blocklist/account-block.model.ts
shared/models/blocklist/server-block.model.ts