]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - support/doc/plugins/guide.md
Add ability for plugins to register ws routes
authorChocobozzz <me@florianbigard.com>
Tue, 11 Oct 2022 09:07:40 +0000 (11:07 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 11 Oct 2022 09:11:04 +0000 (11:11 +0200)
commit9d4c60dccc8e7e777ad139a82e9f61feda9d21fc
tree2931338f340b398d36c43575fea95cf1fbbfeb4c
parent9866921cbf3f8f0925f7ffb3a231d5dfe2d30953
Add ability for plugins to register ws routes
16 files changed:
client/src/app/core/plugins/plugin.service.ts
client/src/standalone/videos/shared/peertube-plugin.ts
client/src/types/register-client-option.model.ts
server.ts
server/lib/plugins/plugin-helpers-builder.ts
server/lib/plugins/plugin-manager.ts
server/lib/plugins/register-helpers.ts
server/tests/fixtures/peertube-plugin-test-websocket/main.js [new file with mode: 0644]
server/tests/fixtures/peertube-plugin-test-websocket/package.json [new file with mode: 0644]
server/tests/plugins/index.ts
server/tests/plugins/plugin-websocket.ts [new file with mode: 0644]
server/types/plugins/index.ts
server/types/plugins/register-server-option.model.ts
server/types/plugins/register-server-websocket-route.model.ts [new file with mode: 0644]
support/doc/plugins/guide.md
support/nginx/peertube