]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Add authentication tokens to make friends/quit friends
authorChocobozzz <florian.bigard@gmail.com>
Wed, 1 Jun 2016 18:36:27 +0000 (20:36 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Wed, 1 Jun 2016 18:36:27 +0000 (20:36 +0200)
commita840d396093ef968f9512862197ac166a1ff9921
treef7e4c93ee3ae8a44bd14fd1f7c74234eef7469ef
parent575fdcece562b914149f89f5a5b96ab206648f09
Add authentication tokens to make friends/quit friends
23 files changed:
client/app/app.component.ts
client/app/friends/friend.service.ts
client/app/login/index.ts [moved from client/app/users/login/index.ts with 100% similarity]
client/app/login/login.component.html [moved from client/app/users/login/login.component.html with 100% similarity]
client/app/login/login.component.ts [moved from client/app/users/login/login.component.ts with 80% similarity]
client/app/shared/index.ts
client/app/shared/search/index.ts [new file with mode: 0644]
client/app/shared/search/search-field.type.ts [moved from client/app/shared/search-field.type.ts with 100% similarity]
client/app/shared/search/search.component.html [moved from client/app/shared/search.component.html with 100% similarity]
client/app/shared/search/search.component.ts [moved from client/app/shared/search.component.ts with 93% similarity]
client/app/shared/search/search.model.ts [moved from client/app/shared/search.model.ts with 100% similarity]
client/app/shared/users/auth-status.model.ts [moved from client/app/users/shared/auth-status.model.ts with 100% similarity]
client/app/shared/users/auth.service.ts [moved from client/app/users/shared/auth.service.ts with 100% similarity]
client/app/shared/users/index.ts [moved from client/app/users/shared/index.ts with 100% similarity]
client/app/shared/users/token.model.ts [moved from client/app/users/shared/token.model.ts with 100% similarity]
client/app/shared/users/user.model.ts [moved from client/app/users/shared/user.model.ts with 100% similarity]
client/app/users/index.ts [deleted file]
client/app/users/login/login.component.scss [deleted file]
client/app/videos/shared/video.service.ts
client/app/videos/video-add/video-add.component.ts
client/app/videos/video-list/video-list.component.ts
client/app/videos/video-list/video-miniature.component.ts
client/tsconfig.json