WIP plugins: hook on client side
authorChocobozzz <me@florianbigard.com>
Mon, 8 Jul 2019 13:54:08 +0000 (15:54 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 24 Jul 2019 08:58:16 +0000 (10:58 +0200)
commit18a6f04c071f7a0735eb39b8c67fd51a082d1a31
treeb9fb0637878390d32b5c73d02b8eee2ef48cbfa5
parent2c0539420d77339e6afe8d7920b44af4c0dcb1e6
WIP plugins: hook on client side
client/proxy.config.json
client/src/app/app.component.ts
client/src/app/core/core.module.ts
client/src/app/core/plugins/plugin.service.ts [new file with mode: 0644]
client/src/app/core/server/server.service.ts
client/src/app/videos/+video-watch/video-watch.component.ts
server/controllers/api/config.ts
server/lib/plugins/plugin-manager.ts
shared/models/plugins/plugin-scope.type.ts [new file with mode: 0644]
shared/models/plugins/register.model.ts
shared/models/server/server-config.model.ts