Add local user subscriptions
authorChocobozzz <me@florianbigard.com>
Tue, 21 Aug 2018 14:18:59 +0000 (16:18 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 27 Aug 2018 07:41:54 +0000 (09:41 +0200)
commit22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd
tree93c53e0619f966bd9ff1bb698c411277a9447a41
parent99492dbc0d87ef54d0dab7d8d44f8d0de5722bdd
Add local user subscriptions
42 files changed:
client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
client/src/app/+my-account/my-account-routing.module.ts
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss
client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
client/src/app/+my-account/my-account.component.html
client/src/app/+my-account/my-account.module.ts
client/src/app/+my-account/shared/actor-avatar-info.component.scss
client/src/app/+video-channels/video-channels.component.html
client/src/app/+video-channels/video-channels.component.scss
client/src/app/menu/menu.component.html
client/src/app/menu/menu.component.scss
client/src/app/shared/shared.module.ts
client/src/app/shared/user-subscription/index.ts [new file with mode: 0644]
client/src/app/shared/user-subscription/subscribe-button.component.html [new file with mode: 0644]
client/src/app/shared/user-subscription/subscribe-button.component.scss [new file with mode: 0644]
client/src/app/shared/user-subscription/subscribe-button.component.ts [new file with mode: 0644]
client/src/app/shared/user-subscription/user-subscription.service.ts [new file with mode: 0644]
client/src/app/shared/video-channel/video-channel.service.ts
client/src/app/shared/video/abstract-video-list.html
client/src/app/shared/video/abstract-video-list.ts
client/src/app/shared/video/video-details.model.ts
client/src/app/shared/video/video-miniature.component.html
client/src/app/shared/video/video-miniature.component.scss
client/src/app/shared/video/video-miniature.component.ts
client/src/app/shared/video/video.model.ts
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.scss
client/src/app/videos/video-list/video-user-subscriptions.component.ts [new file with mode: 0644]
client/src/app/videos/videos-routing.module.ts
client/src/app/videos/videos.module.ts
client/src/assets/images/menu/podcasts.svg [new file with mode: 0644]
client/src/assets/images/menu/subscriptions.svg [new file with mode: 0644]
client/src/sass/application.scss
client/src/sass/include/_mixins.scss
client/src/sass/include/_variables.scss
server/lib/job-queue/handlers/activitypub-follow.ts
server/models/activitypub/actor-follow.ts