summaryrefslogtreecommitdiffstats
path: root/external/itemapi.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/itemapi.php
parent836c65b6fa7e9a90f9baf421713641dfcb7a90aa (diff)
adjust routes for new api
Diffstat (limited to 'external/itemapi.php')
-rw-r--r--external/itemapi.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/external/itemapi.php b/external/itemapi.php
index 611a51fd2..2d484ce7b 100644
--- a/external/itemapi.php
+++ b/external/itemapi.php
@@ -50,6 +50,7 @@ class ItemAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function getAll() {
@@ -90,6 +91,7 @@ class ItemAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function getUpdated() {
@@ -148,6 +150,7 @@ class ItemAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function read() {
@@ -158,6 +161,7 @@ class ItemAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function unread() {
@@ -168,6 +172,7 @@ class ItemAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function star() {
@@ -178,6 +183,7 @@ class ItemAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function unstar() {
@@ -188,6 +194,7 @@ class ItemAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function readAll() {
@@ -218,6 +225,7 @@ class ItemAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function readMultiple() {
@@ -228,6 +236,7 @@ class ItemAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function unreadMultiple() {
@@ -255,6 +264,7 @@ class ItemAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function starMultiple() {
@@ -265,6 +275,7 @@ class ItemAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function unstarMultiple() {