diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2015-05-22 13:17:27 +0200 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2015-05-27 13:59:36 +0200 |
commit | 777a6c454eb19a71c80534c6bb8d6a6e982fac9d (patch) | |
tree | 55fb2778b02b596d76b086098a3a13a3f5af1449 /apps | |
parent | 3bc312ef9a5936b13492194565d5fddc1f920e49 (diff) | |
download | nextcloud-server-777a6c454eb19a71c80534c6bb8d6a6e982fac9d.tar.gz nextcloud-server-777a6c454eb19a71c80534c6bb8d6a6e982fac9d.zip |
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
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/controller/apicontroller.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/controller/apicontroller.php b/apps/files/controller/apicontroller.php index eb19d1b6c54..dc7a430dece 100644 --- a/apps/files/controller/apicontroller.php +++ b/apps/files/controller/apicontroller.php @@ -63,7 +63,6 @@ class ApiController extends Controller { * replace the actual tag selection. * * @NoAdminRequired - * @CORS * * @param string $path path * @param array $tags array of tags @@ -91,7 +90,6 @@ class ApiController extends Controller { * Returns a list of all files tagged with the given tag. * * @NoAdminRequired - * @CORS * * @param array $tagName tag name to filter by * @return DataResponse |