WIP plugins: install/uninstall
authorChocobozzz <me@florianbigard.com>
Fri, 5 Jul 2019 13:28:49 +0000 (15:28 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 24 Jul 2019 08:58:16 +0000 (10:58 +0200)
commitf023a19c3eeeea2b014b47fae522a62eab320048
tree988ff97432663db928f1e3e3f498da856e739de1
parent345da516fae80f24c90c2196e96393b489af2243
WIP plugins: install/uninstall
package.json
scripts/plugin/install.ts [new file with mode: 0755]
server.ts
server/helpers/core-utils.ts
server/helpers/custom-validators/misc.ts
server/helpers/custom-validators/plugins.ts
server/initializers/database.ts
server/lib/plugins/plugin-manager.ts
server/lib/plugins/yarn.ts [new file with mode: 0644]
server/models/server/plugin.ts
shared/models/plugins/plugin-package-json.model.ts