]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-main/video/video.service.ts
Migrate client to eslint
authorChocobozzz <me@florianbigard.com>
Tue, 17 Aug 2021 12:42:53 +0000 (14:42 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 18 Aug 2021 06:35:06 +0000 (08:35 +0200)
commit9df52d660feb722404be00a50f3c8a612bec1c15
treedde52880fa012874d24c60f64eb596b0a789cc8b
parentadb8809d43648ea0a64d6845bb39aa3bd0e005a6
Migrate client to eslint
215 files changed:
client/.eslintrc.json [new file with mode: 0644]
client/angular.json
client/e2e/local-protractor.conf.js
client/e2e/protractor.conf.js
client/e2e/tsconfig.json [moved from client/e2e/tsconfig.e2e.json with 100% similarity]
client/package.json
client/src/app/+about/about-follows/about-follows.component.ts
client/src/app/+about/about-instance/about-instance.component.ts
client/src/app/+about/about-instance/contact-admin-modal.component.ts
client/src/app/+about/about-routing.module.ts
client/src/app/+accounts/account-video-channels/account-video-channels.component.ts
client/src/app/+accounts/account-videos/account-videos.component.ts
client/src/app/+accounts/accounts.component.html
client/src/app/+accounts/accounts.component.ts
client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/+admin/config/edit-custom-config/edit-homepage.component.ts
client/src/app/+admin/follows/following-list/following-list.component.ts
client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts
client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts
client/src/app/+admin/moderation/video-block-list/video-block-list.component.html
client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts
client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts
client/src/app/+admin/plugins/plugin-search/plugin-search.component.html
client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts
client/src/app/+admin/plugins/shared/plugin-api.service.ts
client/src/app/+admin/system/jobs/job.service.ts
client/src/app/+admin/system/logs/logs.service.ts
client/src/app/+admin/users/user-edit/user-create.component.ts
client/src/app/+admin/users/user-edit/user-edit.ts
client/src/app/+admin/users/user-edit/user-password.component.ts
client/src/app/+admin/users/user-edit/user-update.component.ts
client/src/app/+admin/users/user-list/user-list.component.ts
client/src/app/+login/login.component.html
client/src/app/+login/login.component.ts
client/src/app/+my-account/my-account-applications/my-account-applications.component.ts
client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts
client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts
client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts
client/src/app/+my-account/my-account-settings/my-account-settings.component.ts
client/src/app/+my-account/my-account.component.ts
client/src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts
client/src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts
client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts
client/src/app/+my-library/my-history/my-history.component.ts
client/src/app/+my-library/my-library.component.ts
client/src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts
client/src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts
client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts
client/src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts
client/src/app/+my-library/my-videos/modals/video-change-ownership.component.ts
client/src/app/+my-library/my-videos/my-videos.component.ts
client/src/app/+remote-interaction/remote-interaction.component.ts
client/src/app/+reset-password/reset-password.component.ts
client/src/app/+signup/+register/custom-stepper.component.ts
client/src/app/+signup/+register/register.component.ts
client/src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.ts
client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts
client/src/app/+video-channels/video-channels.component.html
client/src/app/+video-channels/video-channels.component.ts
client/src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts
client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.ts
client/src/app/+videos/+video-edit/shared/video-edit-utils.ts
client/src/app/+videos/+video-edit/shared/video-edit.component.ts
client/src/app/+videos/+video-edit/video-add-components/drag-drop.directive.ts
client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html
client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts
client/src/app/+videos/+video-edit/video-add-components/video-import-url.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.html
client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
client/src/app/+videos/+video-edit/video-update.component.ts
client/src/app/+videos/+video-edit/video-update.resolver.ts
client/src/app/+videos/+video-watch/player-styles.component.ts
client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts
client/src/app/+videos/+video-watch/shared/comment/video-comment.component.html
client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts
client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts
client/src/app/+videos/+video-watch/shared/information/video-alert.component.ts
client/src/app/+videos/+video-watch/shared/metadata/video-description.component.html
client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts
client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html
client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts
client/src/app/+videos/+video-watch/shared/timestamp-route-transformer.directive.ts
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/+videos/video-list/overview/overview.service.ts
client/src/app/+videos/video-list/trending/video-trending-header.component.ts
client/src/app/+videos/video-list/trending/video-trending.component.ts
client/src/app/+videos/video-list/video-local.component.ts
client/src/app/app.component.ts
client/src/app/core/auth/auth.service.ts
client/src/app/core/hotkeys/hotkeys.component.ts
client/src/app/core/menu/menu.service.ts
client/src/app/core/plugins/hooks.service.ts
client/src/app/core/plugins/plugin.service.ts
client/src/app/core/renderer/markdown.service.ts
client/src/app/core/rest/rest-extractor.service.ts
client/src/app/core/routing/custom-reuse-strategy.ts
client/src/app/core/routing/menu-guard.service.ts
client/src/app/core/routing/meta-guard.service.ts
client/src/app/core/routing/preload-selected-modules-list.ts
client/src/app/core/scoped-tokens/scoped-tokens.service.ts
client/src/app/core/server/server.service.ts
client/src/app/core/theme/theme.service.ts
client/src/app/core/users/user.service.ts
client/src/app/header/search-typeahead.component.ts
client/src/app/helpers/locales/oc.ts
client/src/app/helpers/utils.ts
client/src/app/menu/language-chooser.component.ts
client/src/app/menu/menu.component.ts
client/src/app/modal/custom-modal.component.ts
client/src/app/shared/form-validators/abuse-validators.ts
client/src/app/shared/form-validators/custom-config-validators.ts
client/src/app/shared/form-validators/form-validator.model.ts
client/src/app/shared/form-validators/host-validators.ts
client/src/app/shared/form-validators/instance-validators.ts
client/src/app/shared/form-validators/login-validators.ts
client/src/app/shared/form-validators/reset-password-validators.ts
client/src/app/shared/form-validators/user-validators.ts
client/src/app/shared/form-validators/video-block-validators.ts
client/src/app/shared/form-validators/video-captions-validators.ts
client/src/app/shared/form-validators/video-channel-validators.ts
client/src/app/shared/form-validators/video-comment-validators.ts
client/src/app/shared/form-validators/video-ownership-change-validators.ts
client/src/app/shared/form-validators/video-playlist-validators.ts
client/src/app/shared/form-validators/video-validators.ts
client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts
client/src/app/shared/shared-abuse-list/moderation-comment-modal.component.ts
client/src/app/shared/shared-abuse-list/processed-abuse.model.ts
client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts
client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts
client/src/app/shared/shared-actor-image/actor-avatar.component.ts
client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts
client/src/app/shared/shared-custom-markup/peertube-custom-tags/video-miniature-markup.component.ts
client/src/app/shared/shared-forms/form-reactive.ts
client/src/app/shared/shared-forms/form-validator.service.ts
client/src/app/shared/shared-forms/reactive-file.component.ts
client/src/app/shared/shared-icons/global-icon.component.ts
client/src/app/shared/shared-instance/instance-about-accordion.component.ts
client/src/app/shared/shared-instance/instance-follow.service.ts
client/src/app/shared/shared-instance/instance-statistics.component.ts
client/src/app/shared/shared-instance/instance.service.ts
client/src/app/shared/shared-instance/shared-instance.module.ts
client/src/app/shared/shared-main/account/account.model.ts
client/src/app/shared/shared-main/account/actor.model.ts
client/src/app/shared/shared-main/angular/autofocus.directive.ts
client/src/app/shared/shared-main/angular/link.component.ts
client/src/app/shared/shared-main/angular/peertube-template.directive.ts
client/src/app/shared/shared-main/feeds/syndication.model.ts
client/src/app/shared/shared-main/misc/help.component.ts
client/src/app/shared/shared-main/misc/list-overflow.component.ts
client/src/app/shared/shared-main/misc/simple-search-input.component.ts
client/src/app/shared/shared-main/misc/top-menu-dropdown.component.ts
client/src/app/shared/shared-main/users/user-notification.service.ts
client/src/app/shared/shared-main/users/user-quota.component.ts
client/src/app/shared/shared-main/video-channel/video-channel.model.ts
client/src/app/shared/shared-main/video-channel/video-channel.service.ts
client/src/app/shared/shared-main/video/redundancy.service.ts
client/src/app/shared/shared-main/video/video-edit.model.ts
client/src/app/shared/shared-main/video/video.model.ts
client/src/app/shared/shared-main/video/video.service.ts
client/src/app/shared/shared-moderation/abuse.service.ts
client/src/app/shared/shared-moderation/account-blocklist.component.ts
client/src/app/shared/shared-moderation/blocklist.service.ts
client/src/app/shared/shared-moderation/server-blocklist.component.ts
client/src/app/shared/shared-moderation/video-block.component.ts
client/src/app/shared/shared-support-modal/support-modal.component.ts
client/src/app/shared/shared-user-settings/user-video-settings.component.ts
client/src/app/shared/shared-user-subscription/remote-subscribe.component.ts
client/src/app/shared/shared-user-subscription/subscribe-button.component.ts
client/src/app/shared/shared-user-subscription/user-subscription.service.ts
client/src/app/shared/shared-video-comment/video-comment.model.ts
client/src/app/shared/shared-video-comment/video-comment.service.ts
client/src/app/shared/shared-video-miniature/abstract-video-list.ts
client/src/app/shared/shared-video-miniature/video-download.component.ts
client/src/app/shared/shared-video-miniature/video-list-header.component.ts
client/src/app/shared/shared-video-miniature/videos-selection.component.ts
client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts
client/src/app/shared/shared-video-playlist/video-playlist-element.model.ts
client/src/app/shared/shared-video-playlist/video-playlist.model.ts
client/src/app/shared/shared-video-playlist/video-playlist.service.ts
client/src/assets/player/p2p-media-loader/hls-plugin.ts
client/src/assets/player/p2p-media-loader/segment-validator.ts
client/src/assets/player/peertube-player-manager.ts
client/src/assets/player/peertube-plugin.ts
client/src/assets/player/peertube-videojs-typings.ts
client/src/assets/player/stats/stats-card.ts
client/src/assets/player/translations-manager.ts
client/src/assets/player/upnext/end-card.ts
client/src/assets/player/utils.ts
client/src/assets/player/videojs-components/p2p-info-button.ts
client/src/assets/player/videojs-components/resolution-menu-item.ts
client/src/assets/player/videojs-components/settings-dialog.ts
client/src/assets/player/videojs-components/settings-menu-item.ts
client/src/assets/player/videojs-components/settings-panel-child.ts
client/src/assets/player/videojs-components/settings-panel.ts
client/src/assets/player/webtorrent/peertube-chunk-store.ts
client/src/assets/player/webtorrent/video-renderer.ts
client/src/assets/player/webtorrent/webtorrent-plugin.ts
client/src/polyfills.ts
client/src/root-helpers/bytes.ts
client/src/root-helpers/peertube-web-storage.ts
client/src/root-helpers/plugins-manager.ts
client/src/standalone/player/definitions.ts
client/src/standalone/player/events.ts
client/src/standalone/player/player.ts
client/src/standalone/videos/embed-api.ts
client/src/standalone/videos/embed.ts
client/src/standalone/videos/test-embed.ts
client/src/types/register-client-option.model.ts
client/src/typings.d.ts
client/tsconfig.json
client/tslint.json [deleted file]
client/yarn.lock