]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/transcoding/hls.ts
shared/ typescript types dir server-commands
authorChocobozzz <me@florianbigard.com>
Fri, 17 Dec 2021 08:29:23 +0000 (09:29 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 17 Dec 2021 08:29:23 +0000 (09:29 +0100)
commitbf54587a3e2ad9c2c186828f2a5682b91ee2cc00
tree54b40aaf01bae210632473285c3c7571d51e4f89
parent6b5f72beda96d8b7e4d6329c4001827334de27dd
shared/ typescript types dir server-commands
242 files changed:
scripts/benchmark.ts
scripts/generate-code-contributors.ts
server/tests/api/activitypub/cleaner.ts
server/tests/api/activitypub/client.ts
server/tests/api/activitypub/fetch.ts
server/tests/api/activitypub/helpers.ts
server/tests/api/activitypub/refresher.ts
server/tests/api/activitypub/security.ts
server/tests/api/check-params/abuses.ts
server/tests/api/check-params/accounts.ts
server/tests/api/check-params/blocklist.ts
server/tests/api/check-params/bulk.ts
server/tests/api/check-params/config.ts
server/tests/api/check-params/contact-form.ts
server/tests/api/check-params/custom-pages.ts
server/tests/api/check-params/debug.ts
server/tests/api/check-params/follows.ts
server/tests/api/check-params/jobs.ts
server/tests/api/check-params/live.ts
server/tests/api/check-params/logs.ts
server/tests/api/check-params/my-user.ts
server/tests/api/check-params/plugins.ts
server/tests/api/check-params/redundancy.ts
server/tests/api/check-params/search.ts
server/tests/api/check-params/services.ts
server/tests/api/check-params/transcoding.ts
server/tests/api/check-params/upload-quota.ts
server/tests/api/check-params/user-notifications.ts
server/tests/api/check-params/user-subscriptions.ts
server/tests/api/check-params/users-admin.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-files.ts
server/tests/api/check-params/video-imports.ts
server/tests/api/check-params/video-playlists.ts
server/tests/api/check-params/videos-common-filters.ts
server/tests/api/check-params/videos-history.ts
server/tests/api/check-params/videos-overviews.ts
server/tests/api/check-params/videos.ts
server/tests/api/live/live-constraints.ts
server/tests/api/live/live-permanent.ts
server/tests/api/live/live-rtmps.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/abuses.ts
server/tests/api/moderation/blocklist-notification.ts
server/tests/api/moderation/blocklist.ts
server/tests/api/moderation/video-blacklist.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/notifications/user-notifications.ts
server/tests/api/object-storage/live.ts
server/tests/api/object-storage/video-imports.ts
server/tests/api/object-storage/videos.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/auto-follows.ts
server/tests/api/server/bulk.ts
server/tests/api/server/config-defaults.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-moderation.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/logs.ts
server/tests/api/server/no-client.ts
server/tests/api/server/plugins.ts
server/tests/api/server/proxy.ts
server/tests/api/server/reverse-proxy.ts
server/tests/api/server/services.ts
server/tests/api/server/slow-follows.ts
server/tests/api/server/stats.ts
server/tests/api/server/tracker.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/single-server.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-create-transcoding.ts
server/tests/api/videos/video-description.ts
server/tests/api/videos/video-files.ts
server/tests/api/videos/video-hls.ts
server/tests/api/videos/video-imports.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-common-filters.ts
server/tests/api/videos/videos-history.ts
server/tests/api/videos/videos-overview.ts
server/tests/api/videos/videos-views-cleaner.ts
server/tests/cli/create-import-video-file-job.ts
server/tests/cli/create-move-video-storage-job.ts
server/tests/cli/create-transcoding-job.ts
server/tests/cli/peertube.ts
server/tests/cli/plugins.ts
server/tests/cli/print-transcode-command.ts
server/tests/cli/prune-storage.ts
server/tests/cli/regenerate-thumbnails.ts
server/tests/cli/reset-password.ts
server/tests/cli/update-host.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/image.ts
server/tests/helpers/request.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/translations.ts
server/tests/plugins/video-constants.ts
server/tests/shared/video.ts
server/tools/cli.ts
server/tools/peertube-import-videos.ts
shared/extra-utils/index.ts
shared/server-commands/bulk/bulk-command.ts [moved from shared/extra-utils/bulk/bulk-command.ts with 100% similarity]
shared/server-commands/bulk/index.ts [moved from shared/extra-utils/bulk/index.ts with 100% similarity]
shared/server-commands/cli/cli-command.ts [moved from shared/extra-utils/cli/cli-command.ts with 100% similarity]
shared/server-commands/cli/index.ts [moved from shared/extra-utils/cli/index.ts with 100% similarity]
shared/server-commands/custom-pages/custom-pages-command.ts [moved from shared/extra-utils/custom-pages/custom-pages-command.ts with 100% similarity]
shared/server-commands/custom-pages/index.ts [moved from shared/extra-utils/custom-pages/index.ts with 100% similarity]
shared/server-commands/feeds/feeds-command.ts [moved from shared/extra-utils/feeds/feeds-command.ts with 100% similarity]
shared/server-commands/feeds/index.ts [moved from shared/extra-utils/feeds/index.ts with 100% similarity]
shared/server-commands/index.ts [new file with mode: 0644]
shared/server-commands/logs/index.ts [moved from shared/extra-utils/logs/index.ts with 100% similarity]
shared/server-commands/logs/logs-command.ts [moved from shared/extra-utils/logs/logs-command.ts with 100% similarity]
shared/server-commands/miscs/checks.ts [moved from shared/extra-utils/miscs/checks.ts with 100% similarity]
shared/server-commands/miscs/generate.ts [moved from shared/extra-utils/miscs/generate.ts with 100% similarity]
shared/server-commands/miscs/index.ts [moved from shared/extra-utils/miscs/index.ts with 100% similarity]
shared/server-commands/miscs/sql-command.ts [moved from shared/extra-utils/miscs/sql-command.ts with 100% similarity]
shared/server-commands/miscs/tests.ts [moved from shared/extra-utils/miscs/tests.ts with 100% similarity]
shared/server-commands/miscs/webtorrent.ts [moved from shared/extra-utils/miscs/webtorrent.ts with 100% similarity]
shared/server-commands/mock-servers/index.ts [moved from shared/extra-utils/mock-servers/index.ts with 100% similarity]
shared/server-commands/mock-servers/mock-429.ts [moved from shared/extra-utils/mock-servers/mock-429.ts with 100% similarity]
shared/server-commands/mock-servers/mock-email.ts [moved from shared/extra-utils/mock-servers/mock-email.ts with 100% similarity]
shared/server-commands/mock-servers/mock-instances-index.ts [moved from shared/extra-utils/mock-servers/mock-instances-index.ts with 100% similarity]
shared/server-commands/mock-servers/mock-joinpeertube-versions.ts [moved from shared/extra-utils/mock-servers/mock-joinpeertube-versions.ts with 100% similarity]
shared/server-commands/mock-servers/mock-object-storage.ts [moved from shared/extra-utils/mock-servers/mock-object-storage.ts with 100% similarity]
shared/server-commands/mock-servers/mock-plugin-blocklist.ts [moved from shared/extra-utils/mock-servers/mock-plugin-blocklist.ts with 100% similarity]
shared/server-commands/mock-servers/mock-proxy.ts [moved from shared/extra-utils/mock-servers/mock-proxy.ts with 100% similarity]
shared/server-commands/mock-servers/utils.ts [moved from shared/extra-utils/mock-servers/utils.ts with 100% similarity]
shared/server-commands/moderation/abuses-command.ts [moved from shared/extra-utils/moderation/abuses-command.ts with 100% similarity]
shared/server-commands/moderation/index.ts [moved from shared/extra-utils/moderation/index.ts with 100% similarity]
shared/server-commands/overviews/index.ts [moved from shared/extra-utils/overviews/index.ts with 100% similarity]
shared/server-commands/overviews/overviews-command.ts [moved from shared/extra-utils/overviews/overviews-command.ts with 100% similarity]
shared/server-commands/requests/check-api-params.ts [moved from shared/extra-utils/requests/check-api-params.ts with 100% similarity]
shared/server-commands/requests/index.ts [moved from shared/extra-utils/requests/index.ts with 100% similarity]
shared/server-commands/requests/requests.ts [moved from shared/extra-utils/requests/requests.ts with 100% similarity]
shared/server-commands/search/index.ts [moved from shared/extra-utils/search/index.ts with 100% similarity]
shared/server-commands/search/search-command.ts [moved from shared/extra-utils/search/search-command.ts with 100% similarity]
shared/server-commands/server/config-command.ts [moved from shared/extra-utils/server/config-command.ts with 100% similarity]
shared/server-commands/server/contact-form-command.ts [moved from shared/extra-utils/server/contact-form-command.ts with 100% similarity]
shared/server-commands/server/debug-command.ts [moved from shared/extra-utils/server/debug-command.ts with 100% similarity]
shared/server-commands/server/directories.ts [moved from shared/extra-utils/server/directories.ts with 100% similarity]
shared/server-commands/server/follows-command.ts [moved from shared/extra-utils/server/follows-command.ts with 100% similarity]
shared/server-commands/server/follows.ts [moved from shared/extra-utils/server/follows.ts with 100% similarity]
shared/server-commands/server/index.ts [moved from shared/extra-utils/server/index.ts with 100% similarity]
shared/server-commands/server/jobs-command.ts [moved from shared/extra-utils/server/jobs-command.ts with 100% similarity]
shared/server-commands/server/jobs.ts [moved from shared/extra-utils/server/jobs.ts with 100% similarity]
shared/server-commands/server/object-storage-command.ts [moved from shared/extra-utils/server/object-storage-command.ts with 100% similarity]
shared/server-commands/server/plugins-command.ts [moved from shared/extra-utils/server/plugins-command.ts with 100% similarity]
shared/server-commands/server/plugins.ts [moved from shared/extra-utils/server/plugins.ts with 92% similarity]
shared/server-commands/server/redundancy-command.ts [moved from shared/extra-utils/server/redundancy-command.ts with 100% similarity]
shared/server-commands/server/server.ts [moved from shared/extra-utils/server/server.ts with 100% similarity]
shared/server-commands/server/servers-command.ts [moved from shared/extra-utils/server/servers-command.ts with 100% similarity]
shared/server-commands/server/servers.ts [moved from shared/extra-utils/server/servers.ts with 100% similarity]
shared/server-commands/server/stats-command.ts [moved from shared/extra-utils/server/stats-command.ts with 100% similarity]
shared/server-commands/server/tracker.ts [moved from shared/extra-utils/server/tracker.ts with 100% similarity]
shared/server-commands/shared/abstract-command.ts [moved from shared/extra-utils/shared/abstract-command.ts with 100% similarity]
shared/server-commands/shared/index.ts [moved from shared/extra-utils/shared/index.ts with 100% similarity]
shared/server-commands/socket/index.ts [moved from shared/extra-utils/socket/index.ts with 100% similarity]
shared/server-commands/socket/socket-io-command.ts [moved from shared/extra-utils/socket/socket-io-command.ts with 100% similarity]
shared/server-commands/users/accounts-command.ts [moved from shared/extra-utils/users/accounts-command.ts with 100% similarity]
shared/server-commands/users/actors.ts [moved from shared/extra-utils/users/actors.ts with 100% similarity]
shared/server-commands/users/blocklist-command.ts [moved from shared/extra-utils/users/blocklist-command.ts with 100% similarity]
shared/server-commands/users/index.ts [moved from shared/extra-utils/users/index.ts with 100% similarity]
shared/server-commands/users/login-command.ts [moved from shared/extra-utils/users/login-command.ts with 100% similarity]
shared/server-commands/users/login.ts [moved from shared/extra-utils/users/login.ts with 100% similarity]
shared/server-commands/users/notifications-command.ts [moved from shared/extra-utils/users/notifications-command.ts with 100% similarity]
shared/server-commands/users/notifications.ts [moved from shared/extra-utils/users/notifications.ts with 100% similarity]
shared/server-commands/users/subscriptions-command.ts [moved from shared/extra-utils/users/subscriptions-command.ts with 100% similarity]
shared/server-commands/users/users-command.ts [moved from shared/extra-utils/users/users-command.ts with 100% similarity]
shared/server-commands/videos/blacklist-command.ts [moved from shared/extra-utils/videos/blacklist-command.ts with 100% similarity]
shared/server-commands/videos/captions-command.ts [moved from shared/extra-utils/videos/captions-command.ts with 100% similarity]
shared/server-commands/videos/captions.ts [moved from shared/extra-utils/videos/captions.ts with 100% similarity]
shared/server-commands/videos/change-ownership-command.ts [moved from shared/extra-utils/videos/change-ownership-command.ts with 100% similarity]
shared/server-commands/videos/channels-command.ts [moved from shared/extra-utils/videos/channels-command.ts with 100% similarity]
shared/server-commands/videos/channels.ts [moved from shared/extra-utils/videos/channels.ts with 100% similarity]
shared/server-commands/videos/comments-command.ts [moved from shared/extra-utils/videos/comments-command.ts with 100% similarity]
shared/server-commands/videos/history-command.ts [moved from shared/extra-utils/videos/history-command.ts with 100% similarity]
shared/server-commands/videos/imports-command.ts [moved from shared/extra-utils/videos/imports-command.ts with 100% similarity]
shared/server-commands/videos/index.ts [moved from shared/extra-utils/videos/index.ts with 100% similarity]
shared/server-commands/videos/live-command.ts [moved from shared/extra-utils/videos/live-command.ts with 100% similarity]
shared/server-commands/videos/live.ts [moved from shared/extra-utils/videos/live.ts with 100% similarity]
shared/server-commands/videos/playlists-command.ts [moved from shared/extra-utils/videos/playlists-command.ts with 100% similarity]
shared/server-commands/videos/playlists.ts [moved from shared/extra-utils/videos/playlists.ts with 100% similarity]
shared/server-commands/videos/services-command.ts [moved from shared/extra-utils/videos/services-command.ts with 100% similarity]
shared/server-commands/videos/streaming-playlists-command.ts [moved from shared/extra-utils/videos/streaming-playlists-command.ts with 100% similarity]
shared/server-commands/videos/streaming-playlists.ts [moved from shared/extra-utils/videos/streaming-playlists.ts with 100% similarity]
shared/server-commands/videos/videos-command.ts [moved from shared/extra-utils/videos/videos-command.ts with 100% similarity]
shared/server-commands/videos/videos.ts [moved from shared/extra-utils/videos/videos.ts with 100% similarity]
shared/tsconfig.types.json
shared/typescript-utils/index.ts [new file with mode: 0644]
shared/typescript-utils/types.ts [new file with mode: 0644]