summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Controller
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-25 12:20:02 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-11-18 12:10:50 +0100
commit410e0fc28f25835c4b10e31066b641387cb53391 (patch)
treea4bf8d823b802848ed8d32f6740d45117a77de9c /apps/workflowengine/lib/Controller
parent145da710a5cab401a0ac226b4c4141ba4f4ab6d9 (diff)
downloadnextcloud-server-410e0fc28f25835c4b10e31066b641387cb53391.tar.gz
nextcloud-server-410e0fc28f25835c4b10e31066b641387cb53391.zip
Require password confirmation when changing workflow rules
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/workflowengine/lib/Controller')
-rw-r--r--apps/workflowengine/lib/Controller/FlowOperations.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/workflowengine/lib/Controller/FlowOperations.php b/apps/workflowengine/lib/Controller/FlowOperations.php
index 94b8b9ddc79..753aa2c26a7 100644
--- a/apps/workflowengine/lib/Controller/FlowOperations.php
+++ b/apps/workflowengine/lib/Controller/FlowOperations.php
@@ -58,6 +58,8 @@ class FlowOperations extends Controller {
}
/**
+ * @PasswordConfirmationRequired
+ *
* @param string $class
* @param string $name
* @param array[] $checks
@@ -75,6 +77,8 @@ class FlowOperations extends Controller {
}
/**
+ * @PasswordConfirmationRequired
+ *
* @param int $id
* @param string $name
* @param array[] $checks
@@ -92,6 +96,8 @@ class FlowOperations extends Controller {
}
/**
+ * @PasswordConfirmationRequired
+ *
* @param int $id
* @return JSONResponse
*/