]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/main.browser.ts
Follow the angular styleguide for the directories structure
authorChocobozzz <florian.bigard@gmail.com>
Fri, 27 May 2016 14:23:10 +0000 (16:23 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 27 May 2016 14:23:10 +0000 (16:23 +0200)
commit41a2aee38cf812510010da09de9bae53590ec119
tree79d55d6ae0ef6f66ccb88890cf1ef1946dc65fb4
parent157cb9c9713e08ff70078660a32dd77ecb87eabc
Follow the angular styleguide for the directories structure
59 files changed:
client/.gitignore
client/app/app.component.html [moved from client/angular/app/app.component.html with 100% similarity]
client/app/app.component.scss [moved from client/angular/app/app.component.scss with 100% similarity]
client/app/app.component.ts [moved from client/angular/app/app.component.ts with 55% similarity]
client/app/friends/friend.service.ts [moved from client/angular/friends/services/friends.service.ts with 96% similarity]
client/app/friends/index.ts [new file with mode: 0644]
client/app/shared/index.ts [new file with mode: 0644]
client/app/shared/search-field.type.ts [moved from client/angular/app/search.ts with 50% similarity]
client/app/shared/search.component.html [moved from client/angular/app/search.component.html with 100% similarity]
client/app/shared/search.component.ts [moved from client/angular/app/search.component.ts with 85% similarity]
client/app/shared/search.model.ts [new file with mode: 0644]
client/app/users/index.ts [new file with mode: 0644]
client/app/users/login/index.ts [new file with mode: 0644]
client/app/users/login/login.component.html [moved from client/angular/users/components/login/login.component.html with 100% similarity]
client/app/users/login/login.component.scss [moved from client/angular/users/components/login/login.component.scss with 100% similarity]
client/app/users/login/login.component.ts [moved from client/angular/users/components/login/login.component.ts with 72% similarity]
client/app/users/shared/auth-status.model.ts [moved from client/angular/users/models/authStatus.ts with 100% similarity]
client/app/users/shared/auth.service.ts [moved from client/angular/users/services/auth.service.ts with 94% similarity]
client/app/users/shared/index.ts [new file with mode: 0644]
client/app/users/shared/token.model.ts [moved from client/angular/users/models/token.ts with 100% similarity]
client/app/users/shared/user.model.ts [moved from client/angular/users/models/user.ts with 90% similarity]
client/app/videos/index.ts [new file with mode: 0644]
client/app/videos/shared/index.ts [new file with mode: 0644]
client/app/videos/shared/loader/index.ts [new file with mode: 0644]
client/app/videos/shared/loader/loader.component.html [moved from client/angular/videos/loader.component.html with 100% similarity]
client/app/videos/shared/loader/loader.component.scss [moved from client/angular/videos/loader.component.scss with 100% similarity]
client/app/videos/shared/loader/loader.component.ts [moved from client/angular/videos/loader.component.ts with 51% similarity]
client/app/videos/shared/pagination.model.ts [moved from client/angular/videos/pagination.ts with 100% similarity]
client/app/videos/shared/sort-field.type.ts [moved from client/angular/videos/components/list/sort.ts with 100% similarity]
client/app/videos/shared/video.model.ts [moved from client/angular/videos/video.ts with 100% similarity]
client/app/videos/shared/video.service.ts [moved from client/angular/videos/videos.service.ts with 89% similarity]
client/app/videos/video-add/index.ts [new file with mode: 0644]
client/app/videos/video-add/video-add.component.html [moved from client/angular/videos/components/add/videos-add.component.html with 100% similarity]
client/app/videos/video-add/video-add.component.scss [moved from client/angular/videos/components/add/videos-add.component.scss with 100% similarity]
client/app/videos/video-add/video-add.component.ts [moved from client/angular/videos/components/add/videos-add.component.ts with 84% similarity]
client/app/videos/video-list/index.ts [new file with mode: 0644]
client/app/videos/video-list/video-list.component.html [moved from client/angular/videos/components/list/videos-list.component.html with 100% similarity]
client/app/videos/video-list/video-list.component.scss [moved from client/angular/videos/components/list/videos-list.component.scss with 100% similarity]
client/app/videos/video-list/video-list.component.ts [moved from client/angular/videos/components/list/videos-list.component.ts with 67% similarity]
client/app/videos/video-list/video-miniature.component.html [moved from client/angular/videos/components/list/video-miniature.component.html with 100% similarity]
client/app/videos/video-list/video-miniature.component.scss [moved from client/angular/videos/components/list/video-miniature.component.scss with 100% similarity]
client/app/videos/video-list/video-miniature.component.ts [moved from client/angular/videos/components/list/video-miniature.component.ts with 66% similarity]
client/app/videos/video-list/video-sort.component.html [moved from client/angular/videos/components/list/video-sort.component.html with 100% similarity]
client/app/videos/video-list/video-sort.component.ts [moved from client/angular/videos/components/list/video-sort.component.ts with 79% similarity]
client/app/videos/video-watch/index.ts [new file with mode: 0644]
client/app/videos/video-watch/video-watch.component.html [moved from client/angular/videos/components/watch/videos-watch.component.html with 100% similarity]
client/app/videos/video-watch/video-watch.component.scss [moved from client/angular/videos/components/watch/videos-watch.component.scss with 100% similarity]
client/app/videos/video-watch/video-watch.component.ts [moved from client/angular/videos/components/watch/videos-watch.component.ts with 74% similarity]
client/index.html
client/main.ts [moved from client/angular/main.ts with 99% similarity]
client/stylesheets/application.scss
client/systemjs.config.js
client/tsconfig.json
scripts/build/client/sass.sh
scripts/clean/client/sass.sh
scripts/clean/client/tsc.sh
scripts/watch/client/livereload.sh
scripts/watch/client/sass.sh
server.js