]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/feeds/feeds.ts
allow private syndication feeds via a user feedToken
authorRigel Kent <sendmemail@rigelk.eu>
Thu, 13 Aug 2020 13:07:23 +0000 (15:07 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 25 Nov 2020 10:07:56 +0000 (11:07 +0100)
commitafff310e50f2fa8419bb4242470cbde46ab54463
tree34efda2daf8f7cdfd89ef6616a79e2222082f93a
parentf619de0e435f7ac3abad2ec772397486358b56e7
allow private syndication feeds via a user feedToken
29 files changed:
.github/CONTRIBUTING.md
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
client/src/app/+my-account/my-account-abuses/my-account-abuses-list.component.ts
client/src/app/+my-account/my-account-applications/my-account-applications.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-applications/my-account-applications.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-applications/my-account-applications.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-routing.module.ts
client/src/app/+my-account/my-account.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/+videos/video-list/video-user-subscriptions.component.ts
client/src/app/core/auth/auth.service.ts
client/src/app/shared/shared-icons/global-icon.component.ts
client/src/app/shared/shared-main/video/video.service.ts
client/src/app/shared/shared-video-miniature/abstract-video-list.html
client/src/app/shared/shared-video-miniature/abstract-video-list.ts
client/src/assets/images/feather/codesandbox.svg [new file with mode: 0644]
client/src/assets/player/peertube-player-manager.ts
client/src/assets/player/utils.ts
client/src/root-helpers/utils.ts
client/src/sass/include/_mixins.scss
server/controllers/api/users/token.ts
server/controllers/feeds.ts
server/helpers/middlewares/accounts.ts
server/initializers/migrations/0530-user-feed-token.ts [new file with mode: 0644]
server/middlewares/validators/feeds.ts
server/models/account/user.ts
server/tests/feeds/feeds.ts
shared/extra-utils/users/users.ts
shared/models/users/user-scoped-token.ts [new file with mode: 0644]