]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/environments/environment.ts
refactor scoped token service
authorRigel Kent <sendmemail@rigelk.eu>
Mon, 9 Nov 2020 15:25:27 +0000 (16:25 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 25 Nov 2020 10:07:56 +0000 (11:07 +0100)
commit5beb89f223539f1e415a976ff104f772526b4d20
tree2164677d16a2965d63499e249aa75ab0e06e3a6c
parentafff310e50f2fa8419bb4242470cbde46ab54463
refactor scoped token service
26 files changed:
client/src/app/+about/about-instance/about-instance.component.ts
client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts
client/src/app/+my-account/my-account-applications/my-account-applications.component.html
client/src/app/+my-account/my-account-applications/my-account-applications.component.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/core/core.module.ts
client/src/app/core/index.ts
client/src/app/core/scoped-tokens/index.ts [new file with mode: 0644]
client/src/app/core/scoped-tokens/scoped-tokens.service.ts [new file with mode: 0644]
client/src/app/helpers/utils.ts
client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts
client/src/app/shared/shared-forms/input-readonly-copy.component.ts
client/src/app/shared/shared-main/video/video.service.ts
client/src/environments/environment.e2e.ts
client/src/environments/environment.hmr.ts
client/src/environments/environment.prod.ts
client/src/environments/environment.ts
client/src/sass/include/_mixins.scss
server/controllers/feeds.ts
server/helpers/middlewares/accounts.ts
server/middlewares/validators/feeds.ts
server/tests/feeds/feeds.ts
shared/extra-utils/feeds/feeds.ts