]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+my-account/my-account-settings/my-account-settings.component.ts
add ability to remove one's avatar for account and channels (#3467)
authorRigel Kent <sendmemail@rigelk.eu>
Wed, 13 Jan 2021 08:12:55 +0000 (09:12 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Jan 2021 08:12:55 +0000 (09:12 +0100)
commit1ea7da819e5bfae7b443ed722c18c4165d101439
tree17cea3786dfb3a59a2ad5559de9ebf106a0440a2
parent75dd1b641f987e1e09dbaa3329e08c6e98a858f3
add ability to remove one's avatar for account and channels (#3467)

* add ability to remove one's avatar for account and channels

* add ability to remove one's avatar for account and channels

* only display avatar edition options after input change
18 files changed:
client/src/app/+my-account/my-account-settings/my-account-settings.component.html
client/src/app/+my-account/my-account-settings/my-account-settings.component.ts
client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html
client/src/app/+my-library/+my-video-channels/my-video-channel-edit.ts
client/src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts
client/src/app/core/users/user.model.ts
client/src/app/core/users/user.service.ts
client/src/app/shared/shared-main/account/account.model.ts
client/src/app/shared/shared-main/account/actor-avatar-info.component.html
client/src/app/shared/shared-main/account/actor-avatar-info.component.scss
client/src/app/shared/shared-main/account/actor-avatar-info.component.ts
client/src/app/shared/shared-main/video-channel/video-channel.model.ts
client/src/app/shared/shared-main/video-channel/video-channel.service.ts
client/src/sass/include/_mixins.scss
server/controllers/api/users/me.ts
server/controllers/api/video-channel.ts
server/lib/activitypub/actor.ts
server/lib/avatar.ts