]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/shared/directories.ts
Introduce server commands
authorChocobozzz <me@florianbigard.com>
Tue, 13 Jul 2021 07:43:59 +0000 (09:43 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Jul 2021 13:27:18 +0000 (15:27 +0200)
commit6c5065a011b099618681a37bd77eaa7bd3db752e
tree352252a00b25013c4b1902f6bcd9668aba295c7b
parent0d8ecb7592577f54012413a2b5a9b159cfc90399
Introduce server commands
63 files changed:
server/tests/api/activitypub/helpers.ts
server/tests/api/check-params/config.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/user-notifications.ts
server/tests/api/check-params/users.ts
server/tests/api/check-params/video-channels.ts
server/tests/api/check-params/video-imports.ts
server/tests/api/check-params/video-playlists.ts
server/tests/api/check-params/videos.ts
server/tests/api/live/live.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-index.ts
server/tests/api/search/search-videos.ts
server/tests/api/server/handle-down.ts
server/tests/api/server/logs.ts
server/tests/api/server/plugins.ts
server/tests/api/users/users-multiple-servers.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-imports.ts
server/tests/api/videos/video-transcoder.ts
server/tests/cli/optimize-old-videos.ts
server/tests/cli/prune-storage.ts
server/tests/cli/regenerate-thumbnails.ts
server/tests/plugins/action-hooks.ts
server/tests/plugins/external-auth.ts
server/tests/plugins/filter-hooks.ts
server/tests/plugins/id-and-pass-auth.ts
server/tests/plugins/plugin-helpers.ts
server/tests/plugins/plugin-storage.ts
server/tests/plugins/plugin-transcoding.ts
shared/extra-utils/miscs/checks.ts [new file with mode: 0644]
shared/extra-utils/miscs/generate.ts [new file with mode: 0644]
shared/extra-utils/miscs/index.ts
shared/extra-utils/miscs/miscs.ts [deleted file]
shared/extra-utils/miscs/sql-command.ts
shared/extra-utils/miscs/stubs.ts [deleted file]
shared/extra-utils/miscs/tests.ts [new file with mode: 0644]
shared/extra-utils/miscs/webtorrent.ts [new file with mode: 0644]
shared/extra-utils/mock-servers/mock-email.ts
shared/extra-utils/requests/check-api-params.ts
shared/extra-utils/requests/requests.ts
shared/extra-utils/server/directories.ts [new file with mode: 0644]
shared/extra-utils/server/index.ts
shared/extra-utils/server/jobs.ts
shared/extra-utils/server/plugins-command.ts
shared/extra-utils/server/servers-command.ts [new file with mode: 0644]
shared/extra-utils/server/servers.ts
shared/extra-utils/shared/abstract-command.ts
shared/extra-utils/videos/captions-command.ts
shared/extra-utils/videos/live-command.ts
shared/extra-utils/videos/live.ts
shared/extra-utils/videos/playlists.ts
shared/extra-utils/videos/videos.ts