]> source.dussan.org Git - nextcloud-server.git/commit
Add workflowengine
authorMorris Jobke <hey@morrisjobke.de>
Tue, 26 Jul 2016 09:16:34 +0000 (11:16 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Tue, 26 Jul 2016 09:16:34 +0000 (11:16 +0200)
commit2f42a3fc319f4cffcae6db6b0874786f26fa4817
tree080256d466720ae21b0ca1a0804ff15c9b6f3fea
parentcc5ddcf537d03c3f2f4cdc6817e02e098f8e8edb
Add workflowengine
17 files changed:
.gitignore
apps/workflowengine/appinfo/app.php [new file with mode: 0644]
apps/workflowengine/appinfo/database.xml [new file with mode: 0644]
apps/workflowengine/appinfo/info.xml [new file with mode: 0644]
apps/workflowengine/appinfo/routes.php [new file with mode: 0644]
apps/workflowengine/css/admin.css [new file with mode: 0644]
apps/workflowengine/js/admin.js [new file with mode: 0644]
apps/workflowengine/js/usergroupmembershipplugin.js [new file with mode: 0644]
apps/workflowengine/lib/AppInfo/Application.php [new file with mode: 0644]
apps/workflowengine/lib/Check/UserGroupMembership.php [new file with mode: 0644]
apps/workflowengine/lib/Controller/FlowOperations.php [new file with mode: 0644]
apps/workflowengine/lib/Manager.php [new file with mode: 0644]
core/shipped.json
lib/public/WorkflowEngine/ICheck.php [new file with mode: 0644]
lib/public/WorkflowEngine/IManager.php [new file with mode: 0644]
lib/public/WorkflowEngine/RegisterCheckEvent.php [new file with mode: 0644]
tests/lib/App/ManagerTest.php