summaryrefslogtreecommitdiffstats
path: root/external/folderapi.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-06-12 20:32:39 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-06-12 20:32:49 +0200
commit73c02fdaa62dba2f7d6afa2a8eaad6a04b5634d4 (patch)
tree557ba1b4067212f4826927197272542a2091fd3e /external/folderapi.php
parent836c65b6fa7e9a90f9baf421713641dfcb7a90aa (diff)
adjust routes for new api
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() {