]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Client: add ability for user to change nsfw settings
authorChocobozzz <florian.bigard@gmail.com>
Thu, 6 Apr 2017 19:21:03 +0000 (21:21 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Thu, 6 Apr 2017 19:21:03 +0000 (21:21 +0200)
commitaf5e743b01f20f24d0c25e786d57f557b21f3a24
tree5186d587135f13f00687f8ed6cd8504cdd35799f
parent92fb909c9b4a92a00b0d0da7629e6fb003de281b
Client: add ability for user to change nsfw settings
13 files changed:
client/src/app/account/account-change-password/account-change-password.component.html [new file with mode: 0644]
client/src/app/account/account-change-password/account-change-password.component.ts [new file with mode: 0644]
client/src/app/account/account-change-password/index.ts [new file with mode: 0644]
client/src/app/account/account-details/account-details.component.html [new file with mode: 0644]
client/src/app/account/account-details/account-details.component.ts [new file with mode: 0644]
client/src/app/account/account-details/index.ts [new file with mode: 0644]
client/src/app/account/account.component.html
client/src/app/account/account.component.scss [new file with mode: 0644]
client/src/app/account/account.component.ts
client/src/app/account/account.module.ts
client/src/app/core/auth/auth-user.model.ts
client/src/app/core/auth/auth.service.ts
client/src/app/shared/users/user.service.ts