]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Add ability to view my followers
authorChocobozzz <me@florianbigard.com>
Tue, 19 Oct 2021 07:44:43 +0000 (09:44 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 20 Oct 2021 07:25:44 +0000 (09:25 +0200)
commit4beda9e12adc7b1f3b178cecd6863ebf3cf431f1
tree6244a10b286d66c6dcd7799aee630670d0493781
parent9593a78ae1368a9ad8bb11044fce6fde2892701a
Add ability to view my followers
47 files changed:
client/src/app/+about/about-follows/about-follows.component.ts
client/src/app/+accounts/accounts.component.scss
client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html
client/src/app/+admin/plugins/shared/plugin-api.service.ts
client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss
client/src/app/+my-library/my-follows/my-followers.component.html [new file with mode: 0644]
client/src/app/+my-library/my-follows/my-followers.component.scss [new file with mode: 0644]
client/src/app/+my-library/my-follows/my-followers.component.ts [new file with mode: 0644]
client/src/app/+my-library/my-follows/my-subscriptions.component.html [moved from client/src/app/+my-library/my-subscriptions/my-subscriptions.component.html with 65% similarity]
client/src/app/+my-library/my-follows/my-subscriptions.component.scss [new file with mode: 0644]
client/src/app/+my-library/my-follows/my-subscriptions.component.ts [moved from client/src/app/+my-library/my-subscriptions/my-subscriptions.component.ts with 100% similarity]
client/src/app/+my-library/my-library-routing.module.ts
client/src/app/+my-library/my-library.component.ts
client/src/app/+my-library/my-library.module.ts
client/src/app/+my-library/my-subscriptions/my-subscriptions.component.scss [deleted file]
client/src/app/+video-channels/video-channels.component.scss
client/src/app/core/rest/rest.service.ts
client/src/app/shared/shared-custom-markup/custom-markup-help.component.html
client/src/app/shared/shared-forms/advanced-input-filter.component.ts
client/src/app/shared/shared-main/users/user-history.service.ts
client/src/app/shared/shared-main/users/user-notification.service.ts
client/src/app/shared/shared-main/users/user-notifications.component.html
client/src/app/shared/shared-main/video-channel/video-channel.service.ts
client/src/app/shared/shared-main/video/video.service.ts
client/src/app/shared/shared-search/search.service.ts
client/src/app/shared/shared-user-subscription/user-subscription.service.ts
client/src/app/shared/shared-video-comment/video-comment.service.ts
client/src/app/shared/shared-video-playlist/video-playlist.service.ts
client/src/sass/include/_account-channel-page.scss [new file with mode: 0644]
client/src/sass/include/_actor.scss
client/src/sass/include/_mixins.scss
server/controllers/api/accounts.ts
server/controllers/api/server/follows.ts
server/controllers/api/users/my-subscriptions.ts
server/controllers/api/video-channel.ts
server/initializers/constants.ts
server/middlewares/validators/sort.ts
server/middlewares/validators/users.ts
server/middlewares/validators/videos/video-channels.ts
server/models/actor/actor-follow.ts
server/models/video/video-channel.ts
server/tests/api/check-params/users.ts
server/tests/api/check-params/video-channels.ts
server/tests/api/users/user-subscriptions.ts
shared/extra-utils/users/accounts-command.ts
shared/extra-utils/videos/channels-command.ts