Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ad976c6
Unified workflow management
juliusknorr Aug 6, 2019
e7e9166
Add endpoint to test operations before submitting
juliusknorr Aug 9, 2019
aed630a
Adjust template id
juliusknorr Aug 19, 2019
9f8ccf1
Use entity/event definitions from backend
juliusknorr Aug 19, 2019
0f84696
Styling fixes
juliusknorr Aug 19, 2019
aa00f40
Adjust to new backend URLs
juliusknorr Aug 28, 2019
bd281da
Move to vuex store
juliusknorr Aug 29, 2019
af3cb9c
Use trigger hint
juliusknorr Aug 29, 2019
b3bafb1
Add missing files
juliusknorr Aug 30, 2019
f36b50c
Migrate plugins to vuex store
juliusknorr Aug 30, 2019
ae55829
Document plugins to be used by integrators
juliusknorr Aug 30, 2019
28a7721
Handle operator registration properly
juliusknorr Aug 31, 2019
69ac169
Do not use shot tag
juliusknorr Aug 31, 2019
1742f97
Allow placeholder and validation without custom vue component
juliusknorr Sep 2, 2019
11d6486
Migrate check plugins
juliusknorr Sep 2, 2019
2364fc8
Make rule listing more compact
juliusknorr Sep 2, 2019
c665d54
Fix removing checks
juliusknorr Sep 2, 2019
d6b3af9
Load checks from the backend
juliusknorr Sep 6, 2019
98666a9
Move over checker plugins
juliusknorr Sep 6, 2019
0b67062
Add moment-timezone
juliusknorr Sep 6, 2019
24aec9b
Frontend polishing
juliusknorr Sep 9, 2019
e17a666
Implement custom check components and fix linting
juliusknorr Sep 9, 2019
335d7cf
Add tag selector
juliusknorr Sep 9, 2019
370242c
Add request url selector
juliusknorr Sep 9, 2019
99e1063
Add user group selector
juliusknorr Sep 9, 2019
9e00788
Add nextcloud-router
juliusknorr Sep 9, 2019
7683208
Workflow vue cleanup
juliusknorr Sep 10, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/workflowengine/lib/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ protected function validateEvents(string $entity, array $events, IOperation $ope
* @param string $operation
* @throws \UnexpectedValueException
*/
protected function validateOperation($class, $name, array $checks, $operation, string $entity, array $events) {
public function validateOperation($class, $name, array $checks, $operation, string $entity, array $events) {
try {
/** @var IOperation $instance */
$instance = $this->container->query($class);
Expand Down
385 changes: 0 additions & 385 deletions apps/workflowengine/src/admin.js

This file was deleted.

Loading