]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/client.ts
Introduce config command
authorChocobozzz <me@florianbigard.com>
Wed, 7 Jul 2021 09:51:09 +0000 (11:51 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Jul 2021 13:27:17 +0000 (15:27 +0200)
commit65e6e2602c0d5521f3a6740f7469bb92830ecb53
treef89024ffff1dafb0281ee2fe028e89b95101bd44
parentbc8090411ddaa8d742ce4de3c83f9dba7bc18e2a
Introduce config command
36 files changed:
server/tests/api/check-params/live.ts
server/tests/api/check-params/search.ts
server/tests/api/check-params/video-imports.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/notifications/moderation-notifications.ts
server/tests/api/search/search-index.ts
server/tests/api/search/search-videos.ts
server/tests/api/server/auto-follows.ts
server/tests/api/server/config.ts
server/tests/api/server/follows-moderation.ts
server/tests/api/server/homepage.ts
server/tests/api/server/plugins.ts
server/tests/api/server/stats.ts
server/tests/api/users/users-verification.ts
server/tests/api/users/users.ts
server/tests/api/videos/video-change-ownership.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-transcoder.ts
server/tests/cli/create-transcoding-job.ts
server/tests/cli/plugins.ts
server/tests/client.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-transcoding.ts
shared/extra-utils/server/config-command.ts [new file with mode: 0644]
shared/extra-utils/server/config.ts [deleted file]
shared/extra-utils/server/index.ts
shared/extra-utils/server/servers.ts