]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/videos/video-list/video-local.component.ts
Add "local" videos in menu
authorChocobozzz <me@florianbigard.com>
Tue, 13 Mar 2018 09:24:28 +0000 (10:24 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 13 Mar 2018 09:24:28 +0000 (10:24 +0100)
commit066e94c5382a761180c7d82fa24b31b66dbeaca4
tree36037c2c5aaa6c86c2299ceafe6ec35dd1abbd13
parent66c3b7744c6c7a91b9538eb5a6e0ae07e0a5a6af
Add "local" videos in menu
13 files changed:
CHANGELOG.md
client/src/app/menu/menu.component.html
client/src/app/menu/menu.component.scss
client/src/app/shared/video/video.service.ts
client/src/app/videos/video-list/video-local.component.ts [new file with mode: 0644]
client/src/app/videos/videos-routing.module.ts
client/src/app/videos/videos.module.ts
client/src/assets/images/menu/home.svg [new file with mode: 0644]
server/controllers/api/videos/index.ts
server/models/video/video.ts
server/tests/api/videos/multiple-servers.ts
server/tests/utils/videos/videos.ts
shared/models/videos/video-query.type.ts [new file with mode: 0644]