forked from wallabag/wallabag
cs
This commit is contained in:
committed by
Jeremy Benoist
parent
351eb8d97e
commit
c7935f32d2
@ -532,7 +532,6 @@ class WallabagRestController extends FOSRestController
|
||||
*/
|
||||
public function getAnnotationsAction(Entry $entry)
|
||||
{
|
||||
|
||||
$this->validateAuthentication();
|
||||
|
||||
$annotationRows = $this
|
||||
@ -605,7 +604,6 @@ class WallabagRestController extends FOSRestController
|
||||
*/
|
||||
public function putAnnotationAction(Annotation $annotation, Request $request)
|
||||
{
|
||||
|
||||
$this->validateAuthentication();
|
||||
|
||||
$data = json_decode($request->getContent(), true);
|
||||
@ -637,7 +635,6 @@ class WallabagRestController extends FOSRestController
|
||||
*/
|
||||
public function deleteAnnotationAction(Annotation $annotation)
|
||||
{
|
||||
|
||||
$this->validateAuthentication();
|
||||
|
||||
$em = $this->getDoctrine()->getManager();
|
||||
|
||||
Reference in New Issue
Block a user