]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/videos/video-hls.ts
Reorganize imports
authorChocobozzz <me@florianbigard.com>
Fri, 16 Jul 2021 12:27:30 +0000 (14:27 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Jul 2021 13:27:19 +0000 (15:27 +0200)
commit4c7e60bc17ee5830399bac4aa273356903421b4c
tree9e67397cf49b229b5bc0f9747f1a7e387bba558a
parentc0e8b12e7fd554ba4d2ceb0c4900804c6a4c63ea
Reorganize imports
165 files changed:
server/controllers/api/bulk.ts
server/controllers/api/config.ts
server/controllers/api/custom-page.ts
server/controllers/api/overviews.ts
server/controllers/api/plugins.ts
server/controllers/api/search/search-video-channels.ts
server/controllers/api/search/search-video-playlists.ts
server/controllers/api/search/search-videos.ts
server/controllers/api/server/contact.ts
server/controllers/api/server/index.ts
server/controllers/api/server/logs.ts
server/controllers/api/users/me.ts
server/controllers/api/users/my-blocklist.ts
server/controllers/api/users/my-history.ts
server/controllers/api/users/my-video-playlists.ts
server/controllers/api/videos/blacklist.ts
server/controllers/api/videos/comment.ts
server/controllers/api/videos/ownership.ts
server/controllers/api/videos/rate.ts
server/controllers/api/videos/watching.ts
server/controllers/download.ts
server/middlewares/cache.ts
server/middlewares/servers.ts
server/middlewares/user-right.ts
server/middlewares/validators/activitypub/activity.ts
server/middlewares/validators/bulk.ts
server/middlewares/validators/feeds.ts
server/middlewares/validators/shared/videos.ts
server/middlewares/validators/videos/video-live.ts
server/middlewares/validators/videos/video-ownership-changes.ts
server/tests/api/activitypub/cleaner.ts
server/tests/api/activitypub/client.ts
server/tests/api/activitypub/fetch.ts
server/tests/api/activitypub/refresher.ts
server/tests/api/check-params/abuses.ts
server/tests/api/check-params/accounts.ts
server/tests/api/check-params/config.ts
server/tests/api/check-params/contact-form.ts
server/tests/api/check-params/live.ts
server/tests/api/check-params/plugins.ts
server/tests/api/check-params/search.ts
server/tests/api/check-params/services.ts
server/tests/api/check-params/user-notifications.ts
server/tests/api/check-params/users.ts
server/tests/api/check-params/video-blacklist.ts
server/tests/api/check-params/video-captions.ts
server/tests/api/check-params/video-channels.ts
server/tests/api/check-params/video-comments.ts
server/tests/api/check-params/video-imports.ts
server/tests/api/check-params/video-playlists.ts
server/tests/api/check-params/videos-filter.ts
server/tests/api/check-params/videos-history.ts
server/tests/api/live/live-constraints.ts
server/tests/api/live/live-permanent.ts
server/tests/api/live/live-save-replay.ts
server/tests/api/live/live-socket-messages.ts
server/tests/api/live/live-views.ts
server/tests/api/live/live.ts
server/tests/api/moderation/blocklist-notification.ts
server/tests/api/moderation/blocklist.ts
server/tests/api/notifications/admin-notifications.ts
server/tests/api/notifications/comments-notifications.ts
server/tests/api/notifications/moderation-notifications.ts
server/tests/api/notifications/notifications-api.ts
server/tests/api/redundancy/manage-redundancy.ts
server/tests/api/redundancy/redundancy-constraints.ts
server/tests/api/redundancy/redundancy.ts
server/tests/api/search/search-activitypub-video-channels.ts
server/tests/api/search/search-activitypub-video-playlists.ts
server/tests/api/search/search-activitypub-videos.ts
server/tests/api/search/search-channels.ts
server/tests/api/search/search-index.ts
server/tests/api/search/search-playlists.ts
server/tests/api/search/search-videos.ts
server/tests/api/server/bulk.ts
server/tests/api/server/config.ts
server/tests/api/server/contact-form.ts
server/tests/api/server/email.ts
server/tests/api/server/follow-constraints.ts
server/tests/api/server/follows.ts
server/tests/api/server/handle-down.ts
server/tests/api/server/homepage.ts
server/tests/api/server/jobs.ts
server/tests/api/server/plugins.ts
server/tests/api/server/reverse-proxy.ts
server/tests/api/server/stats.ts
server/tests/api/users/user-subscriptions.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/users/users-verification.ts
server/tests/api/users/users.ts
server/tests/api/videos/audio-only.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/resumable-upload.ts
server/tests/api/videos/video-captions.ts
server/tests/api/videos/video-change-ownership.ts
server/tests/api/videos/video-channels.ts
server/tests/api/videos/video-comments.ts
server/tests/api/videos/video-description.ts
server/tests/api/videos/video-hls.ts
server/tests/api/videos/video-nsfw.ts
server/tests/api/videos/video-playlist-thumbnails.ts
server/tests/api/videos/video-playlists.ts
server/tests/api/videos/video-privacy.ts
server/tests/api/videos/video-schedule-update.ts
server/tests/api/videos/video-transcoder.ts
server/tests/api/videos/videos-filter.ts
server/tests/api/videos/videos-history.ts
server/tests/api/videos/videos-views-cleaner.ts
server/tests/cli/create-import-video-file-job.ts
server/tests/cli/create-transcoding-job.ts
server/tests/cli/optimize-old-videos.ts
server/tests/cli/plugins.ts
server/tests/cli/prune-storage.ts
server/tests/cli/regenerate-thumbnails.ts
server/tests/client.ts
server/tests/external-plugins/auth-ldap.ts
server/tests/external-plugins/auto-block-videos.ts
server/tests/external-plugins/auto-mute.ts
server/tests/feeds/feeds.ts
server/tests/helpers/comment-model.ts
server/tests/helpers/core-utils.ts
server/tests/helpers/image.ts
server/tests/misc-endpoints.ts
server/tests/plugins/action-hooks.ts
server/tests/plugins/external-auth.ts
server/tests/plugins/filter-hooks.ts
server/tests/plugins/html-injection.ts
server/tests/plugins/id-and-pass-auth.ts
server/tests/plugins/plugin-helpers.ts
server/tests/plugins/plugin-router.ts
server/tests/plugins/plugin-storage.ts
server/tests/plugins/plugin-transcoding.ts
server/tests/plugins/plugin-unloading.ts
server/tests/plugins/video-constants.ts
server/tools/peertube-redundancy.ts
shared/extra-utils/custom-pages/custom-pages-command.ts
shared/extra-utils/miscs/generate.ts
shared/extra-utils/moderation/abuses-command.ts
shared/extra-utils/overviews/overviews-command.ts
shared/extra-utils/requests/activitypub.ts
shared/extra-utils/search/search-command.ts
shared/extra-utils/server/config-command.ts
shared/extra-utils/server/debug-command.ts
shared/extra-utils/server/follows-command.ts
shared/extra-utils/server/plugins-command.ts
shared/extra-utils/server/redundancy-command.ts
shared/extra-utils/server/stats-command.ts
shared/extra-utils/users/accounts-command.ts
shared/extra-utils/users/blocklist-command.ts
shared/extra-utils/users/login-command.ts
shared/extra-utils/users/notifications-command.ts
shared/extra-utils/users/subscriptions-command.ts
shared/extra-utils/users/users-command.ts
shared/extra-utils/videos/blacklist-command.ts
shared/extra-utils/videos/captions-command.ts
shared/extra-utils/videos/change-ownership-command.ts
shared/extra-utils/videos/channels-command.ts
shared/extra-utils/videos/comments-command.ts
shared/extra-utils/videos/history-command.ts
shared/extra-utils/videos/imports-command.ts
shared/extra-utils/videos/live-command.ts
shared/extra-utils/videos/playlists-command.ts
shared/extra-utils/videos/streaming-playlists.ts
shared/extra-utils/videos/videos-command.ts
shared/extra-utils/videos/videos.ts