]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/notifications/admin-notifications.ts
Introduce plugins command
authorChocobozzz <me@florianbigard.com>
Wed, 7 Jul 2021 08:33:49 +0000 (10:33 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Jul 2021 13:27:17 +0000 (15:27 +0200)
commitae2abfd3aed3e75d39a316b49b914d187faa7475
tree4d5060dc310f3d8cdcd5829779522f49b3d10e71
parent9c6327f803aaf4200672f1fc40b2f43786daca47
Introduce plugins command
26 files changed:
server/tests/api/check-params/plugins.ts
server/tests/api/notifications/admin-notifications.ts
server/tests/api/server/plugins.ts
server/tests/api/users/users.ts
server/tests/cli/plugins.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/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
shared/extra-utils/index.ts
shared/extra-utils/server/index.ts
shared/extra-utils/server/plugins-command.ts [new file with mode: 0644]
shared/extra-utils/server/plugins.ts
shared/extra-utils/server/servers.ts
shared/extra-utils/shared/abstract-command.ts