Plugins can update video constants
authorChocobozzz <me@florianbigard.com>
Fri, 26 Jul 2019 11:13:39 +0000 (13:13 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 26 Jul 2019 13:18:30 +0000 (15:18 +0200)
commitee286591a5b740702bad66c55cc900740f749e9a
tree16503d1299a107c5972ba16f95228b1ebce20f79
parent16d54696294d15f8ab6ba3a6bcfac21528fec2f2
Plugins can update video constants

Categories, licences and languages
server/lib/plugins/plugin-manager.ts
server/tests/fixtures/peertube-plugin-test-three/main.js [new file with mode: 0644]
server/tests/fixtures/peertube-plugin-test-three/package.json [new file with mode: 0644]
server/tests/plugins/index.ts
server/tests/plugins/video-constants.ts [new file with mode: 0644]
server/typings/plugins/register-server-option.model.ts
shared/models/plugins/plugin-video-category-manager.model.ts [new file with mode: 0644]
shared/models/plugins/plugin-video-language-manager.model.ts [new file with mode: 0644]
shared/models/plugins/plugin-video-licence-manager.model.ts [new file with mode: 0644]