]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Add ability to delete our account
authorChocobozzz <me@florianbigard.com>
Wed, 8 Aug 2018 08:55:27 +0000 (10:55 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 8 Aug 2018 08:55:27 +0000 (10:55 +0200)
commit92b9d60c00432c58d6184f3683bdb14a0300a3c6
tree4ef84e470e8289225c3987e48c458086b1883d67
parenta031ab0b9b2f06969f074622383a5c974666ba93
Add ability to delete our account
12 files changed:
client/src/app/+my-account/my-account-settings/my-account-danger-zone/index.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-settings.component.html
client/src/app/+my-account/my-account.module.ts
client/src/app/shared/users/user.service.ts
server/controllers/api/users.ts
server/middlewares/validators/users.ts
server/tests/api/check-params/users.ts
server/tests/api/users/users.ts
server/tests/utils/users/users.ts