WIP plugins: add ability to register plugins
authorChocobozzz <me@florianbigard.com>
Fri, 5 Jul 2019 11:54:32 +0000 (13:54 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 24 Jul 2019 08:58:16 +0000 (10:58 +0200)
commit345da516fae80f24c90c2196e96393b489af2243
tree64d72d25a531626c1d4a6337460dae4e32386f2a
parent297067399db2bf7505561d67667ca0d559a8e42b
WIP plugins: add ability to register plugins
23 files changed:
config/default.yaml
config/production.yaml.example
server.ts
server/controllers/index.ts
server/controllers/plugins.ts [new file with mode: 0644]
server/controllers/themes.ts [new file with mode: 0644]
server/helpers/custom-validators/misc.ts
server/helpers/custom-validators/plugins.ts [new file with mode: 0644]
server/initializers/checker-before-init.ts
server/initializers/config.ts
server/initializers/constants.ts
server/lib/plugins/plugin-manager.ts [new file with mode: 0644]
server/lib/schedulers/remove-old-history-scheduler.ts
server/middlewares/validators/plugins.ts [new file with mode: 0644]
server/middlewares/validators/themes.ts [new file with mode: 0644]
server/models/server/plugin.ts [new file with mode: 0644]
server/typings/express.ts
shared/models/plugins/plugin-library.model.ts [new file with mode: 0644]
shared/models/plugins/plugin-package-json.model.ts [new file with mode: 0644]
shared/models/plugins/plugin.type.ts [new file with mode: 0644]
shared/models/plugins/register-options.type.ts [new file with mode: 0644]
shared/models/plugins/register.model.ts [new file with mode: 0644]
support/docker/production/config/production.yaml