]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Add reason when banning a user
authorChocobozzz <me@florianbigard.com>
Wed, 8 Aug 2018 15:36:10 +0000 (17:36 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 8 Aug 2018 15:44:22 +0000 (17:44 +0200)
commiteacb25c4366bcc8fba20f98f93f004fabc6d5578
treed006c6ef3358ec8c3e3deda643dc9b70068f2515
parenta6ce68673ace5b94a81eda3ba198f0a4170eb05e
Add reason when banning a user
24 files changed:
client/src/app/+admin/users/user-list/user-list.component.html
client/src/app/+admin/users/user-list/user-list.component.ts
client/src/app/shared/buttons/action-dropdown.component.html [new file with mode: 0644]
client/src/app/shared/buttons/action-dropdown.component.scss [new file with mode: 0644]
client/src/app/shared/buttons/action-dropdown.component.ts [new file with mode: 0644]
client/src/app/shared/buttons/button.component.scss [moved from client/src/app/shared/misc/button.component.scss with 100% similarity]
client/src/app/shared/buttons/delete-button.component.html [new file with mode: 0644]
client/src/app/shared/buttons/delete-button.component.ts [moved from client/src/app/shared/misc/delete-button.component.ts with 89% similarity]
client/src/app/shared/buttons/edit-button.component.html [moved from client/src/app/shared/misc/edit-button.component.html with 50% similarity]
client/src/app/shared/buttons/edit-button.component.ts [moved from client/src/app/shared/misc/edit-button.component.ts with 90% similarity]
client/src/app/shared/misc/delete-button.component.html [deleted file]
client/src/app/shared/shared.module.ts
client/src/app/shared/users/user.model.ts
server/controllers/api/users.ts
server/helpers/custom-validators/users.ts
server/initializers/constants.ts
server/initializers/migrations/0245-user-blocked.ts
server/lib/emailer.ts
server/middlewares/validators/users.ts
server/models/account/user.ts
server/models/video/video-abuse.ts
server/tests/api/server/email.ts
server/tests/utils/users/users.ts
shared/models/users/user.model.ts