]> source.dussan.org Git - nextcloud-server.git/commit
webpackify workflowengine
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 9 May 2019 16:39:40 +0000 (18:39 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 9 May 2019 16:42:52 +0000 (18:42 +0200)
commite5fefd1338b9cf493ac9be7f4b00f27e14b73d04
treead2eb8286d73a05b4d375d7e2b5fe5c6ad76666e
parent38efad788194f3a700ac7a6d86708e0968d86e1b
webpackify workflowengine

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
34 files changed:
.gitattributes
apps/workflowengine/.l10nignore [new file with mode: 0644]
apps/workflowengine/js/admin.js [deleted file]
apps/workflowengine/js/filemimetypeplugin.js [deleted file]
apps/workflowengine/js/filenameplugin.js [deleted file]
apps/workflowengine/js/filesizeplugin.js [deleted file]
apps/workflowengine/js/filesystemtagsplugin.js [deleted file]
apps/workflowengine/js/requestremoteaddressplugin.js [deleted file]
apps/workflowengine/js/requesttimeplugin.js [deleted file]
apps/workflowengine/js/requesturlplugin.js [deleted file]
apps/workflowengine/js/requestuseragentplugin.js [deleted file]
apps/workflowengine/js/templates.js [deleted file]
apps/workflowengine/js/templates/operation.handlebars [deleted file]
apps/workflowengine/js/templates/operations.handlebars [deleted file]
apps/workflowengine/js/usergroupmembershipplugin.js [deleted file]
apps/workflowengine/js/workflowengine.js [new file with mode: 0644]
apps/workflowengine/js/workflowengine.js.map [new file with mode: 0644]
apps/workflowengine/lib/AppInfo/Application.php
apps/workflowengine/src/admin.js [new file with mode: 0644]
apps/workflowengine/src/filemimetypeplugin.js [new file with mode: 0644]
apps/workflowengine/src/filenameplugin.js [new file with mode: 0644]
apps/workflowengine/src/filesizeplugin.js [new file with mode: 0644]
apps/workflowengine/src/filesystemtagsplugin.js [new file with mode: 0644]
apps/workflowengine/src/requestremoteaddressplugin.js [new file with mode: 0644]
apps/workflowengine/src/requesttimeplugin.js [new file with mode: 0644]
apps/workflowengine/src/requesturlplugin.js [new file with mode: 0644]
apps/workflowengine/src/requestuseragentplugin.js [new file with mode: 0644]
apps/workflowengine/src/templates.js [new file with mode: 0644]
apps/workflowengine/src/templates/operation.handlebars [new file with mode: 0644]
apps/workflowengine/src/templates/operations.handlebars [new file with mode: 0644]
apps/workflowengine/src/usergroupmembershipplugin.js [new file with mode: 0644]
apps/workflowengine/src/workflowengine.js [new file with mode: 0644]
apps/workflowengine/webpack.js [new file with mode: 0644]
webpack.common.js