]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Better typings
authorChocobozzz <me@florianbigard.com>
Thu, 18 Oct 2018 12:35:31 +0000 (14:35 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 18 Oct 2018 12:35:31 +0000 (14:35 +0200)
commitc199c427d4ae586339822320f20f512a7a19dc3f
tree9cbe8bebc25e97d2e8086c41bcd7180dd752dbac
parentcdf4cb9eaf5f6bc71f7c1e1963c07575f1d2593d
Better typings
65 files changed:
client/e2e/src/po/video-watch.po.ts
client/package.json
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/+admin/users/user-edit/user-edit.ts
client/src/app/+admin/users/user-list/user-list.component.ts
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts
client/src/app/+my-account/my-account-videos/my-account-videos.component.ts
client/src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts
client/src/app/+my-account/shared/actor-avatar-info.component.ts
client/src/app/core/auth/auth.service.ts
client/src/app/core/server/server.service.ts
client/src/app/menu/menu.component.ts
client/src/app/search/advanced-search.model.ts
client/src/app/shared/buttons/action-dropdown.component.ts
client/src/app/shared/buttons/button.component.ts
client/src/app/shared/buttons/edit-button.component.ts
client/src/app/shared/guards/can-deactivate-guard.service.ts
client/src/app/shared/misc/help.component.ts
client/src/app/shared/rest/rest-extractor.service.ts
client/src/app/shared/rest/rest.service.ts
client/src/app/shared/shared.module.ts
client/src/app/shared/users/user.model.ts
client/src/app/shared/video/abstract-video-list.html
client/src/app/shared/video/abstract-video-list.scss
client/src/app/shared/video/abstract-video-list.ts
client/src/app/shared/video/feed.component.html [moved from client/src/app/shared/video/video-feed.component.html with 100% similarity]
client/src/app/shared/video/feed.component.scss [moved from client/src/app/shared/video/video-feed.component.scss with 100% similarity]
client/src/app/shared/video/feed.component.ts [new file with mode: 0644]
client/src/app/shared/video/syndication.model.ts [new file with mode: 0644]
client/src/app/shared/video/video-edit.model.ts
client/src/app/shared/video/video-feed.component.ts [deleted file]
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts
client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts
client/src/app/videos/+video-edit/video-add-components/video-send.ts
client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
client/src/app/videos/+video-watch/comment/linkifier.service.ts
client/src/app/videos/+video-watch/comment/video-comment.component.ts
client/src/app/videos/+video-watch/comment/video-comment.service.ts
client/src/app/videos/+video-watch/comment/video-comments.component.html
client/src/app/videos/+video-watch/comment/video-comments.component.scss
client/src/app/videos/+video-watch/comment/video-comments.component.ts
client/src/app/videos/+video-watch/video-watch.component.scss
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/assets/player/peertube-chunk-store.ts
client/src/assets/player/peertube-link-button.ts
client/src/assets/player/peertube-load-progress-bar.ts
client/src/assets/player/peertube-player.ts
client/src/assets/player/peertube-videojs-plugin.ts
client/src/assets/player/peertube-videojs-typings.ts
client/src/assets/player/resolution-menu-button.ts
client/src/assets/player/resolution-menu-item.ts
client/src/assets/player/settings-menu-button.ts
client/src/assets/player/settings-menu-item.ts
client/src/assets/player/theater-button.ts
client/src/assets/player/utils.ts
client/src/assets/player/webtorrent-info-button.ts
client/src/standalone/videos/embed.ts
client/src/standalone/videos/test-embed.ts
client/src/typings.d.ts
client/yarn.lock
shared/models/i18n/i18n.ts
shared/models/overviews/videos-overview.ts
shared/models/server/custom-config.model.ts
shared/models/users/user.model.ts