From c8e3599cad9c5174260fc1dbe340efac65f1d646 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 22 May 2015 13:17:27 +0200 Subject: disallow cookie auth for cors requests testing ... fixes fix test add php doc fix small mistake add another phpdoc remove not working cors annotations from files app --- apps/files/controller/apicontroller.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps') diff --git a/apps/files/controller/apicontroller.php b/apps/files/controller/apicontroller.php index 8fc22a8aa66..0cc222d7ce9 100644 --- a/apps/files/controller/apicontroller.php +++ b/apps/files/controller/apicontroller.php @@ -92,7 +92,6 @@ class ApiController extends Controller { * replace the actual tag selection. * * @NoAdminRequired - * @CORS * * @param string $path path * @param array|string $tags array of tags @@ -126,7 +125,6 @@ class ApiController extends Controller { * Returns a list of all files tagged with the given tag. * * @NoAdminRequired - * @CORS * * @param array|string $tagName tag name to filter by * @return DataResponse -- cgit v1.2.3