summaryrefslogtreecommitdiffstats
path: root/external/folderapi.php
diff options
context:
space:
mode:
Diffstat (limited to 'external/folderapi.php')
-rw-r--r--external/folderapi.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/external/folderapi.php b/external/folderapi.php
index 3a8b7ea6f..237f23660 100644
--- a/external/folderapi.php
+++ b/external/folderapi.php
@@ -55,6 +55,7 @@ class FolderAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function getAll() {
@@ -74,6 +75,7 @@ class FolderAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function create() {
@@ -99,6 +101,7 @@ class FolderAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function delete() {
@@ -118,6 +121,7 @@ class FolderAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function update() {
@@ -143,6 +147,7 @@ class FolderAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function read() {