]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Cleanup tokens logic in embed
authorChocobozzz <me@florianbigard.com>
Thu, 6 Aug 2020 13:25:19 +0000 (15:25 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 7 Aug 2020 06:55:02 +0000 (08:55 +0200)
commita4ff3100d36f2fe9a4dfc00e8487c28a94433c4f
tree1744c9db32b765b1511d4a69a7ba7b525dc0f619
parenta02b93ce756d646a59cef57b5e4ff53c2bb30bec
Cleanup tokens logic in embed
12 files changed:
client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.ts
client/src/app/core/auth/auth-user.model.ts
client/src/app/core/theme/theme.service.ts
client/src/app/core/users/user.model.ts
client/src/app/core/users/user.service.ts
client/src/root-helpers/index.ts
client/src/root-helpers/pure-auth-user.model.ts [deleted file]
client/src/root-helpers/users/index.ts [new file with mode: 0644]
client/src/root-helpers/users/user-local-storage-keys.ts [moved from client/src/root-helpers/user-keys.ts with 92% similarity]
client/src/root-helpers/users/user-local-storage-manager.ts [new file with mode: 0644]
client/src/root-helpers/users/user-tokens.ts [new file with mode: 0644]
client/src/standalone/videos/embed.ts